Home
last modified time | relevance | path

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

/linux/arch/x86/kvm/
H A Dx86.h26 bool has_notify_vmexit; member
H A Dx86.c4812 r = kvm_caps.has_notify_vmexit; in kvm_vm_ioctl_check_extension()
6710 if (!kvm_caps.has_notify_vmexit) in kvm_vm_ioctl_enable_cap()
/linux/arch/x86/kvm/vmx/
H A Dvmx.c8484 kvm_caps.has_notify_vmexit = cpu_has_notify_vmexit(); in vmx_hardware_setup()