Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/x86/kvm/vmx/
Dvmx.c2461 u32 _pin_based_exec_control = 0; in setup_vmcs_config() local
2576 &_pin_based_exec_control) < 0) in setup_vmcs_config()
2580 _pin_based_exec_control &= ~PIN_BASED_VMX_PREEMPTION_TIMER; in setup_vmcs_config()
2583 _pin_based_exec_control &= ~PIN_BASED_POSTED_INTR; in setup_vmcs_config()
2642 vmcs_conf->pin_based_exec_ctrl = _pin_based_exec_control; in setup_vmcs_config()