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

/freebsd-10.2-release/sys/x86/x86/
H A Dio_apic.c501 ioapic_create(vm_paddr_t addr, int32_t apic_id, int intbase) argument
537 if (intbase == -1) {
538 intbase = next_ioapic_base;
539 printf("ioapic%u: Assuming intbase of %d\n", io->io_id,
540 intbase);
541 } else if (intbase != next_ioapic_base && bootverbose)
542 printf("ioapic%u: WARNING: intbase %d != expected base %d\n",
543 io->io_id, intbase, next_ioapic_base);
544 io->io_intbase = intbase;
545 next_ioapic_base = intbase
[all...]
/freebsd-10.2-release/contrib/binutils/include/opcode/
H A Dcr16.h61 intbase = intbasel, enumerator in enum:__anon587
/freebsd-10.2-release/sys/i386/include/
H A Dapicvar.h178 void *ioapic_create(vm_paddr_t addr, int32_t apic_id, int intbase);
/freebsd-10.2-release/sys/amd64/include/
H A Dapicvar.h179 void *ioapic_create(vm_paddr_t addr, int32_t apic_id, int intbase);
/freebsd-10.2-release/contrib/binutils/opcodes/
H A Dcr16-opc.c532 REG(intbase, 10, CR16_P_REGTYPE),

Completed in 104 milliseconds