Lines Matching refs:entry
550 struct apic_IO_APIC_RTE_entry *entry = (struct apic_IO_APIC_RTE_entry *)arg; in apic_ioapic_install() local
552 apic_ioapic_write_rte(0x10 + ((irq_num - 32) << 1), *(ul *)entry); in apic_ioapic_install()
641 void apic_make_rte_entry(struct apic_IO_APIC_RTE_entry *entry, uint8_t vector, uint8_t deliver_mode… in apic_make_rte_entry() argument
646 entry->vector = vector; in apic_make_rte_entry()
647 entry->deliver_mode = deliver_mode; in apic_make_rte_entry()
648 entry->dest_mode = dest_mode; in apic_make_rte_entry()
649 entry->deliver_status = deliver_status; in apic_make_rte_entry()
650 entry->polarity = polarity; in apic_make_rte_entry()
651 entry->remote_IRR = irr; in apic_make_rte_entry()
652 entry->trigger_mode = trigger; in apic_make_rte_entry()
653 entry->mask = mask; in apic_make_rte_entry()
655 entry->reserved = 0; in apic_make_rte_entry()
659 entry->destination.physical.phy_dest = dest_apicID; in apic_make_rte_entry()
660 entry->destination.physical.reserved1 = 0; in apic_make_rte_entry()
661 entry->destination.physical.reserved2 = 0; in apic_make_rte_entry()
665 entry->destination.logical.logical_dest = dest_apicID; in apic_make_rte_entry()
666 entry->destination.logical.reserved1 = 0; in apic_make_rte_entry()