Home
last modified time | relevance | path

Searched refs:idt_vec_alloc_range (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/sys/arch/amd64/include/
Dsegments.h163 int idt_vec_alloc_range(int, int, int);
/openbsd/src/sys/arch/amd64/pci/
Dpci_machdep.c467 idtvec = idt_vec_alloc_range(low, high, (1 << mme)); in msi_allocidtvec()
/openbsd/src/sys/arch/amd64/amd64/
Dmachdep.c1944 idt_vec_alloc_range(int low, int high, int num) in idt_vec_alloc_range() function