Searched refs:exit_control_high (Results 1 - 1 of 1) sorted by relevance

/seL4-camkes-master/kernel/src/arch/x86/object/
H A Dvcpu.c70 static uint32_t exit_control_high; variable
264 exit_control_high = x86_rdmsr_low(exit_ctls);
328 exit_control_high |= exit_control_mask;
380 (local_exit_control_high & exit_control_high) == local_exit_control_high &&
381 (~local_exit_control_low & exit_control_high) == 0 &&
457 vmwrite(VMX_CONTROL_EXIT_CONTROLS, exit_control_high & exit_control_low);
727 value = applyFixedBits(value, exit_control_high, exit_control_low);

Completed in 76 milliseconds