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

  /src/sys/arch/sparc64/include/
reg.h 127 struct rwindow32 { struct
230 #define rwindow rwindow32
  /src/sys/arch/sparc64/sparc64/
sunos_machdep.c 89 struct rwindow32 *oldsp, *newsp;
97 oldsp = (struct rwindow32 *)(u_long)(u_int)tf->tf_out[6];
156 newsp = (struct rwindow32 *)((long)fp - sizeof(struct rwindow32));
161 fp, &(((struct rwindow32 *)newsp)->rw_in[6]), oldsp);
166 copyout(&sp, &(((struct rwindow32 *)newsp)->rw_in[6]),
netbsd32_machdep_16.c 112 struct rwindow32 *oldsp, *newsp;
121 oldsp = (struct rwindow32 *)(u_long)(u_int)tf->tf_out[6];
176 newsp = (struct rwindow32 *)((long)fp - sizeof(struct rwindow32));
181 fp, &(((struct rwindow32 *)newsp)->rw_in[6]), oldsp);
186 copyout(&sp, &(((struct rwindow32 *)newsp)->rw_in[6]),
sunos32_machdep.c 154 stack -= sizeof(struct rwindow32);
167 struct rwindow32 *oldsp, *newsp;
176 oldsp = (struct rwindow32 *)(u_long)(u_int)tf->tf_out[6];
243 newsp = (struct rwindow32 *)((long)fp - sizeof(struct rwindow32));
248 fp, &(((struct rwindow32 *)newsp)->rw_in[6]), oldsp);
251 copyout((void *)&oldsp32, &(((struct rwindow32 *)newsp)->rw_in[6]), sizeof oldsp32));
netbsd32_machdep.c 149 stack -= sizeof(struct rwindow32);
172 struct rwindow32 *oldsp, *newsp;
177 oldsp = (struct rwindow32*)(u_long)(u_int)tf->tf_out[6];
217 newsp = (struct rwindow32*)((intptr_t)fp - sizeof(struct frame32));
vm_machdep.c 153 #define rwindow rwindow32
db_trace.c 437 struct rwindow32 *kstack = (struct rwindow32 *)(((void *)tf)+CCFSZ);
trap.c 977 struct rwindow32 rwstack;

Completed in 15 milliseconds