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

  /src/sys/arch/sparc/include/
frame.h 74 struct frame32 { struct
  /src/sys/arch/sparc64/sparc64/
db_trace.c 144 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_long)frame)->fr_fp, &tmp, sizeof(tmp))
    [all...]
db_interface.c 208 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));
syscall.c 224 offsetof(struct frame32, fr_argx);
machdep.c 864 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;
netbsd32_machdep.c 217 newsp = (struct rwindow32*)((intptr_t)fp - sizeof(struct frame32));

Completed in 22 milliseconds