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

/src/sys/arch/sparc/include/
H A Dframe.h74 struct frame32 { struct
/src/sys/arch/sparc64/sparc64/
H A Ddb_trace.c144 struct frame32 *f32;
155 f32 = (struct frame32 *)(frame);
191 f32 = (struct frame32 *)(frame);
217 else frame = (uint64_t)((struct frame32 *)(u_long)frame)->fr_fp;
278 struct frame32* f = (struct frame32*)(u_long)frame;
291 struct frame32 fr;
352 if (!INKERNEL(((struct frame32 *)(u_long)frame))
356 if (!INKERNEL(((struct frame32 *)(u_long)frame))) {
357 copyin(&((struct frame32 *)(u_lon
[all...]
H A Ddb_interface.c208 struct frame32 *tf32 = (struct frame32 *)(uintptr_t)tf->tf_out[6];
236 struct frame32 tfr;
239 /* First get a local copy of the frame32 */
241 tfr = *(struct frame32 *)tf->tf_out[6];
243 copyin((void *)(tf->tf_out[6]), &tfr, sizeof(struct frame32));
H A Dsyscall.c224 offsetof(struct frame32, fr_argx);
H A Dmachdep.c864 struct frame32 *fp = (struct frame32 *)getfp(), *sfp;
887 fp = (struct frame32 *)(u_long)fp64->fr_fp;
901 fp = (struct frame32*)(u_long)fp->fr_fp;
H A Dnetbsd32_machdep.c217 newsp = (struct rwindow32*)((intptr_t)fp - sizeof(struct frame32));

Completed in 13 milliseconds