Searched refs:PROT_NORMAL_NC (Results 1 – 3 of 3) sorted by relevance
175 __pgprot(PROT_NORMAL_NC), false), in __dma_alloc()358 pgprot_t prot = __pgprot(PROT_NORMAL_NC); in atomic_pool_init()
172 #define ioremap_wc(addr, size) __ioremap((addr), (size), __pgprot(PROT_NORMAL_NC))
67 #define PROT_NORMAL_NC (PROT_DEFAULT | PTE_PXN | PTE_UXN | PTE_ATTRINDX(MT_NORMAL_NC)) macro