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

/freebsd-11-stable/sys/x86/x86/
H A Dio_apic.c609 ioapic_create(vm_paddr_t addr, int32_t apic_id, int intbase) argument
647 if (intbase == -1) {
648 intbase = next_ioapic_base;
649 printf("ioapic%u: Assuming intbase of %d\n", io->io_id,
650 intbase);
651 } else if (intbase != next_ioapic_base && bootverbose)
652 printf("ioapic%u: WARNING: intbase %d != expected base %d\n",
653 io->io_id, intbase, next_ioapic_base);
654 io->io_intbase = intbase;
655 next_ioapic_base = intbase
[all...]
/freebsd-11-stable/contrib/binutils/include/opcode/
H A Dcr16.h61 intbase = intbasel, enumerator in enum:__anon579
/freebsd-11-stable/sys/x86/include/
H A Dapicvar.h186 void *ioapic_create(vm_paddr_t addr, int32_t apic_id, int intbase);
/freebsd-11-stable/contrib/binutils/opcodes/
H A Dcr16-opc.c532 REG(intbase, 10, CR16_P_REGTYPE),

Completed in 54 milliseconds