Searched refs:secondary_exec_control (Results 1 – 2 of 2) sorted by relevance
4372 vmx->secondary_exec_control = exec_control; in vmx_compute_secondary_exec_control()4407 secondary_exec_controls_set(vmx, vmx->secondary_exec_control); in init_vmcs()5904 u32 cpu_based_exec_ctrl, pin_based_exec_ctrl, secondary_exec_control; in dump_vmcs() local5917 secondary_exec_control = 0; in dump_vmcs()5919 secondary_exec_control = vmcs_read32(SECONDARY_VM_EXEC_CONTROL); in dump_vmcs()5968 if (secondary_exec_control & SECONDARY_EXEC_VIRTUAL_INTR_DELIVERY) in dump_vmcs()6003 pin_based_exec_ctrl, cpu_based_exec_ctrl, secondary_exec_control); in dump_vmcs()6023 if (secondary_exec_control & SECONDARY_EXEC_TSC_SCALING) in dump_vmcs()6027 if (secondary_exec_control & SECONDARY_EXEC_VIRTUAL_INTR_DELIVERY) { in dump_vmcs()6032 if (secondary_exec_control & SECONDARY_EXEC_VIRTUALIZE_APIC_ACCESSES) in dump_vmcs()[all …]
235 u32 secondary_exec_control; member