Home
last modified time | relevance | path

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

/hypervisor/arch/x86/guest/
A Dvirtual_cr.c102 #define CR0_TRAP_AND_EMULATE_BITS (CR0_CD | CR0_NW) macro
291 if ((cr0_changed_bits & CR0_TRAP_AND_EMULATE_BITS) != 0UL) { in vmx_write_cr0()
438 ASSERT(((CR0_PASSTHRU_BITS ^ CR0_TRAP_AND_PASSTHRU_BITS) ^ CR0_TRAP_AND_EMULATE_BITS) == in init_cr0_cr4_flexible_bits()
439 (CR0_PASSTHRU_BITS | CR0_TRAP_AND_PASSTHRU_BITS | CR0_TRAP_AND_EMULATE_BITS)); in init_cr0_cr4_flexible_bits()
458 …reserved_bits_mask = ~(cr0_passthru_mask | cr0_trap_and_passthru_mask | CR0_TRAP_AND_EMULATE_BITS); in init_cr0_cr4_flexible_bits()

Completed in 3 milliseconds