Searched refs:PROT_NORMAL_NC (Results 1 – 4 of 4) sorted by relevance
233 return __pgprot(PROT_NORMAL_NC); in arch_apei_get_mem_attribute()
172 #define ioremap_wc(addr, size) __ioremap((addr), (size), __pgprot(PROT_NORMAL_NC))
74 #define PROT_NORMAL_NC (PROT_DEFAULT | PTE_PXN | PTE_UXN | PTE_DIRTY | PTE_WRITE | PTE_ATTRINDX(MT… macro
363 pgprot_t prot = __pgprot(PROT_NORMAL_NC); in atomic_pool_init()