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

  /src/sys/arch/sh3/include/
pcb.h 38 struct switchframe pcb_sf; /* kernel context for resume */
frame.h 115 struct switchframe { struct
  /src/sys/arch/amd64/include/
frame.h 111 struct switchframe { struct
  /src/sys/arch/i386/include/
frame.h 143 struct switchframe { struct
  /src/sys/arch/powerpc/include/
frame.h 185 #define SFRAMELEN roundup(sizeof(struct switchframe), CALLFRAMELEN)
186 struct switchframe { struct
  /src/sys/arch/m68k/m68k/
vm_machdep.c 90 struct switchframe *sf;
120 sf = (struct switchframe *)tf - 1;
  /src/sys/arch/sh3/sh3/
vm_machdep.c 140 struct switchframe *sf;
170 struct switchframe *sf;
217 memset(&pcb->pcb_sf, 0xb4, sizeof(struct switchframe));
sh3_machdep.c 229 struct switchframe *sf;
257 memset(sf, 0xb4, sizeof(struct switchframe));
locore_subr.S 54 * Save processor state to pcb->pcb_sf switchframe.
89 !! save old lwp's context to switchframe
115 !! restore new lwp's context from switchframe
138 !! finish restoring new lwp's context from switchframe
db_interface.c 584 struct switchframe *sf = &curpcb->pcb_sf;
  /src/sys/arch/powerpc/powerpc/
vm_machdep.c 126 struct switchframe * const sf = ((struct switchframe *)cf) - 1;
  /src/sys/arch/arm/arm32/
vm_machdep.c 108 struct switchframe *sf;
160 sf = (struct switchframe *)tf - 1;
  /src/sys/arch/x86/x86/
vm_machdep.c 136 struct switchframe *sf;
209 sf = (struct switchframe *)tf - 1;
  /src/sys/arch/m68k/include/
cpuframe.h 145 struct switchframe { struct
  /src/sys/arch/arm/include/arm32/
frame.h 59 struct switchframe { struct

Completed in 20 milliseconds