Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/nds32/include/asm/
H A Dpgtable.h78 #define _PAGE_M_UR_KR (1UL << 1) macro
140 #define PAGE_READ __pgprot(_PAGE_V | _PAGE_M_UR_KR)
142 #define PAGE_COPY __pgprot(_PAGE_V | _PAGE_M_UR_KR)
240 #define pte_read(pte) (((pte_val(pte) & _PAGE_M_MASK) == _PAGE_M_UR_KR) || \
266 pte_val(pte) = pte_val(pte) | _PAGE_M_UR_KR; in pte_wrprotect()
/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