Home
last modified time | relevance | path

Searched refs:CR4_TRAP_AND_EMULATE_BITS (Results 1 – 1 of 1) 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… macro
63 #define CR4_TRAP_AND_EMULATE_BITS CR4_MCE /* software emulated bits even if host is fixed */ macro
441 ASSERT(((CR4_PASSTHRU_BITS ^ CR4_TRAP_AND_PASSTHRU_BITS) ^ CR4_TRAP_AND_EMULATE_BITS) == in init_cr0_cr4_flexible_bits()
442 (CR4_PASSTHRU_BITS | CR4_TRAP_AND_PASSTHRU_BITS | CR4_TRAP_AND_EMULATE_BITS)); in init_cr0_cr4_flexible_bits()
488 …reserved_bits_mask = ~(cr4_passthru_mask | cr4_trap_and_passthru_mask | CR4_TRAP_AND_EMULATE_BITS); in init_cr0_cr4_flexible_bits()

Completed in 6 milliseconds