Searched refs:PROT_NORMAL_NC (Results 1 – 3 of 3) sorted by relevance
259 return __pgprot(PROT_NORMAL_NC); in __acpi_get_mem_attribute()
37 #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))