frame32
struct frame32 *tf32 = (struct frame32 *)(uintptr_t)tf->tf_out[6];
struct frame32 tfr;
tfr = *(struct frame32 *)tf->tf_out[6];
copyin((void *)(tf->tf_out[6]), &tfr, sizeof(struct frame32));
struct frame32 *f32;
f32 = (struct frame32 *)(frame);
f32 = (struct frame32 *)(frame);
else frame = (uint64_t)((struct frame32 *)(u_long)frame)->fr_fp;
struct frame32* f = (struct frame32*)(u_long)frame;
struct frame32 fr;
if (!INKERNEL(((struct frame32 *)(u_long)frame))
if (!INKERNEL(((struct frame32 *)(u_long)frame))) {
copyin(&((struct frame32 *)(u_long)frame)->fr_fp, &tmp, sizeof(tmp));
frame = (uint64_t)((struct frame32 *)(u_long)frame)->fr_fp;
struct frame32 *fp = (struct frame32 *)getfp(), *sfp;
fp = (struct frame32 *)(u_long)fp64->fr_fp;
fp = (struct frame32*)(u_long)fp->fr_fp;
newsp = (struct rwindow32*)((intptr_t)fp - sizeof(struct frame32));
offsetof(struct frame32, fr_argx);