Home
last modified time | relevance | path

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

/netbsd/src/sys/arch/x86/x86/
Didt.c167 idt_vec_alloc(struct idt_vec *iv, int low, int high) in idt_vec_alloc() function
200 result = idt_vec_alloc(iv, vec, vec); in idt_vec_reserve()
Dhyperv.c779 hyperv_idtvec = idt_vec_alloc(iv, in vmbus_init_interrupts_md()
Dintr.c626 idtvec = idt_vec_alloc(iv, APIC_LEVEL(level), IDT_INTR_HIGH); in intr_allocate_slot()
1997 new_idtvec = idt_vec_alloc(&newci->ci_idtvec, in intr_set_affinity()
/netbsd/src/sys/arch/i386/include/
Dsegments.h212 int idt_vec_alloc(struct idt_vec *, int, int);
/netbsd/src/sys/arch/amd64/amd64/
Ddb_interface.c122 ddb_vec = idt_vec_alloc(iv, 0xf0, 0xff); in db_machine_init()
/netbsd/src/sys/arch/amd64/include/
Dsegments.h257 int idt_vec_alloc(struct idt_vec *, int, int);
/netbsd/src/sys/arch/i386/i386/
Ddb_interface.c125 ddb_vec = idt_vec_alloc(iv, 0xf0, 0xff); in db_machine_init()
/netbsd/src/sys/arch/xen/xen/
Dhypervisor.c366 xen_hvm_vec = idt_vec_alloc(iv, 129, 255); in xen_hvm_init_late()