Home
last modified time | relevance | path

Searched refs:PG_PRESENT_MASK (Results 1 – 3 of 3) sorted by relevance

/external/qemu/target-i386/
Dhelper.c1026 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 …]
Dcpu.h235 #define PG_PRESENT_MASK (1 << PG_PRESENT_BIT) macro
/external/qemu/
Dmonitor.c1261 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()