Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/kvm/
H A Dx86.h27 bool has_notify_vmexit; member
H A Dx86.c4800 r = kvm_caps.has_notify_vmexit; in kvm_vm_ioctl_check_extension()
6703 if (!kvm_caps.has_notify_vmexit) in kvm_vm_ioctl_enable_cap()
/linux-6.15/arch/x86/kvm/vmx/
H A Dvmx.c8593 kvm_caps.has_notify_vmexit = cpu_has_notify_vmexit(); in vmx_hardware_setup()