Searched refs:PG_PRESENT_MASK (Results 1 – 3 of 3) sorted by relevance
1026 if (!(pml4e & PG_PRESENT_MASK)) { in cpu_x86_handle_mmu_fault()1042 if (!(pdpe & PG_PRESENT_MASK)) { in cpu_x86_handle_mmu_fault()1062 if (!(pdpe & PG_PRESENT_MASK)) { in cpu_x86_handle_mmu_fault()1072 if (!(pde & PG_PRESENT_MASK)) { in cpu_x86_handle_mmu_fault()1116 if (!(pte & PG_PRESENT_MASK)) { in cpu_x86_handle_mmu_fault()1157 if (!(pde & PG_PRESENT_MASK)) { in cpu_x86_handle_mmu_fault()1195 if (!(pte & PG_PRESENT_MASK)) { in cpu_x86_handle_mmu_fault()1296 if (!(pml4e & PG_PRESENT_MASK)) in cpu_get_phys_page_debug()1302 if (!(pdpe & PG_PRESENT_MASK)) in cpu_get_phys_page_debug()1310 if (!(pdpe & PG_PRESENT_MASK)) in cpu_get_phys_page_debug()[all …]
235 #define PG_PRESENT_MASK (1 << PG_PRESENT_BIT) macro
1261 if (pde & PG_PRESENT_MASK) { in tlb_info()1269 if (pte & PG_PRESENT_MASK) { in tlb_info()1322 if (pde & PG_PRESENT_MASK) { in mem_info()1324 prot = pde & (PG_USER_MASK | PG_RW_MASK | PG_PRESENT_MASK); in mem_info()1332 if (pte & PG_PRESENT_MASK) { in mem_info()1333 prot = pte & (PG_USER_MASK | PG_RW_MASK | PG_PRESENT_MASK); in mem_info()