HomeSort by relevance Sort by last modified time
    Searched refs:g0 (Results 201 - 225 of 250) sorted by null

1 2 3 4 5 6 7 8910

  /prebuilts/go/linux-x86/src/runtime/
asm_ppc64x.s 26 MOVD $runtime·g0(SB), g
62 // save m->g0 = g0
64 // save m0 to g0->m
167 // Switch to m->g0's stack, call fn(g).
178 // Switch to m->g0 & its stack, call fn.
189 MOVD (g_sched+gobuf_sp)(g), R1 // sp = m->g0->sched.sp
224 MOVD m_g0(R4), R5 // R5 = g0
232 // Bad: g is not gsignal, not g0, not curg. What is it?
248 // switch to g0
547 g0: label
    [all...]
asm_s390x.s 23 MOVD $runtime·g0(SB), g
59 // save m->g0 = g0
61 // save m0 to g0->m
147 // Switch to m->g0's stack, call fn(g).
157 // Switch to m->g0 & its stack, call fn.
167 MOVD (g_sched+gobuf_sp)(g), R15 // sp = m->g0->sched.sp
193 MOVD m_g0(R4), R5 // R5 = g0
199 // Bad: g is not gsignal, not g0, not curg. What is it?
214 // switch to g0
501 g0: label
    [all...]
asm_amd64p32.s 23 MOVL $runtime·g0(SB), DI
55 LEAL runtime·g0(SB), CX
59 // save m->g0 = g0
61 // save m0 to g0->m
151 // Switch to m->g0's stack, call fn(g).
165 // switch to m->g0 & its stack, call fn
169 CMPL SI, AX // if g == m->g0 call badmcall
173 MOVL SI, g(CX) // g = m->g0
174 MOVL (g_sched+gobuf_sp)(SI), SP // sp = m->g0->sched.s
    [all...]
traceback.go 141 // instead on the g0 stack.
254 // g0, this systemstack is at the top of the stack.
255 // if we're not on g0 or there's a no curg, then this is a regular call.
257 if flags&_TraceJumpStack != 0 && f.entry == systemstackPC && gp == g.m.g0 && gp.m.curg != nil {
    [all...]
runtime2.go 129 // notesleep/notetsleep are generally called on g0,
338 // It is stack.lo+StackGuard on g0 and gsignal stacks.
404 g0 *g // goroutine with scheduling stack
asm_386.s 21 MOVL $runtime·g0(SB), BP
106 MOVL $runtime·g0(SB), CX
135 LEAL runtime·g0(SB), DX
139 // save m->g0 = g0
141 // save g0->m = m0
252 // Switch to m->g0's stack, call fn(g).
266 // switch to m->g0 & its stack, call fn
270 CMPL SI, AX // if g == m->g0 call badmcall
274 MOVL SI, g(DX) // g = m->g0
    [all...]
asm_amd64.s 21 MOVQ $runtime·g0(SB), DI
102 // g0 already in DI
108 MOVQ $runtime·g0(SB), CX
140 LEAQ runtime·g0(SB), CX
144 // save m->g0 = g0
146 // save m0 to g0->m
241 // Switch to m->g0's stack, call fn(g).
256 // switch to m->g0 & its stack, call fn
260 CMPQ SI, AX // if g == m->g0 call badmcal
    [all...]
mgc.go     [all...]
os_darwin.go 117 print("newosproc stk=", stk, " m=", mp, " g=", mp.g0, " id=", mp.id, " ostk=", &mp, "\n")
panic.go 689 if gp != gp.m.g0 {
  /external/llvm/test/MC/Sparc/
sparcv9-instructions.s 32 ! V9: sra %g1, %g0, %g2 ! encoding: [0x85,0x38,0x40,0x00]
36 ! V9: sra %g1, %g0, %g1 ! encoding: [0x83,0x38,0x40,0x00]
  /external/lz4/tests/
Makefile 223 ./datagen -g0 | $(LZ4) -v | $(LZ4) -t
  /prebuilts/go/darwin-x86/src/runtime/
asm_amd64p32.s 23 MOVL $runtime·g0(SB), DI
55 LEAL runtime·g0(SB), CX
59 // save m->g0 = g0
61 // save m0 to g0->m
151 // Switch to m->g0's stack, call fn(g).
165 // switch to m->g0 & its stack, call fn
169 CMPL SI, AX // if g == m->g0 call badmcall
173 MOVL SI, g(CX) // g = m->g0
174 MOVL (g_sched+gobuf_sp)(SI), SP // sp = m->g0->sched.s
    [all...]
traceback.go 141 // instead on the g0 stack.
254 // g0, this systemstack is at the top of the stack.
255 // if we're not on g0 or there's a no curg, then this is a regular call.
257 if flags&_TraceJumpStack != 0 && f.entry == systemstackPC && gp == g.m.g0 && gp.m.curg != nil {
    [all...]
runtime2.go 129 // notesleep/notetsleep are generally called on g0,
338 // It is stack.lo+StackGuard on g0 and gsignal stacks.
404 g0 *g // goroutine with scheduling stack
asm_386.s 21 MOVL $runtime·g0(SB), BP
106 MOVL $runtime·g0(SB), CX
135 LEAL runtime·g0(SB), DX
139 // save m->g0 = g0
141 // save g0->m = m0
252 // Switch to m->g0's stack, call fn(g).
266 // switch to m->g0 & its stack, call fn
270 CMPL SI, AX // if g == m->g0 call badmcall
274 MOVL SI, g(DX) // g = m->g0
    [all...]
asm_amd64.s 21 MOVQ $runtime·g0(SB), DI
102 // g0 already in DI
108 MOVQ $runtime·g0(SB), CX
140 LEAQ runtime·g0(SB), CX
144 // save m->g0 = g0
146 // save m0 to g0->m
241 // Switch to m->g0's stack, call fn(g).
256 // switch to m->g0 & its stack, call fn
260 CMPQ SI, AX // if g == m->g0 call badmcal
    [all...]
mgc.go     [all...]
os_darwin.go 117 print("newosproc stk=", stk, " m=", mp, " g=", mp.g0, " id=", mp.id, " ostk=", &mp, "\n")
panic.go 689 if gp != gp.m.g0 {
  /external/llvm/test/Bindings/OCaml/
core.ml 1050 let g0 = declare_global (pointer_type i8_type) "g0" m in var
    [all...]
  /external/swiftshader/third_party/LLVM/test/Bindings/Ocaml/
vmcore.ml 1158 let g0 = declare_global (pointer_type i8_type) "g0" m in var
    [all...]
  /external/valgrind/VEX/priv/
guest_x86_toIR.c 5713 IRTemp g0 = newTemp(Ity_I64); local
7415 IRTemp g0 = newTemp(Ity_V128); local
11986 IRTemp e3, e2, e1, e0, g3, g2, g1, g0; local
12031 IRTemp g0 = newTemp(Ity_I64); local
    [all...]
  /external/clang/test/CXX/drs/
dr0xx.cpp 314 void g0() { void dr29_f0(); } function in namespace:dr29
  /system/core/libpixelflinger/
scanline.cpp     [all...]

Completed in 1144 milliseconds

1 2 3 4 5 6 7 8910