HomeSort by: relevance | last modified time | path
    Searched defs:stubp (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/arch/mips/mips/
mips_fixup.c 268 mips_fixup_addr(const uint32_t *stubp)
317 const InstFmt insn = { .word = stubp[n] };
398 if (stubp[n+1] != 0
399 && (stubp[n+1] & 0xfff0003c) != 0x0000003c
400 && stubp[n+1] != 0x00200825) {
461 stubp[n], &stubp[n]);
490 const uint32_t * const stubp = local in function:mips_fixup_stubs
498 || stubp < __stub_start || __stub_end <= stubp)
    [all...]
mips_fixup.c 268 mips_fixup_addr(const uint32_t *stubp)
317 const InstFmt insn = { .word = stubp[n] };
398 if (stubp[n+1] != 0
399 && (stubp[n+1] & 0xfff0003c) != 0x0000003c
400 && stubp[n+1] != 0x00200825) {
461 stubp[n], &stubp[n]);
490 const uint32_t * const stubp = local in function:mips_fixup_stubs
498 || stubp < __stub_start || __stub_end <= stubp)
    [all...]
  /src/sys/arch/x86/x86/
intr.c 789 struct intrstub *stubp; local in function:intr_establish_xcall
818 stubp = &source->is_pic->pic_level_stubs[ih->ih_slot];
820 stubp = &source->is_pic->pic_edge_stubs[ih->ih_slot];
822 source->is_resume = stubp->ist_resume;
823 source->is_recurse = stubp->ist_recurse;
824 idt_vec_set(iv, idt_vec, stubp->ist_entry);
1823 struct intrstub *stubp; local in function:intr_activate_xcall
1848 stubp = &source->is_pic->pic_level_stubs[slot];
1850 stubp = &source->is_pic->pic_edge_stubs[slot];
1853 source->is_resume = stubp->ist_resume
    [all...]
intr.c 789 struct intrstub *stubp; local in function:intr_establish_xcall
818 stubp = &source->is_pic->pic_level_stubs[ih->ih_slot];
820 stubp = &source->is_pic->pic_edge_stubs[ih->ih_slot];
822 source->is_resume = stubp->ist_resume;
823 source->is_recurse = stubp->ist_recurse;
824 idt_vec_set(iv, idt_vec, stubp->ist_entry);
1823 struct intrstub *stubp; local in function:intr_activate_xcall
1848 stubp = &source->is_pic->pic_level_stubs[slot];
1850 stubp = &source->is_pic->pic_edge_stubs[slot];
1853 source->is_resume = stubp->ist_resume
    [all...]

Completed in 61 milliseconds