Home
last modified time | relevance | path

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

/linux-6.1.9/arch/x86/kvm/vmx/
Dcapabilities.h247 static inline bool cpu_has_vmx_pml(void) in cpu_has_vmx_pml() function
Dnested.c117 if (!cpu_has_vmx_pml()) in init_vmcs_shadow_fields()
Dvmx.c8335 if (!enable_ept || !enable_ept_ad_bits || !cpu_has_vmx_pml()) in hardware_setup()