Home
last modified time | relevance | path

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

/Linux-v5.4/arch/x86/kvm/vmx/
Dvmx.h218 u32 secondary_exec_control; member
516 return vmx->secondary_exec_control & in vmx_has_waitpkg()
Dvmx.c4145 vmx->secondary_exec_control = exec_control; in vmx_compute_secondary_exec_control()
4183 secondary_exec_controls_set(vmx, vmx->secondary_exec_control); in vmx_vcpu_setup()
5695 u32 cpu_based_exec_ctrl, pin_based_exec_ctrl, secondary_exec_control; in dump_vmcs() local
5711 secondary_exec_control = 0; in dump_vmcs()
5713 secondary_exec_control = vmcs_read32(SECONDARY_VM_EXEC_CONTROL); in dump_vmcs()
5722 if ((secondary_exec_control & SECONDARY_EXEC_ENABLE_EPT) && in dump_vmcs()
5763 if (secondary_exec_control & SECONDARY_EXEC_VIRTUAL_INTR_DELIVERY) in dump_vmcs()
5798 pin_based_exec_ctrl, cpu_based_exec_ctrl, secondary_exec_control); in dump_vmcs()
5818 if (secondary_exec_control & SECONDARY_EXEC_TSC_SCALING) in dump_vmcs()
5822 if (secondary_exec_control & SECONDARY_EXEC_VIRTUAL_INTR_DELIVERY) { in dump_vmcs()
[all …]
Dnested.c2106 exec_control = vmx->secondary_exec_control; in prepare_vmcs02_early()