Home
last modified time | relevance | path

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

/linux/arch/x86/kvm/vmx/
H A Dvmx_onhyperv.c31 evmcs_check_vmcs_conf(pin_based_exec_ctrl, PINCTRL); in evmcs_sanitize_exec_ctrls()
H A Dvmx.c2905 vmcs_conf->pin_based_exec_ctrl = _pin_based_exec_control; in setup_vmcs_config()
4623 u32 pin_based_exec_ctrl = vmcs_config.pin_based_exec_ctrl; in vmx_pin_based_exec_ctrl() local
4626 pin_based_exec_ctrl &= ~PIN_BASED_POSTED_INTR; in vmx_pin_based_exec_ctrl()
4629 pin_based_exec_ctrl &= ~PIN_BASED_VIRTUAL_NMIS; in vmx_pin_based_exec_ctrl()
4632 pin_based_exec_ctrl &= ~PIN_BASED_VMX_PREEMPTION_TIMER; in vmx_pin_based_exec_ctrl()
4634 return pin_based_exec_ctrl; in vmx_pin_based_exec_ctrl()
6580 u32 cpu_based_exec_ctrl, pin_based_exec_ctrl, secondary_exec_control; in dump_vmcs() local
6593 pin_based_exec_ctrl = vmcs_read32(PIN_BASED_VM_EXEC_CONTROL); in dump_vmcs()
6715 pin_based_exec_ctrl, vmentry_ct in dump_vmcs()
[all...]
H A Dnested.c7103 msrs->pinbased_ctls_high = vmcs_conf->pin_based_exec_ctrl; in nested_vmx_setup_exit_ctls()