Lines Matching full:tcc
198 /* exit point is either directly below, or the outest TCC exit function */ in __build_epilogue()
212 /* load original return pointer (stored by outest TCC function) */ in __build_epilogue()
917 /* backup TCC */ in emit_call()
931 /* restore TCC */ in emit_call()
956 /* get address of TCC main exit function for error case into rp */ in emit_bpf_tail_call()
972 * if (--tcc < 0) in emit_bpf_tail_call()
994 * tcc = temp_tcc; in emit_bpf_tail_call()
1496 * The first instruction sets the tail-call-counter (TCC) register. in bpf_jit_build_prologue()
1529 * now really set the tail call counter (TCC) register. in bpf_jit_build_prologue()
1535 * save epilogue function pointer for outer TCC call chain. in bpf_jit_build_prologue()
1536 * The main TCC call stores the final RP on stack. in bpf_jit_build_prologue()