Lines Matching refs:PG_PRESENT_MASK
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()
1317 if (!(pde & PG_PRESENT_MASK)) { in cpu_get_phys_page_debug()
1331 if (!(pte & PG_PRESENT_MASK)) in cpu_get_phys_page_debug()
1343 if (!(pde & PG_PRESENT_MASK)) in cpu_get_phys_page_debug()
1352 if (!(pte & PG_PRESENT_MASK)) in cpu_get_phys_page_debug()