Searched refs:intbase (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/sys/x86/x86/ |
| H A D | io_apic.c | 609 ioapic_create(vm_paddr_t addr, int32_t apic_id, int intbase) in ioapic_create() argument 647 if (intbase == -1) { in ioapic_create() 648 intbase = next_ioapic_base; in ioapic_create() 650 intbase); in ioapic_create() 651 } else if (intbase != next_ioapic_base && bootverbose) in ioapic_create() 653 io->io_id, intbase, next_ioapic_base); in ioapic_create() 654 io->io_intbase = intbase; in ioapic_create() 655 next_ioapic_base = intbase + numintr; in ioapic_create() 688 intpin->io_irq = intbase + i; in ioapic_create()
|
| /freebsd-12.1/contrib/binutils/include/opcode/ |
| H A D | cr16.h | 61 intbase = intbasel, enumerator
|
| /freebsd-12.1/sys/x86/include/ |
| H A D | apicvar.h | 193 void *ioapic_create(vm_paddr_t addr, int32_t apic_id, int intbase);
|
| /freebsd-12.1/contrib/binutils/opcodes/ |
| H A D | cr16-opc.c | 532 REG(intbase, 10, CR16_P_REGTYPE),
|