Home
last modified time | relevance | path

Searched refs:hpet_id (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/arch/x86/kernel/apic/
Dmsi.c338 struct irq_domain *hpet_create_irq_domain(int hpet_id) in hpet_create_irq_domain() argument
353 domain_info->data = (void *)(long)hpet_id; in hpet_create_irq_domain()
357 info.hpet_id = hpet_id; in hpet_create_irq_domain()
365 hpet_id); in hpet_create_irq_domain()
384 info.hpet_id = hpet_dev_id(domain); in hpet_assign_irq()
/Linux-v4.19/arch/x86/include/asm/
Dhpet.h85 extern struct irq_domain *hpet_create_irq_domain(int hpet_id);
Dhw_irq.h75 int hpet_id; member
/Linux-v4.19/drivers/iommu/
Dintel_irq_remapping.c204 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()
1080 iommu = map_hpet_to_ir(info->hpet_id); in intel_get_ir_irq_domain()
1276 set_hpet_sid(irte, info->hpet_id); in intel_irq_remapping_prepare_irte()
Damd_iommu.c3989 devid = get_hpet_devid(info->hpet_id); in get_devid()