Searched refs:_PAGE_M_UR_KR (Results 1 – 2 of 2) sorted by relevance
78 #define _PAGE_M_UR_KR (1UL << 1) macro140 #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()
170 prot = __pgprot(_PAGE_V | _PAGE_M_UR_KR | _PAGE_D | _PAGE_C_DEV); in arch_setup_additional_pages()