Searched refs:intbase (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/x86/x86/ |
H A D | io_apic.c | 610 ioapic_create(vm_paddr_t addr, int32_t apic_id, int intbase) in ioapic_create() argument 645 if (intbase == -1) { in ioapic_create() 646 intbase = next_ioapic_base; in ioapic_create() 648 intbase); in ioapic_create() 649 } else if (intbase != next_ioapic_base && bootverbose) in ioapic_create() 651 io->io_id, intbase, next_ioapic_base); in ioapic_create() 652 io->io_intbase = intbase; in ioapic_create() 653 next_ioapic_base = intbase + numintr; in ioapic_create() 686 intpin->io_irq = intbase + i; in ioapic_create()
|
/freebsd/sys/x86/include/ |
H A D | apicvar.h | 202 ioapic_drv_t ioapic_create(vm_paddr_t addr, int32_t apic_id, int intbase);
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | arm_mve.td | 1447 multiclass VADDV<bit acc, bit pred, string intbase, Type Scalar> { 1451 IRInt<intbase # "_predicated", [Vector, Predicate]>, 1452 IRInt<intbase, [Vector]>);
|