Searched refs:CR4_MCE (Results 1 – 3 of 3) sorted by relevance
61 #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 */
83 ctx->run_ctx.cr4 & ~(CR4_VMXE | CR4_SMXE | CR4_MCE)); in init_guest_state()
72 #define CR4_MCE (1UL<<6U) /* machine check enable */ macro
Completed in 9 milliseconds