Lines Matching refs:entry
245 struct irte *start, *entry, *end;
258 for (entry = start; entry < end; entry++) {
259 set_64bit(&entry->low, 0);
260 set_64bit(&entry->high, 0);
501 * Global invalidation of interrupt entry cache to make sure the
687 * global invalidation of interrupt entry cache before disabling
1171 * and flushes the interrupt entry cache.
1190 * the interrupt-remapping table entry.
1238 * We are not caching the posted interrupt entry. We
1239 * copy the data from the remapped entry and modify
1241 * cached remapped entry is used for switching back to
1275 struct IR_IO_APIC_route_entry *entry;
1284 apic_printk(APIC_VERBOSE, KERN_DEBUG "IOAPIC[%d]: Set IRTE entry (P:%d FPD:%d Dst_Mode:%d Redir_hint:%d Trig_Mode:%d Dlvry_Mode:%X Avail:%X Vector:%02X Dest:%08X SID:%04X SQ:%X SVT:%X)\n",
1291 entry = (struct IR_IO_APIC_route_entry *)info->ioapic.entry;
1292 info->ioapic.entry = NULL;
1293 memset(entry, 0, sizeof(*entry));
1294 entry->index2 = (index >> 15) & 0x1;
1295 entry->zero = 0;
1296 entry->format = 1;
1297 entry->index = (index & 0x7fff);
1302 entry->vector = info->ioapic.pin;
1303 entry->mask = 0; /* enable IRQ */
1304 entry->trigger = info->ioapic.trigger;
1305 entry->polarity = info->ioapic.polarity;
1307 entry->mask = 1; /* Mask level triggered irqs. */
1450 struct irte entry;
1452 memset(&entry, 0, sizeof(entry));
1453 modify_irte(&data->irq_2_iommu, &entry);