Home
last modified time | relevance | path

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

/openbmc/linux/drivers/iommu/intel/
H A Dirq_remapping.c67 static struct hpet_scope ir_hpet[MAX_HPET_TBS]; variable
206 if (ir_hpet[i].id == hpet_id && ir_hpet[i].iommu) in map_hpet_to_iommu()
207 return ir_hpet[i].iommu; in map_hpet_to_iommu()
336 if (ir_hpet[i].iommu && ir_hpet[i].id == id) { in set_hpet_sid()
337 sid = (ir_hpet[i].bus << 8) | ir_hpet[i].devfn; in set_hpet_sid()
868 if (ir_hpet[count].iommu == iommu && in ir_parse_one_hpet_scope()
869 ir_hpet[count].id == scope->enumeration_id) in ir_parse_one_hpet_scope()
871 else if (ir_hpet[count].iommu == NULL && free == -1) in ir_parse_one_hpet_scope()
879 ir_hpet[free].iommu = iommu; in ir_parse_one_hpet_scope()
880 ir_hpet[free].id = scope->enumeration_id; in ir_parse_one_hpet_scope()
[all …]