Searched refs:frame64 (Results 1 - 6 of 6) sorted by relevance

/src/sys/arch/sparc/include/
H A Dframe.h111 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/
H A Ddb_trace.c143 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_lon
[all...]
H A Dsyscall.c207 offsetof(struct frame64, fr_argx);
H A Ddb_interface.c205 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));
H A Dmachdep.c865 struct frame64 *fp64;
874 fp64 = (struct frame64*)(((char*)fp)+BIAS);
/src/sys/arch/sparc64/include/
H A Ddb_machdep.h65 struct frame64 db_fr;

Completed in 12 milliseconds