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()557 bitmap = bitmap_zalloc(INTR_REMAP_TABLE_ENTRIES, GFP_ATOMIC); in intel_setup_irq_remapping()569 0, INTR_REMAP_TABLE_ENTRIES, in intel_setup_irq_remapping()1509 INTR_REMAP_TABLE_ENTRIES)) { in dmar_ir_hotplug()
467 for (idx = 0; idx < INTR_REMAP_TABLE_ENTRIES; idx++) { in ir_tbl_remap_entry_show()491 for (idx = 0; idx < INTR_REMAP_TABLE_ENTRIES; idx++) { in ir_tbl_posted_entry_show()
449 #define INTR_REMAP_TABLE_ENTRIES 65536 macro