Searched refs:dmar_ir_entry (Results 1 – 3 of 3) sorted by relevance
1328 int32_t dmar_assign_irte(const struct intr_source *intr_src, union dmar_ir_entry *irte, in dmar_assign_irte()1332 union dmar_ir_entry *ir_table, *ir_entry; in dmar_assign_irte()1349 ir_table = (union dmar_ir_entry *)hpa2hva(dmar_unit->ir_table_addr); in dmar_assign_irte()1358 union dmar_ir_entry irte_pi; in dmar_assign_irte()1384 iommu_flush_cache(ir_entry, sizeof(union dmar_ir_entry)); in dmar_assign_irte()1396 union dmar_ir_entry *ir_table, *ir_entry; in dmar_free_irte()1407 ir_table = (union dmar_ir_entry *)hpa2hva(dmar_unit->ir_table_addr); in dmar_free_irte()1411 iommu_flush_cache(ir_entry, sizeof(union dmar_ir_entry)); in dmar_free_irte()
513 union dmar_ir_entry { union701 int32_t dmar_assign_irte(const struct intr_source *intr_src, union dmar_ir_entry *irte,
116 union dmar_ir_entry irte; in ptirq_build_physical_msi()195 union dmar_ir_entry irte; in ptirq_build_physical_rte()
Completed in 10 milliseconds