Home
last modified time | relevance | path

Searched refs:CR4_PAE_MASK (Results 1 – 2 of 2) sorted by relevance

/external/qemu/target-i386/
Dhelper.c879 if (!(env->cr[4] & CR4_PAE_MASK)) in cpu_x86_update_cr0()
921 if ((new_cr4 & (CR4_PGE_MASK | CR4_PAE_MASK | CR4_PSE_MASK)) != in cpu_x86_update_cr4()
922 (env->cr[4] & (CR4_PGE_MASK | CR4_PAE_MASK | CR4_PSE_MASK))) { in cpu_x86_update_cr4()
1000 if (env->cr[4] & CR4_PAE_MASK) { in cpu_x86_handle_mmu_fault()
1251 (env->cr[4] & CR4_PAE_MASK)) in cpu_x86_handle_mmu_fault()
1273 if (env->cr[4] & CR4_PAE_MASK) { in cpu_get_phys_page_debug()
Dcpu.h206 #define CR4_PAE_MASK (1 << 5) macro