Home
last modified time | relevance | path

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

/Linux-v5.15/arch/x86/include/asm/
Dkvm_host.h1612 extern bool kvm_has_bus_lock_exit;
/Linux-v5.15/arch/x86/kvm/
Dx86.c158 bool __read_mostly kvm_has_bus_lock_exit; variable
159 EXPORT_SYMBOL_GPL(kvm_has_bus_lock_exit);
4114 if (kvm_has_bus_lock_exit) in kvm_vm_ioctl_check_extension()
5641 if (kvm_has_bus_lock_exit && in kvm_vm_ioctl_enable_cap()
/Linux-v5.15/arch/x86/kvm/vmx/
Dvmx.c7823 kvm_has_bus_lock_exit = cpu_has_vmx_bus_lock_detection(); in hardware_setup()