Searched refs:X86_CR0_NE (Results 1 - 7 of 7) sorted by relevance

/fuchsia/zircon/system/utest/hypervisor/
H A Dconstants_priv.h20 #define X86_CR0_NE 0x00000020 /* enable x87 exception */ macro
H A Dx86.S206 and $~X86_CR0_NE, %rax
H A Dguest.cpp295 EXPECT_TRUE(vcpu_state.rax & X86_CR0_NE);
/fuchsia/zircon/kernel/arch/x86/include/arch/x86/
H A Dregisters.h14 #define X86_CR0_NE 0x00000020 /* enable x87 exception */ macro
/fuchsia/zircon/kernel/arch/x86/hypervisor/
H A Dvcpu.cpp498 X86_CR0_NE; // Enable internal x87 exception handling
509 vmcs.Write(VmcsFieldXX::CR0_GUEST_HOST_MASK, X86_CR0_NE);
510 vmcs.Write(VmcsFieldXX::CR0_READ_SHADOW, X86_CR0_NE);
H A Dvmexit.cpp340 uint64_t cr0 = val | X86_CR0_NE;
/fuchsia/zircon/kernel/arch/x86/
H A Dregisters.cpp244 cr0 |= X86_CR0_NE;

Completed in 44 milliseconds