Home
last modified time | relevance | path

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

/hypervisor/arch/x86/guest/
A Dvirtual_cr.c61 #define CR4_TRAP_AND_EMULATE_BITS (CR4_VMXE | CR4_MCE) /* software emulated bits even if host is fi…
63 #define CR4_TRAP_AND_EMULATE_BITS CR4_MCE /* software emulated bits even if host is fixed */
A Dvmcs.c83 ctx->run_ctx.cr4 & ~(CR4_VMXE | CR4_SMXE | CR4_MCE)); in init_guest_state()
/hypervisor/include/arch/x86/asm/
A Dcpu.h72 #define CR4_MCE (1UL<<6U) /* machine check enable */ macro

Completed in 9 milliseconds