Lines Matching refs:runtime
12 // SIGSEGV, and our runtime.sigtramp don't even know we
18 // On android and darwin, runtime.tlsg is a normal variable.
30 // NOTE: runtime.gogo assumes that R1 is preserved by this function.
31 // runtime.mcall assumes this function only clobbers R0 and R11.
33 TEXT runtime·save_g(SB),NOSPLIT,$-4
40 // a call to runtime.read_tls_fallback which jumps to __kuser_get_tls.
44 // $runtime.tlsg(SB) is a special linker symbol.
48 MOVW runtime·tlsg(SB), R11
50 MOVW $runtime·tlsg(SB), R11
60 TEXT runtime·load_g(SB),NOSPLIT,$0
68 // $runtime.tlsg(SB) is a special linker symbol.
72 MOVW runtime·tlsg(SB), R11
74 MOVW $runtime·tlsg(SB), R11
90 TEXT runtime·_initcgo(SB),NOSPLIT,$4
98 MOVW $runtime·tlsg(SB), R2 // arg 2: tlsg
109 B runtime·save_g(SB)
112 GLOBL runtime·tlsg+0(SB), NOPTR, $4