Searched refs:INTR_REMAP_TABLE_ENTRIES (Results 1 – 2 of 2) sorted by relevance
128 INTR_REMAP_TABLE_ENTRIES, mask); in alloc_irte()426 size = INTR_REMAP_TABLE_ENTRIES*sizeof(struct irte); in iommu_load_old_irte()442 for (i = 0; i < INTR_REMAP_TABLE_ENTRIES; i++) { in iommu_load_old_irte()529 bitmap = kcalloc(BITS_TO_LONGS(INTR_REMAP_TABLE_ENTRIES), in intel_setup_irq_remapping()537 0, INTR_REMAP_TABLE_ENTRIES, in intel_setup_irq_remapping()1466 INTR_REMAP_TABLE_ENTRIES)) { in dmar_ir_hotplug()
366 #define INTR_REMAP_TABLE_ENTRIES 65536 macro