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