Home
last modified time | relevance | path

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

/arch/nds32/include/asm/
Dpgtable.h86 #define _PAGE_M_UR_KR (1UL << 1) macro
145 #define PAGE_READ __pgprot(_PAGE_V | _PAGE_M_UR_KR)
147 #define PAGE_COPY __pgprot(_PAGE_V | _PAGE_M_UR_KR)
251 #define pte_read(pte) (((pte_val(pte) & _PAGE_M_MASK) == _PAGE_M_UR_KR) || \
277 pte_val(pte) = pte_val(pte) | _PAGE_M_UR_KR; in pte_wrprotect()
/arch/nds32/kernel/
Dvdso.c170 prot = __pgprot(_PAGE_V | _PAGE_M_UR_KR | _PAGE_D | _PAGE_C_DEV); in arch_setup_additional_pages()