Searched refs:hpet_id (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/arch/x86/include/asm/ |
D | irq_remapping.h | 50 struct msi_msg *msg, u8 hpet_id); 78 struct msi_msg *msg, u8 hpet_id) in compose_remapped_msi_msg() argument
|
D | pci.h | 100 unsigned int dest, struct msi_msg *msg, u8 hpet_id);
|
D | x86_init.h | 180 u8 hpet_id);
|
/linux-4.1.27/arch/x86/kernel/apic/ |
D | msi.c | 25 struct msi_msg *msg, u8 hpet_id) in native_compose_msi_msg() argument 54 struct msi_msg *msg, u8 hpet_id) in msi_compose_msg() argument 73 x86_msi.compose_msi_msg(pdev, irq, dest, msg, hpet_id); in msi_compose_msg()
|
/linux-4.1.27/drivers/iommu/ |
D | irq_remapping.c | 288 struct msi_msg *msg, u8 hpet_id) in compose_remapped_msi_msg() argument 293 native_compose_msi_msg(pdev, irq, dest, msg, hpet_id); in compose_remapped_msi_msg() 295 remap_ops->compose_msi_msg(pdev, irq, dest, msg, hpet_id); in compose_remapped_msi_msg()
|
D | intel_irq_remapping.c | 204 static struct intel_iommu *map_hpet_to_ir(u8 hpet_id) in map_hpet_to_ir() argument 209 if (ir_hpet[i].id == hpet_id && ir_hpet[i].iommu) in map_hpet_to_ir() 1105 struct msi_msg *msg, u8 hpet_id) in intel_compose_msi_msg() argument 1123 set_hpet_sid(&irte, hpet_id); in intel_compose_msi_msg()
|
D | amd_iommu.c | 4189 struct msi_msg *msg, u8 hpet_id) in compose_msi_msg() argument
|