Searched refs:secondary_exec_control (Results 1 – 1 of 1) sorted by relevance
5725 u32 cpu_based_exec_ctrl, pin_based_exec_ctrl, secondary_exec_control; in dump_vmcs() local5739 secondary_exec_control = 0; in dump_vmcs()5741 secondary_exec_control = vmcs_read32(SECONDARY_VM_EXEC_CONTROL); in dump_vmcs()5801 if (secondary_exec_control & SECONDARY_EXEC_VIRTUAL_INTR_DELIVERY) in dump_vmcs()5842 pin_based_exec_ctrl, cpu_based_exec_ctrl, secondary_exec_control); in dump_vmcs()5862 if (secondary_exec_control & SECONDARY_EXEC_TSC_SCALING) in dump_vmcs()5866 if (secondary_exec_control & SECONDARY_EXEC_VIRTUAL_INTR_DELIVERY) { in dump_vmcs()5871 if (secondary_exec_control & SECONDARY_EXEC_VIRTUALIZE_APIC_ACCESSES) in dump_vmcs()5877 if ((secondary_exec_control & SECONDARY_EXEC_ENABLE_EPT)) in dump_vmcs()5879 if (secondary_exec_control & SECONDARY_EXEC_PAUSE_LOOP_EXITING) in dump_vmcs()[all …]