Home
last modified time | relevance | path

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

/linux/arch/x86/kvm/vmx/
H A Dvmx_onhyperv.c30 evmcs_check_vmcs_conf(cpu_based_exec_ctrl, EXEC_CTRL); in evmcs_sanitize_exec_ctrls()
H A Dvmx.c2906 vmcs_conf->cpu_based_exec_ctrl = _cpu_based_exec_control; in setup_vmcs_config()
4695 u32 exec_control = vmcs_config.cpu_based_exec_ctrl; in vmx_exec_control()
6580 u32 cpu_based_exec_ctrl, pin_based_exec_ctrl, secondary_exec_control; in dump_vmcs() local
6592 cpu_based_exec_ctrl = vmcs_read32(CPU_BASED_VM_EXEC_CONTROL); in dump_vmcs()
6713 cpu_based_exec_ctrl, secondary_exec_control, tertiary_exec_control); in dump_vmcs()
6737 if (cpu_based_exec_ctrl & CPU_BASED_TPR_SHADOW) { in dump_vmcs()
H A Dnested.c7143 msrs->procbased_ctls_high = vmcs_conf->cpu_based_exec_ctrl; in nested_vmx_setup_cpubased_ctls()