Searched defs:intin (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dsmp-imps.c136 imps_interrupt intin[16]; member in struct:__anon2221
613 defconfig.intin[2].type = 255;
614 defconfig.intin[13].type = 255;
618 defconfig.intin[0].type = 255;
/illumos-gate/usr/src/uts/i86pc/io/
H A Dmp_platform_misc.c104 extern int apic_find_intin(uchar_t ioapic, uchar_t intin);
502 int intin, irqindex; local
709 intin = irqptr->airq_intin_no;
710 ioapic_write(ioapic_ix, APIC_RDT_CMD + 2 * intin, AV_MASK);
1096 /* check whether this intin# has been used by another irqno */
1214 apic_bind_intr(dev_info_t *dip, int irq, uchar_t ioapicid, uchar_t intin) argument
1257 "intin 0x%x is bound to cpu %d\n",
1261 ioapicid, intin, cpu);
1330 "vector 0x%x ioapic 0x%x intin 0x%x is bound to cpu %d\n",
1332 apic_irq_table[irq]->airq_vector, ioapicid, intin,
[all...]
H A Dmp_platform_common.c96 int apic_find_intin(uchar_t ioapic, uchar_t intin);
1569 * Check if the given ioapicindex intin combination has already been assigned
1573 apic_find_intin(uchar_t ioapic, uchar_t intin) argument
1578 /* find ioapic and intin in the apic_irq_table[] and return the index */
1583 (irqptr->airq_intin_no == intin) &&
1586 "entry for ioapic:intin %x:%x "
1587 "shared interrupts ?", ioapic, intin));
1732 prom_printf("setio: ioapic=0x%x intin=0x%x level=0x%x po=0x%x "
/illumos-gate/usr/src/uts/i86xpv/io/psm/
H A Dmp_platform_xpv.c96 extern int apic_find_intin(uchar_t ioapic, uchar_t intin);
459 int intin, irqindex; local
666 intin = irqptr->airq_intin_no;
667 ioapic_write(ioapic_ix, APIC_RDT_CMD + 2 * intin, AV_MASK);
1051 /* check whether this intin# has been used by another irqno */
1169 apic_bind_intr(dev_info_t *dip, int irq, uchar_t ioapicid, uchar_t intin) argument
1212 "intin 0x%x is bound to cpu %d\n",
1216 ioapicid, intin, cpu);
1285 "vector 0x%x ioapic 0x%x intin 0x%x is bound to cpu %d\n",
1287 apic_irq_table[irq]->airq_vector, ioapicid, intin,
[all...]
/illumos-gate/usr/src/uts/i86pc/io/apix/
H A Dapix.c1783 uchar_t ioapicindex, intin; local
1792 intin = irqp->airq_intin_no;
1805 WRITE_IOAPIC_RDT_ENTRY_HIGH_DWORD(ioapicindex, intin,
1809 WRITE_IOAPIC_RDT_ENTRY_LOW_DWORD(ioapicindex, intin, irdt.ir_lo);
1814 " intin 0x%x rdt_low 0x%x rdt_high 0x%x\n",
1815 ioapicindex, intin, irdt.ir_lo, irdt.ir_hi));
1825 int ioapicindex, intin; local
1838 intin = irqp->airq_intin_no;
1839 ioapic_write(ioapicindex, APIC_RDT_CMD + 2 * intin, AV_MASK);
1842 " intin
2036 int intin, ioapicindex, pending; local
2069 int intin, ioapixindex, rdt_entry; local
2101 int intin, ioapixindex, rdt_entry; local
[all...]

Completed in 85 milliseconds