Home
last modified time | relevance | path

Searched refs:switchframe (Results 1 – 17 of 17) sorted by relevance

/netbsd-src/sys/arch/powerpc/powerpc/
H A Dgenassym.cf123 define SFRAME_SP offsetof(struct switchframe, sf_sp)
124 define SFRAME_LR offsetof(struct switchframe, sf_lr)
125 define SFRAME_USER_SR offsetof(struct switchframe, sf_user_sr)
126 define SFRAME_CR offsetof(struct switchframe, sf_cr)
127 define SFRAME_R2 offsetof(struct switchframe, sf_fixreg2)
128 define SFRAME_R13 offsetof(struct switchframe, sf_fixreg[0])
129 define SFRAME_R14 offsetof(struct switchframe, sf_fixreg[1])
130 define SFRAME_R15 offsetof(struct switchframe, sf_fixreg[2])
131 define SFRAME_R16 offsetof(struct switchframe, sf_fixreg[3])
132 define SFRAME_R17 offsetof(struct switchframe, sf_fixreg[4])
[all …]
H A Dvm_machdep.c126 struct switchframe * const sf = ((struct switchframe *)cf) - 1; in cpu_lwp_fork()
/netbsd-src/sys/arch/sh3/sh3/
H A Dgenassym.cf67 define SF_SIZE sizeof(struct switchframe)
68 define SF_GBR offsetof(struct switchframe, sf_gbr)
69 define SF_SR offsetof(struct switchframe, sf_sr)
70 define SF_R15 offsetof(struct switchframe, sf_r15)
71 define SF_R14 offsetof(struct switchframe, sf_r14)
72 define SF_R13 offsetof(struct switchframe, sf_r13)
73 define SF_R12 offsetof(struct switchframe, sf_r12)
74 define SF_R10 offsetof(struct switchframe, sf_r10)
75 define SF_R9 offsetof(struct switchframe, sf_r9)
76 define SF_R8 offsetof(struct switchframe, sf_r8)
[all …]
H A Dvm_machdep.c140 struct switchframe *sf; in cpu_lwp_fork()
170 struct switchframe *sf; in sh3_setup_uarea()
217 memset(&pcb->pcb_sf, 0xb4, sizeof(struct switchframe)); in sh3_setup_uarea()
H A Dsh3_machdep.c229 struct switchframe *sf; in sh_proc0_init()
257 memset(sf, 0xb4, sizeof(struct switchframe)); in sh_proc0_init()
H A Ddb_interface.c584 struct switchframe *sf = &curpcb->pcb_sf; in db_frame_cmd()
H A Dlocore_subr.S115 !! restore new lwp's context from switchframe
/netbsd-src/sys/arch/m68k/m68k/
H A Dvm_machdep.c90 struct switchframe *sf; in cpu_lwp_fork()
120 sf = (struct switchframe *)tf - 1; in cpu_lwp_fork()
/netbsd-src/sys/arch/powerpc/include/
H A Dframe.h185 #define SFRAMELEN roundup(sizeof(struct switchframe), CALLFRAMELEN)
186 struct switchframe { struct
/netbsd-src/sys/arch/sh3/include/
H A Dpcb.h38 struct switchframe pcb_sf; /* kernel context for resume */
H A Dframe.h115 struct switchframe { struct
/netbsd-src/sys/arch/x86/x86/
H A Dvm_machdep.c136 struct switchframe *sf; in cpu_lwp_fork()
209 sf = (struct switchframe *)tf - 1; in cpu_lwp_fork()
/netbsd-src/sys/arch/arm/arm32/
H A Dvm_machdep.c108 struct switchframe *sf; in cpu_lwp_fork()
160 sf = (struct switchframe *)tf - 1; in cpu_lwp_fork()
/netbsd-src/sys/arch/amd64/include/
H A Dframe.h111 struct switchframe { struct
/netbsd-src/sys/arch/i386/include/
H A Dframe.h143 struct switchframe { struct
/netbsd-src/sys/arch/m68k/include/
H A Dcpuframe.h145 struct switchframe { struct
/netbsd-src/sys/arch/arm/include/arm32/
H A Dframe.h59 struct switchframe { struct