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

  /src/sys/arch/sparc/include/
frame.h 111 struct frame64 { struct
123 #define v9next_frame(f) ((struct frame64*)(f->fr_fp+BIAS))
128 * by the compiler in 64-bit mode (see struct frame64 above).
  /src/sys/arch/sparc64/sparc64/
db_trace.c 143 struct frame64 *f64;
150 f64 = (struct frame64 *)(frame + BIAS);
186 f64 = (struct frame64 *)(frame + BIAS);
216 frame = (uint64_t)((struct frame64 *)(u_long)(frame + BIAS))->fr_fp;
229 struct frame64* f = (struct frame64*)(u_long)(frame + BIAS);
231 db_printf("frame64 %p locals, ins:\n", f);
257 struct frame64 fr;
342 if (!INKERNEL(((struct frame64 *)(u_long)(frame)))
346 if (!INKERNEL(((struct frame64 *)(u_long)(frame)))
    [all...]
syscall.c 207 offsetof(struct frame64, fr_argx);
db_interface.c 205 DDB_REGS->db_fr = *(struct frame64 *)(uintptr_t)tf->tf_out[6];
232 DDB_REGS->db_fr = *(struct frame64 *)(tf->tf_out[6] + BIAS);
234 copyin((void *)(tf->tf_out[6] + BIAS), &DDB_REGS->db_fr, sizeof(struct frame64));
machdep.c 865 struct frame64 *fp64;
874 fp64 = (struct frame64*)(((char*)fp)+BIAS);
  /src/sys/arch/sparc64/include/
db_machdep.h 65 struct frame64 db_fr;

Completed in 16 milliseconds