Searched refs:PROT_NORMAL_NC (Results 1 – 3 of 3) sorted by relevance
251 return __pgprot(PROT_NORMAL_NC); in __acpi_get_writethrough_mem_attribute()270 return __pgprot(PROT_NORMAL_NC); in __acpi_get_mem_attribute()356 prot = __pgprot(PROT_NORMAL_NC); in acpi_os_ioremap()
57 #define PROT_NORMAL_NC (PROT_DEFAULT | PTE_PXN | PTE_UXN | PTE_WRITE | PTE_ATTRINDX(MT_NORMAL_NC)) macro
171 #define ioremap_wc(addr, size) __ioremap((addr), (size), __pgprot(PROT_NORMAL_NC))
Completed in 7 milliseconds