Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/x86/kvm/vmx/
H A Dvmx.c4399 vmx->secondary_exec_control = exec_control; in vmx_compute_secondary_exec_control()
4434 secondary_exec_controls_set(vmx, vmx->secondary_exec_control); in init_vmcs()
5931 u32 cpu_based_exec_ctrl, pin_based_exec_ctrl, secondary_exec_control; in dump_vmcs() local
5944 secondary_exec_control = 0; in dump_vmcs()
5946 secondary_exec_control = vmcs_read32(SECONDARY_VM_EXEC_CONTROL); in dump_vmcs()
5995 if (secondary_exec_control & SECONDARY_EXEC_VIRTUAL_INTR_DELIVERY) in dump_vmcs()
6030 pin_based_exec_ctrl, cpu_based_exec_ctrl, secondary_exec_control); in dump_vmcs()
6050 if (secondary_exec_control & SECONDARY_EXEC_TSC_SCALING) in dump_vmcs()
6054 if (secondary_exec_control & SECONDARY_EXEC_VIRTUAL_INTR_DELIVERY) { in dump_vmcs()
6059 if (secondary_exec_control in dump_vmcs()
[all...]
H A Dvmx.h235 u32 secondary_exec_control; member
/kernel/linux/linux-6.6/arch/x86/kvm/vmx/
H A Dvmx.c6237 u32 cpu_based_exec_ctrl, pin_based_exec_ctrl, secondary_exec_control; in dump_vmcs() local
6254 secondary_exec_control = vmcs_read32(SECONDARY_VM_EXEC_CONTROL); in dump_vmcs()
6256 secondary_exec_control = 0; in dump_vmcs()
6321 if (secondary_exec_control & SECONDARY_EXEC_VIRTUAL_INTR_DELIVERY) in dump_vmcs()
6362 cpu_based_exec_ctrl, secondary_exec_control, tertiary_exec_control); in dump_vmcs()
6383 if (secondary_exec_control & SECONDARY_EXEC_TSC_SCALING) in dump_vmcs()
6387 if (secondary_exec_control & SECONDARY_EXEC_VIRTUAL_INTR_DELIVERY) { in dump_vmcs()
6392 if (secondary_exec_control & SECONDARY_EXEC_VIRTUALIZE_APIC_ACCESSES) in dump_vmcs()
6398 if ((secondary_exec_control & SECONDARY_EXEC_ENABLE_EPT)) in dump_vmcs()
6400 if (secondary_exec_control in dump_vmcs()
[all...]

Completed in 25 milliseconds