Home
last modified time | relevance | path

Searched refs:kvm_apic_accept_events (Results 1 – 2 of 2) sorted by relevance

/linux/arch/x86/kvm/
H A Dx86.c11253 r = kvm_apic_accept_events(vcpu); in vcpu_enter_guest()
11642 if (kvm_apic_accept_events(vcpu) < 0) in vcpu_block()
11956 if (kvm_apic_accept_events(vcpu) < 0) { in kvm_arch_vcpu_ioctl_run()
12218 r = kvm_apic_accept_events(vcpu); in kvm_arch_vcpu_ioctl_get_mpstate()
H A Dlapic.c3524 int kvm_apic_accept_events(struct kvm_vcpu *vcpu) in kvm_apic_accept_events() function