HomeSort by: relevance | last modified time | path
    Searched refs:idt_vec_alloc (Results 1 - 8 of 8) sorted by relevancy

  /src/sys/arch/x86/x86/
idt.c 167 idt_vec_alloc(struct idt_vec *iv, int low, int high) function in typeref:typename:int
200 result = idt_vec_alloc(iv, vec, vec);
232 /* pairs with atomic_load_acquire in idt_vec_alloc */
intr.c 626 idtvec = idt_vec_alloc(iv, APIC_LEVEL(level), IDT_INTR_HIGH);
1997 new_idtvec = idt_vec_alloc(&newci->ci_idtvec,
hyperv.c 779 hyperv_idtvec = idt_vec_alloc(iv,
  /src/sys/arch/i386/include/
segments.h 212 int idt_vec_alloc(struct idt_vec *, int, int);
  /src/sys/arch/amd64/include/
segments.h 257 int idt_vec_alloc(struct idt_vec *, int, int);
  /src/sys/arch/amd64/amd64/
db_interface.c 122 ddb_vec = idt_vec_alloc(iv, 0xf0, 0xff);
  /src/sys/arch/i386/i386/
db_interface.c 125 ddb_vec = idt_vec_alloc(iv, 0xf0, 0xff);
  /src/sys/arch/xen/xen/
hypervisor.c 362 xen_hvm_vec = idt_vec_alloc(iv, 129, 255);

Completed in 18 milliseconds