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

/linux-master/arch/x86/include/asm/
H A Dirq_remapping.h30 u64 pi_desc_addr; /* Physical address of PI Descriptor */ member in struct:vcpu_data
/linux-master/arch/x86/kvm/vmx/
H A Dposted_intr.c331 vcpu_info.pi_desc_addr = __pa(vcpu_to_pi_desc(vcpu));
335 vcpu_info.vector, vcpu_info.pi_desc_addr, set);
/linux-master/arch/x86/kvm/
H A Dtrace.h1082 u64 pi_desc_addr, bool set),
1083 TP_ARGS(host_irq, vcpu_id, gsi, gvec, pi_desc_addr, set),
1090 __field( u64, pi_desc_addr )
1099 __entry->pi_desc_addr = pi_desc_addr;
1104 "gvec: 0x%x, pi_desc_addr: 0x%llx",
1110 __entry->pi_desc_addr)
/linux-master/arch/x86/kvm/svm/
H A Davic.c879 vcpu_info->pi_desc_addr = __sme_set(page_to_phys((*svm)->avic_backing_page));
986 vcpu_info.pi_desc_addr, set);
/linux-master/drivers/iommu/intel/
H A Dirq_remapping.c1217 irte_pi.pda_l = (vcpu_pi_info->pi_desc_addr >>
1219 irte_pi.pda_h = (vcpu_pi_info->pi_desc_addr >> 32) &

Completed in 179 milliseconds