Searched refs:sync_pir_to_irr (Results 1 - 4 of 4) sorted by relevance

/linux-master/arch/x86/include/asm/
H A Dkvm-x86-ops.h93 KVM_X86_OP_OPTIONAL(sync_pir_to_irr)
H A Dkvm_host.h1719 int (*sync_pir_to_irr)(struct kvm_vcpu *vcpu); member in struct:kvm_x86_ops
/linux-master/arch/x86/kvm/
H A Dlapic.c938 if (kvm_x86_ops.sync_pir_to_irr)
/linux-master/arch/x86/kvm/vmx/
H A Dvmx.c4194 * IRQ via ->sync_pir_to_irr() in vcpu_enter_guest().
6915 * a VM-Exit and the subsequent entry will call sync_pir_to_irr.
8398 .sync_pir_to_irr = vmx_sync_pir_to_irr,
8618 vmx_x86_ops.sync_pir_to_irr = NULL;

Completed in 492 milliseconds