Searched refs:INTR_REMAP_TABLE_ENTRIES (Results 1 – 3 of 3) sorted by relevance
129 INTR_REMAP_TABLE_ENTRIES, mask); in alloc_irte()447 size = INTR_REMAP_TABLE_ENTRIES*sizeof(struct irte); in iommu_load_old_irte()463 for (i = 0; i < INTR_REMAP_TABLE_ENTRIES; i++) { in iommu_load_old_irte()551 bitmap = bitmap_zalloc(INTR_REMAP_TABLE_ENTRIES, GFP_ATOMIC); in intel_setup_irq_remapping()563 0, INTR_REMAP_TABLE_ENTRIES, in intel_setup_irq_remapping()1507 INTR_REMAP_TABLE_ENTRIES)) { in dmar_ir_hotplug()
297 for (idx = 0; idx < INTR_REMAP_TABLE_ENTRIES; idx++) { in ir_tbl_remap_entry_show()321 for (idx = 0; idx < INTR_REMAP_TABLE_ENTRIES; idx++) { in ir_tbl_posted_entry_show()
411 #define INTR_REMAP_TABLE_ENTRIES 65536 macro