Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/kvm/
Dvmx.c975 u32 secondary_exec_control; member
6550 vmx->secondary_exec_control = exec_control; in vmx_compute_secondary_exec_control()
6595 vmx->secondary_exec_control); in vmx_vcpu_setup()
9901 u32 secondary_exec_control = 0; in dump_vmcs() local
9907 secondary_exec_control = vmcs_read32(SECONDARY_VM_EXEC_CONTROL); in dump_vmcs()
9916 if ((secondary_exec_control & SECONDARY_EXEC_ENABLE_EPT) && in dump_vmcs()
9957 if (secondary_exec_control & SECONDARY_EXEC_VIRTUAL_INTR_DELIVERY) in dump_vmcs()
9992 pin_based_exec_ctrl, cpu_based_exec_ctrl, secondary_exec_control); in dump_vmcs()
10012 if (secondary_exec_control & SECONDARY_EXEC_TSC_SCALING) in dump_vmcs()
10019 if ((secondary_exec_control & SECONDARY_EXEC_ENABLE_EPT)) in dump_vmcs()
[all …]