Searched refs:sync_pir_to_irr (Results 1 - 5 of 5) sorted by last modified time

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

Completed in 544 milliseconds