HomeSort by relevance Sort by last modified time
    Searched refs:newstack (Results 1 - 25 of 38) sorted by null

1 2

  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl.cc 475 uptr *newstack = (uptr*)internal_alloc(MBlockShadowStack, local
477 internal_memcpy(newstack, thr->shadow_stack, sz * sizeof(uptr));
479 thr->shadow_stack = newstack;
480 thr->shadow_stack_pos = newstack + sz;
481 thr->shadow_stack_end = newstack + newsz;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
lcode.c 262 int newstack = fs->freereg + n; local
263 if (newstack > fs->f->maxstacksize) {
264 if (newstack >= MAXSTACK)
266 fs->f->maxstacksize = cast_byte(newstack);
  /external/skia/third_party/lua/src/
lcode.c 262 int newstack = fs->freereg + n; local
263 if (newstack > fs->f->maxstacksize) {
264 if (newstack >= MAXSTACK)
266 fs->f->maxstacksize = cast_byte(newstack);
  /external/syslinux/com32/lua/src/
lcode.c 262 int newstack = fs->freereg + n; local
263 if (newstack > fs->f->maxstacksize) {
264 if (newstack >= MAXSTACK)
266 fs->f->maxstacksize = cast_byte(newstack);
  /prebuilts/go/darwin-x86/src/runtime/
stack.go 959 // ctxt is the value of the context register on morestack. newstack
961 func newstack(ctxt unsafe.Pointer) { func
968 print("runtime: newstack called from g=", hex(thisg.m.morebuf.g), "\n"+"\tm=", thisg.m, " m->curg=", thisg.m.curg, " m->g0=", thisg.m.g0, " m->gsignal=", thisg.m.gsignal, "\n")
971 throw("runtime: wrong goroutine in newstack")
984 print("runtime: newstack sp=", hex(gp.sched.sp), " stack=[", hex(gp.stack.lo), ", ", hex(gp.stack.hi), "]\n",
1007 // This check is very early in newstack so that even the status change
1025 throw("missing stack in newstack")
1033 print("runtime: newstack sp=", hex(sp), " stack=[", hex(gp.stack.lo), ", ", hex(gp.stack.hi), "]\n",
    [all...]
lock_futex.go 119 if gp.m.locks == 0 && gp.preempt { // restore the preemption request in case we've cleared it in newstack
lock_sema.go 118 if gp.m.locks == 0 && gp.preempt { // restore the preemption request in case we've cleared it in newstack
runtime1.go 484 // restore the preemption request in case we've cleared it in newstack
asm_mips64x.s 241 // the top of a stack (for example, morestack calling newstack
263 // newstack will fill gobuf.ctxt.
271 // Call newstack on m->g0's stack.
275 // Create a stack frame on g0 to call newstack.
279 JAL runtime·newstack(SB)
281 // Not reached, but make sure the return PC from the call to newstack
proc.go 583 if _g_.m.locks == 0 && _g_.preempt { // restore the preemption request in Case we've cleared it in newstack
874 // newstack is doing a scan for us right now. Wait.
878 // The preemption handler (in newstack) does the actual scan.
    [all...]
asm_amd64p32.s 257 // the top of a stack (for example, morestack calling newstack
295 // newstack will fill gobuf.ctxt.
297 // Call newstack on m->g0's stack.
302 CALL runtime·newstack(SB)
303 MOVL $0, 0x1003 // crash if newstack returns
asm_arm.s 293 // the top of a stack (for example, morestack calling newstack
317 // newstack will fill gobuf.ctxt.
326 // Call newstack on m->g0's stack.
333 BL runtime·newstack(SB)
335 // Not reached, but make sure the return PC from the call to newstack
asm_arm64.s 267 // the top of a stack (for example, morestack calling newstack
292 // newstack will fill gobuf.ctxt.
301 // Call newstack on m->g0's stack.
308 BL runtime·newstack(SB)
310 // Not reached, but make sure the return PC from the call to newstack
asm_mipsx.s 242 // the top of a stack (for example, morestack calling newstack
264 // newstack will fill gobuf.ctxt.
272 // Call newstack on m->g0's stack.
276 // Create a stack frame on g0 to call newstack.
280 JAL runtime·newstack(SB)
282 // Not reached, but make sure the return PC from the call to newstack
asm_ppc64x.s 295 // the top of a stack (for example, morestack calling newstack
320 // newstack will fill gobuf.ctxt.
328 // Call newstack on m->g0's stack.
334 BL runtime·newstack(SB)
336 // Not reached, but make sure the return PC from the call to newstack
    [all...]
  /prebuilts/go/linux-x86/src/runtime/
stack.go 959 // ctxt is the value of the context register on morestack. newstack
961 func newstack(ctxt unsafe.Pointer) { func
968 print("runtime: newstack called from g=", hex(thisg.m.morebuf.g), "\n"+"\tm=", thisg.m, " m->curg=", thisg.m.curg, " m->g0=", thisg.m.g0, " m->gsignal=", thisg.m.gsignal, "\n")
971 throw("runtime: wrong goroutine in newstack")
984 print("runtime: newstack sp=", hex(gp.sched.sp), " stack=[", hex(gp.stack.lo), ", ", hex(gp.stack.hi), "]\n",
1007 // This check is very early in newstack so that even the status change
1025 throw("missing stack in newstack")
1033 print("runtime: newstack sp=", hex(sp), " stack=[", hex(gp.stack.lo), ", ", hex(gp.stack.hi), "]\n",
    [all...]
lock_futex.go 119 if gp.m.locks == 0 && gp.preempt { // restore the preemption request in case we've cleared it in newstack
lock_sema.go 118 if gp.m.locks == 0 && gp.preempt { // restore the preemption request in case we've cleared it in newstack
runtime1.go 484 // restore the preemption request in case we've cleared it in newstack
asm_mips64x.s 241 // the top of a stack (for example, morestack calling newstack
263 // newstack will fill gobuf.ctxt.
271 // Call newstack on m->g0's stack.
275 // Create a stack frame on g0 to call newstack.
279 JAL runtime·newstack(SB)
281 // Not reached, but make sure the return PC from the call to newstack
proc.go 583 if _g_.m.locks == 0 && _g_.preempt { // restore the preemption request in Case we've cleared it in newstack
874 // newstack is doing a scan for us right now. Wait.
878 // The preemption handler (in newstack) does the actual scan.
    [all...]
asm_amd64p32.s 257 // the top of a stack (for example, morestack calling newstack
295 // newstack will fill gobuf.ctxt.
297 // Call newstack on m->g0's stack.
302 CALL runtime·newstack(SB)
303 MOVL $0, 0x1003 // crash if newstack returns
asm_arm.s 293 // the top of a stack (for example, morestack calling newstack
317 // newstack will fill gobuf.ctxt.
326 // Call newstack on m->g0's stack.
333 BL runtime·newstack(SB)
335 // Not reached, but make sure the return PC from the call to newstack
asm_arm64.s 267 // the top of a stack (for example, morestack calling newstack
292 // newstack will fill gobuf.ctxt.
301 // Call newstack on m->g0's stack.
308 BL runtime·newstack(SB)
310 // Not reached, but make sure the return PC from the call to newstack
asm_mipsx.s 242 // the top of a stack (for example, morestack calling newstack
264 // newstack will fill gobuf.ctxt.
272 // Call newstack on m->g0's stack.
276 // Create a stack frame on g0 to call newstack.
280 JAL runtime·newstack(SB)
282 // Not reached, but make sure the return PC from the call to newstack

Completed in 1096 milliseconds

1 2