/plan9/sys/src/ape/lib/ap/386/ |
H A D | notetramp.c | 51 #define JMPBUFSP 0 macro 62 if(nstack == 0 || pcstack[nstack-1].u->sp > j[2+JMPBUFSP]) in siglongjmp() 70 u->sp = j[2+JMPBUFSP] + 4; in siglongjmp()
|
/plan9/sys/src/ape/lib/ap/mips/ |
H A D | notetramp.c | 51 #define JMPBUFSP 0 macro 62 if(nstack == 0 || pcstack[nstack-1].u->sp > j[2+JMPBUFSP]) in siglongjmp() 70 u->sp = j[2+JMPBUFSP]; in siglongjmp()
|
/plan9/sys/src/ape/lib/ap/power/ |
H A D | notetramp.c | 51 #define JMPBUFSP 0 macro 62 if(nstack == 0 || pcstack[nstack-1].u->sp > j[2+JMPBUFSP]) in siglongjmp() 70 u->sp = j[2+JMPBUFSP]; in siglongjmp()
|
/plan9/sys/src/ape/lib/ap/arm/ |
H A D | notetramp.c | 51 #define JMPBUFSP 0 macro 62 if(nstack == 0 || pcstack[nstack-1].u->sp > j[2+JMPBUFSP]) in siglongjmp() 70 u->sp = j[2+JMPBUFSP]; in siglongjmp()
|
/plan9/sys/src/ape/lib/ap/sparc/ |
H A D | notetramp.c | 57 #define JMPBUFSP 0 macro 69 if(nstack == 0 || pcstack[nstack-1].u->sp > j[2+JMPBUFSP]) in siglongjmp() 79 u->sp = j[JMPBUFSP]; in siglongjmp()
|
/plan9/sys/src/libc/386/ |
H A D | notejmp.c | 14 r->sp = j[JMPBUFSP] + 4; in notejmp()
|
/plan9/sys/src/libc/arm/ |
H A D | notejmp.c | 14 r->r13 = j[JMPBUFSP]; in notejmp()
|
/plan9/sys/src/libc/mips/ |
H A D | notejmp.c | 14 r->sp = j[JMPBUFSP]; in notejmp()
|
/plan9/sys/src/libc/power/ |
H A D | notejmp.c | 20 r->sp = j[JMPBUFSP]; in notejmp()
|
/plan9/sys/src/libc/sparc/ |
H A D | notejmp.c | 21 r->sp = j[JMPBUFSP]; in notejmp()
|
/plan9/sys/src/libthread/ |
H A D | 386.c | 22 t->sched[JMPBUFSP] = (ulong)tos - 8; /* old PC and new PC */ in _threadinitstack()
|
H A D | amd64.c | 24 t->sched[JMPBUFSP] = (uvlong)tos - 2*8; /* old PC and new PC */ in _threadinitstack()
|
H A D | arm.c | 26 t->sched[JMPBUFSP] = (ulong)tos; in _threadinitstack()
|
H A D | mips.c | 25 t->sched[JMPBUFSP] = (ulong)tos; in _threadinitstack()
|
H A D | power.c | 25 t->sched[JMPBUFSP] = (ulong)tos; in _threadinitstack()
|
/plan9/sparc/include/ |
H A D | u.h | 14 #define JMPBUFSP 0 macro
|
/plan9/arm/include/ |
H A D | u.h | 15 #define JMPBUFSP 0 macro
|
/plan9/mips/include/ |
H A D | u.h | 14 #define JMPBUFSP 0 macro
|
/plan9/386/include/ |
H A D | u.h | 14 #define JMPBUFSP 0 macro
|
/plan9/amd64/include/ |
H A D | u.h | 14 #define JMPBUFSP 0 macro
|
/plan9/power64/include/ |
H A D | u.h | 14 #define JMPBUFSP 0 macro
|
/plan9/power/include/ |
H A D | u.h | 14 #define JMPBUFSP 0 macro
|
/plan9/sys/src/cmd/venti/srv/ |
H A D | hproc.c | 366 sp = FIELD(Thread, t, sched[JMPBUFSP]); in threadstkline() 551 sp = FIELD(Thread, t, sched[JMPBUFSP]); in threadstack()
|
/plan9/sys/doc/ |
H A D | comp.ms | 131 #define JMPBUFSP 0
|