Home
last modified time | relevance | path

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

/Linux-v6.6/arch/x86/kvm/vmx/
Dcapabilities.h124 static inline bool cpu_has_vmx_msr_bitmap(void) in cpu_has_vmx_msr_bitmap() function
Dvmx.c2914 if (cpu_has_vmx_msr_bitmap()) { in alloc_loaded_vmcs()
3962 if (!cpu_has_vmx_msr_bitmap()) in vmx_disable_intercept_for_msr()
4006 if (!cpu_has_vmx_msr_bitmap()) in vmx_enable_intercept_for_msr()
4046 if (!cpu_has_vmx_msr_bitmap() || WARN_ON_ONCE(!lapic_in_kernel(vcpu))) in vmx_update_msr_bitmap_x2apic()
4712 if (cpu_has_vmx_msr_bitmap()) in init_vmcs()
Dnested.c579 if (!cpu_has_vmx_msr_bitmap() || in nested_vmx_prepare_msr_bitmap()
2193 if (cpu_has_vmx_msr_bitmap()) in prepare_vmcs02_constant_state()