Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kvm/
H A Dx86.h26 bool has_notify_vmexit; member
H A Dx86.c4637 r = kvm_caps.has_notify_vmexit; in kvm_vm_ioctl_check_extension()
6475 if (!kvm_caps.has_notify_vmexit) in kvm_vm_ioctl_enable_cap()
/openbmc/linux/arch/x86/kvm/vmx/
H A Dvmx.c8568 kvm_caps.has_notify_vmexit = cpu_has_notify_vmexit(); in hardware_setup()