Home
last modified time | relevance | path

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

/linux-6.1.9/arch/x86/kvm/
Dx86.h25 bool has_notify_vmexit; member
Dx86.c4517 r = kvm_caps.has_notify_vmexit; in kvm_vm_ioctl_check_extension()
6339 if (!kvm_caps.has_notify_vmexit) in kvm_vm_ioctl_enable_cap()
/linux-6.1.9/arch/x86/kvm/vmx/
Dvmx.c8314 kvm_caps.has_notify_vmexit = cpu_has_notify_vmexit(); in hardware_setup()