Home
last modified time | relevance | path

Searched refs:idt_vec_alloc (Results 1 – 7 of 7) sorted by relevance

/openbsd/src/sys/arch/i386/include/
Dsegments.h128 int idt_vec_alloc(int, int);
/openbsd/src/sys/arch/amd64/include/
Dsegments.h162 int idt_vec_alloc(int, int);
/openbsd/src/sys/arch/amd64/amd64/
Dintr.c278 idtvec = idt_vec_alloc(APIC_LEVEL(level),
320 idtvec = idt_vec_alloc(APIC_LEVEL(level),
Dmachdep.c1930 idt_vec_alloc(int low, int high) in idt_vec_alloc() function
/openbsd/src/sys/arch/i386/i386/
Dioapic.c517 nvector = idt_vec_alloc(minlevel, minlevel+15); in apic_vectorset()
Dmachdep.c3467 idt_vec_alloc(int low, int high) in idt_vec_alloc() function
/openbsd/src/sys/arch/i386/pci/
Dpci_machdep.c830 vec = idt_vec_alloc(level, level + 15); in pci_intr_establish()