Home
last modified time | relevance | path

Searched refs:_PAGE_C_DEV (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/arch/nds32/include/asm/
H A Dpgtable.h89 #define _PAGE_C_DEV (0UL << 8) macro
126 (_PAGE_V | _PAGE_M_KRW | _PAGE_D | _PAGE_G | _PAGE_C_DEV)
151 #define PAGE_DEVICE __pgprot(_PAGE_V | _PAGE_M_KRW | _PAGE_D | _PAGE_G | _PAGE_C_DEV)
287 #define pgprot_noncached(prot) __pgprot((pgprot_val(prot)&~_PAGE_C_MASK) | _PAGE_C_DEV)
/kernel/linux/linux-5.10/arch/nds32/kernel/
H A Dvdso.c170 prot = __pgprot(_PAGE_V | _PAGE_M_UR_KR | _PAGE_D | _PAGE_C_DEV); in arch_setup_additional_pages()

Completed in 2 milliseconds