Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kvm/vmx/
H A Dcapabilities.h129 static inline bool cpu_has_secondary_exec_ctrls(void) in cpu_has_secondary_exec_ctrls() function
H A Dvmx.c4062 if (cpu_has_secondary_exec_ctrls() && in vmx_update_msr_bitmap_x2apic()
4735 if (cpu_has_secondary_exec_ctrls()) in init_vmcs()
6262 if (cpu_has_secondary_exec_ctrls()) in dump_vmcs()
7790 if (cpu_has_secondary_exec_ctrls()) in vmx_vcpu_after_set_cpuid()
H A Dnested.c2317 if (cpu_has_secondary_exec_ctrls()) { in prepare_vmcs02_early()