Searched refs:PROT_NORMAL_NC (Results 1 – 4 of 4) sorted by relevance
257 return __pgprot(PROT_NORMAL_NC); in __acpi_get_mem_attribute()
48 #define PROT_NORMAL_NC (PROT_DEFAULT | PTE_PXN | PTE_UXN | PTE_DIRTY | PTE_WRITE | PTE_ATTRINDX(MT… macro
171 #define ioremap_wc(addr, size) __ioremap((addr), (size), __pgprot(PROT_NORMAL_NC))
350 pgprot_t prot = __pgprot(PROT_NORMAL_NC); in atomic_pool_init()