Home
last modified time | relevance | path

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

/Linux-v6.6/arch/x86/kvm/
Dx86.h26 bool has_notify_vmexit; member
Dx86.c4632 r = kvm_caps.has_notify_vmexit; in kvm_vm_ioctl_check_extension()
6467 if (!kvm_caps.has_notify_vmexit) in kvm_vm_ioctl_enable_cap()
/Linux-v6.6/arch/x86/kvm/vmx/
Dvmx.c8525 kvm_caps.has_notify_vmexit = cpu_has_notify_vmexit(); in hardware_setup()