Searched refs:CR4_TRAP_AND_PASSTHRU_BITS (Results 1 – 1 of 1) sorted by relevance
57 #define CR4_TRAP_AND_PASSTHRU_BITS (CR4_PSE | CR4_PAE | CR4_SMEP | CR4_SMAP | CR4_PKE | CR4_PKS | C… macro58 static uint64_t cr4_trap_and_passthru_mask = CR4_TRAP_AND_PASSTHRU_BITS; /* bound to flexible bits …371 if ((cr4_changed_bits & CR4_TRAP_AND_PASSTHRU_BITS) != 0UL) { in vmx_write_cr4()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()
Completed in 10 milliseconds