Home
last modified time | relevance | path

Searched refs:saw_tail_call (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/arch/sparc/net/
H A Dbpf_jit_comp_64.c199 bool saw_tail_call; member
801 if (ctx->saw_frame_pointer || ctx->saw_tail_call) { in build_prologue()
809 if (ctx->saw_tail_call) in build_prologue()
816 if (ctx->saw_tail_call) { in build_prologue()
857 ctx->saw_tail_call = true; in emit_tail_call()
1560 ctx.saw_tail_call ? 'T' : ' '); in bpf_int_jit_compile()