Searched refs:INTR_REMAP_TABLE_ENTRIES (Results 1 – 3 of 3) sorted by relevance
130 INTR_REMAP_TABLE_ENTRIES, mask); in alloc_irte()446 size = INTR_REMAP_TABLE_ENTRIES*sizeof(struct irte); in iommu_load_old_irte()462 for (i = 0; i < INTR_REMAP_TABLE_ENTRIES; i++) { in iommu_load_old_irte()556 bitmap = bitmap_zalloc(INTR_REMAP_TABLE_ENTRIES, GFP_ATOMIC); in intel_setup_irq_remapping()568 0, INTR_REMAP_TABLE_ENTRIES, in intel_setup_irq_remapping()1507 INTR_REMAP_TABLE_ENTRIES)) { in dmar_ir_hotplug()
450 for (idx = 0; idx < INTR_REMAP_TABLE_ENTRIES; idx++) { in ir_tbl_remap_entry_show()474 for (idx = 0; idx < INTR_REMAP_TABLE_ENTRIES; idx++) { in ir_tbl_posted_entry_show()
446 #define INTR_REMAP_TABLE_ENTRIES 65536 macro