Home
last modified time | relevance | path

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

/netbsd/src/sys/arch/powerpc/powerpc/
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 …]
Dvm_machdep.c126 struct switchframe * const sf = ((struct switchframe *)cf) - 1; in cpu_lwp_fork()
/netbsd/src/sys/arch/sh3/sh3/
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 …]
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()
Dsh3_machdep.c229 struct switchframe *sf; in sh_proc0_init()
257 memset(sf, 0xb4, sizeof(struct switchframe)); in sh_proc0_init()
Ddb_interface.c584 struct switchframe *sf = &curpcb->pcb_sf; in db_frame_cmd()
Dlocore_subr.S115 !! restore new lwp's context from switchframe
/netbsd/src/external/gpl3/gdb/dist/gdb/
Di386-netbsd-nat.c39 struct switchframe sf; in i386nbsd_supply_pcb()
62 pcb->pcb_esp += sizeof (struct switchframe); in i386nbsd_supply_pcb()
Damd64-obsd-nat.c70 struct switchframe sf; in amd64obsd_supply_pcb()
107 pcb->pcb_rsp += sizeof (struct switchframe); in amd64obsd_supply_pcb()
Damd64-netbsd-nat.c66 struct switchframe sf; in amd64nbsd_supply_pcb()
96 pcb->pcb_rsp += sizeof (struct switchframe); in amd64nbsd_supply_pcb()
Di386-obsd-nat.c38 struct switchframe sf; in i386obsd_supply_pcb()
68 pcb->pcb_esp += sizeof (struct switchframe); in i386obsd_supply_pcb()
Dppc-obsd-nat.c157 struct switchframe sf; in ppcobsd_supply_pcb()
Dppc-netbsd-nat.c155 struct switchframe sf; in ppcnbsd_supply_pcb()
Darm-netbsd-nat.c71 struct switchframe sf; in armnbsd_supply_pcb()
/netbsd/src/sys/arch/m68k/m68k/
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/
Dframe.h185 #define SFRAMELEN roundup(sizeof(struct switchframe), CALLFRAMELEN)
186 struct switchframe { struct
/netbsd/src/sys/arch/sh3/include/
Dpcb.h38 struct switchframe pcb_sf; /* kernel context for resume */
Dframe.h115 struct switchframe { struct
/netbsd/src/sys/arch/arm/arm32/
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/
Dframe.h111 struct switchframe { struct
/netbsd/src/sys/arch/x86/x86/
Dvm_machdep.c136 struct switchframe *sf; in cpu_lwp_fork()
209 sf = (struct switchframe *)tf - 1; in cpu_lwp_fork()
/netbsd/src/sys/arch/i386/include/
Dframe.h143 struct switchframe { struct
/netbsd/src/sys/arch/m68k/include/
Dcpuframe.h145 struct switchframe { struct
/netbsd/src/sys/arch/arm/include/arm32/
Dframe.h59 struct switchframe { struct