Searched refs:INTR_REMAP_TABLE_ENTRIES (Results 1 – 2 of 2) sorted by relevance
129 INTR_REMAP_TABLE_ENTRIES, mask); in alloc_irte()419 size = INTR_REMAP_TABLE_ENTRIES*sizeof(struct irte); in iommu_load_old_irte()435 for (i = 0; i < INTR_REMAP_TABLE_ENTRIES; i++) { in iommu_load_old_irte()523 bitmap = kcalloc(BITS_TO_LONGS(INTR_REMAP_TABLE_ENTRIES), in intel_setup_irq_remapping()536 0, INTR_REMAP_TABLE_ENTRIES, in intel_setup_irq_remapping()1480 INTR_REMAP_TABLE_ENTRIES)) { in dmar_ir_hotplug()
360 #define INTR_REMAP_TABLE_ENTRIES 65536 macro