Searched refs:PG_USER_MASK (Results 1 – 2 of 2) sorted by relevance
1049 ptep = PG_NX_MASK | PG_USER_MASK | PG_RW_MASK; in cpu_x86_handle_mmu_fault()1071 if (!(ptep & PG_USER_MASK)) in cpu_x86_handle_mmu_fault()1113 if (!(ptep & PG_USER_MASK)) in cpu_x86_handle_mmu_fault()1148 if (!(pde & PG_USER_MASK)) in cpu_x86_handle_mmu_fault()1185 if (!(ptep & PG_USER_MASK)) in cpu_x86_handle_mmu_fault()
257 #define PG_USER_MASK (1 << PG_USER_BIT) macro