Home
last modified time | relevance | path

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

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