Searched refs:switchframe (Results 1 – 17 of 17) sorted by relevance
/netbsd-src/sys/arch/powerpc/powerpc/ |
H A D | genassym.cf | 123 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 D | vm_machdep.c | 126 struct switchframe * const sf = ((struct switchframe *)cf) - 1; in cpu_lwp_fork()
|
/netbsd-src/sys/arch/sh3/sh3/ |
H A D | genassym.cf | 67 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 D | vm_machdep.c | 140 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 D | sh3_machdep.c | 229 struct switchframe *sf; in sh_proc0_init() 257 memset(sf, 0xb4, sizeof(struct switchframe)); in sh_proc0_init()
|
H A D | db_interface.c | 584 struct switchframe *sf = &curpcb->pcb_sf; in db_frame_cmd()
|
H A D | locore_subr.S | 115 !! restore new lwp's context from switchframe
|
/netbsd-src/sys/arch/m68k/m68k/ |
H A D | vm_machdep.c | 90 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 D | frame.h | 185 #define SFRAMELEN roundup(sizeof(struct switchframe), CALLFRAMELEN) 186 struct switchframe { struct
|
/netbsd-src/sys/arch/sh3/include/ |
H A D | pcb.h | 38 struct switchframe pcb_sf; /* kernel context for resume */
|
H A D | frame.h | 115 struct switchframe { struct
|
/netbsd-src/sys/arch/x86/x86/ |
H A D | vm_machdep.c | 136 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 D | vm_machdep.c | 108 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 D | frame.h | 111 struct switchframe { struct
|
/netbsd-src/sys/arch/i386/include/ |
H A D | frame.h | 143 struct switchframe { struct
|
/netbsd-src/sys/arch/m68k/include/ |
H A D | cpuframe.h | 145 struct switchframe { struct
|
/netbsd-src/sys/arch/arm/include/arm32/ |
H A D | frame.h | 59 struct switchframe { struct
|