Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/riscv/net/
H A Dbpf_jit_comp64.c166 static void __build_epilogue(bool is_tail_call, struct rv_jit_context *ctx) in __build_epilogue() argument
203 if (!is_tail_call) in __build_epilogue()
205 emit_jalr(RV_REG_ZERO, is_tail_call ? RV_REG_T3 : RV_REG_RA, in __build_epilogue()
206 is_tail_call ? 4 : 0, /* skip TCC init */ in __build_epilogue()
H A Dbpf_jit_comp32.c143 static void __build_epilogue(bool is_tail_call, struct rv_jit_context *ctx) in __build_epilogue() argument
149 if (!is_tail_call) { in __build_epilogue()
167 if (is_tail_call) { in __build_epilogue()