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

/linux-master/arch/x86/kvm/vmx/
H A Dmain.c101 .sync_pir_to_irr = vmx_sync_pir_to_irr,
H A Dvmx.c4201 * IRQ via ->sync_pir_to_irr() in vcpu_enter_guest().
6951 * a VM-Exit and the subsequent entry will call sync_pir_to_irr.
8512 vt_x86_ops.sync_pir_to_irr = NULL;
/linux-master/arch/x86/include/asm/
H A Dkvm-x86-ops.h93 KVM_X86_OP_OPTIONAL(sync_pir_to_irr)
H A Dkvm_host.h1723 int (*sync_pir_to_irr)(struct kvm_vcpu *vcpu); member in struct:kvm_x86_ops
/linux-master/arch/x86/kvm/
H A Dlapic.c948 if (kvm_x86_ops.sync_pir_to_irr)

Completed in 239 milliseconds