Home
last modified time | relevance | path

Searched refs:CR0_NE_MASK (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/target/i386/hvf/
H A Dvmx.h127 CR0_NE_MASK | CR0_ET_MASK; in macvm_set_cr0()
159 wvmcs(vcpu, VMCS_GUEST_CR0, cr0 | CR0_NE_MASK | CR0_ET_MASK); in macvm_set_cr0()
/openbmc/qemu/target/i386/
H A Dcpu.h233 #define CR0_NE_MASK (1U << 5) macro
/openbmc/qemu/target/i386/tcg/
H A Dfpu_helper.c208 if (env->cr[0] & CR0_NE_MASK) { in fpu_raise_exception()
/openbmc/qemu/target/i386/kvm/
H A Dkvm.c3808 CR0_PE_MASK | CR0_PG_MASK | CR0_NE_MASK); in kvm_msr_entry_add_vmx()