Searched refs:_PAGE_C_DEV (Results 1 – 3 of 3) sorted by relevance
97 #define _PAGE_C_DEV (0UL << 8) macro156 #define PAGE_DEVICE __pgprot(_PAGE_V | _PAGE_M_KRW | _PAGE_D | _PAGE_G | _PAGE_C_DEV)307 #define pgprot_noncached(prot) __pgprot((pgprot_val(prot)&~_PAGE_C_MASK) | _PAGE_C_DEV)
40 _PAGE_G | _PAGE_C_DEV); in __ioremap_caller()
170 prot = __pgprot(_PAGE_V | _PAGE_M_UR_KR | _PAGE_D | _PAGE_C_DEV); in arch_setup_additional_pages()