<dec f='src/src/sys/arch/amd64/include/segments.h' l='250' type='int idt_vec_alloc(int , int )'/>
<use f='src/src/sys/arch/amd64/amd64/db_interface.c' l='104' u='c' c='db_machine_init'/>
<def f='src/src/sys/arch/x86/x86/idt.c' l='87' ll='103' type='int idt_vec_alloc(int low, int high)'/>
<use f='src/src/sys/arch/x86/x86/idt.c' l='112' u='c' c='idt_vec_reserve'/>
<doc f='src/src/sys/arch/x86/x86/idt.c' l='83'>/*
 * Allocate an IDT vector slot within the given range.
 * cpu_lock will be held unless single threaded during early boot.
 */</doc>
<use f='src/src/sys/arch/x86/x86/intr.c' l='779' u='c' c='intr_allocate_slot'/>
