Home
last modified time | relevance | path

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

/openbmc/qemu/target/i386/
H A Dhelper.c146 if (!(env->cr[4] & CR4_PAE_MASK)) in cpu_x86_update_cr0()
190 (CR4_PGE_MASK | CR4_PAE_MASK | CR4_PSE_MASK | in cpu_x86_update_cr4()
255 } else if (env->cr[4] & CR4_PAE_MASK) { in x86_cpu_get_phys_page_attrs_debug()
H A Dmonitor.c232 if (env->cr[4] & CR4_PAE_MASK) { in hmp_info_tlb()
560 if (env->cr[4] & CR4_PAE_MASK) { in hmp_info_mem()
H A Darch_memory_mapping.c282 if (env->cr[4] & CR4_PAE_MASK) { in x86_cpu_get_memory_mapping()
H A Dcpu.h245 #define CR4_PAE_MASK (1U << 5) macro
273 | CR4_DE_MASK | CR4_PSE_MASK | CR4_PAE_MASK \
/openbmc/qemu/target/i386/hvf/
H A Dx86.c158 return cr4 & CR4_PAE_MASK; in x86_is_pae_enabled()
H A Dvmx.h130 if ((cr0 & CR0_PG_MASK) && (rvmcs(vcpu, VMCS_GUEST_CR4) & CR4_PAE_MASK) && in macvm_set_cr0()
/openbmc/qemu/bsd-user/x86_64/
H A Dtarget_arch_cpu.h44 env->cr[4] |= CR4_PAE_MASK; in target_cpu_init()
/openbmc/qemu/linux-user/i386/
H A Dcpu_loop.c350 env->cr[4] |= CR4_PAE_MASK; in target_cpu_copy_regs()
/openbmc/qemu/target/i386/tcg/sysemu/
H A Dsvm_helper.c103 && !(env->cr[4] & CR4_PAE_MASK)) { in is_efer_invalid_state()
113 && (env->cr[4] & CR4_PAE_MASK) in is_efer_invalid_state()
/openbmc/qemu/target/i386/tcg/
H A Dseg_helper.c104 if (env->cr[4] & CR4_PAE_MASK) { in get_pg_mode()