Home
last modified time | relevance | path

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

/external/qemu/target-i386/
Dhelper.c1081 if (pde & PG_PSE_MASK) { in cpu_x86_handle_mmu_fault()
1162 if ((pde & PG_PSE_MASK) && (env->cr[4] & CR4_PSE_MASK)) { in cpu_x86_handle_mmu_fault()
1320 if (pde & PG_PSE_MASK) { in cpu_get_phys_page_debug()
1345 if ((pde & PG_PSE_MASK) && (env->cr[4] & CR4_PSE_MASK)) { in cpu_get_phys_page_debug()
Dcpu.h242 #define PG_PSE_MASK (1 << PG_PSE_BIT) macro
/external/qemu/
Dmonitor.c1234 pte & PG_PSE_MASK ? 'P' : '-', in print_pte()
1262 if ((pde & PG_PSE_MASK) && (env->cr[4] & CR4_PSE_MASK)) { in tlb_info()
1271 pte & ~PG_PSE_MASK, in tlb_info()
1323 if ((pde & PG_PSE_MASK) && (env->cr[4] & CR4_PSE_MASK)) { in mem_info()