Home
last modified time | relevance | path

Searched refs:_PAGE_C_DEV (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/arch/nds32/include/asm/
Dpgtable.h97 #define _PAGE_C_DEV (0UL << 8) macro
156 #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)
/Linux-v5.4/arch/nds32/mm/
Dioremap.c40 _PAGE_G | _PAGE_C_DEV); in __ioremap_caller()
/Linux-v5.4/arch/nds32/kernel/
Dvdso.c170 prot = __pgprot(_PAGE_V | _PAGE_M_UR_KR | _PAGE_D | _PAGE_C_DEV); in arch_setup_additional_pages()