Home
last modified time | relevance | path

Searched refs:intbase (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/sys/x86/x86/
H A Dio_apic.c609 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 Dcr16.h61 intbase = intbasel, enumerator
/freebsd-12.1/sys/x86/include/
H A Dapicvar.h193 void *ioapic_create(vm_paddr_t addr, int32_t apic_id, int intbase);
/freebsd-12.1/contrib/binutils/opcodes/
H A Dcr16-opc.c532 REG(intbase, 10, CR16_P_REGTYPE),