Home
last modified time | relevance | path

Searched refs:notify_vmexit_flags (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/arch/x86/kvm/
H A Dx86.h430 return kvm->arch.notify_vmexit_flags & KVM_X86_NOTIFY_VMEXIT_ENABLED; in kvm_notify_vmexit_enabled()
H A Dx86.c6482 kvm->arch.notify_vmexit_flags = (u32)cap->args[0]; in kvm_vm_ioctl_enable_cap()
/openbmc/linux/arch/x86/include/asm/
H A Dkvm_host.h1366 u32 notify_vmexit_flags; member
/openbmc/linux/arch/x86/kvm/vmx/
H A Dvmx.c6081 if (vcpu->kvm->arch.notify_vmexit_flags & KVM_X86_NOTIFY_VMEXIT_USER || in handle_notify()