Searched refs:is_tail_call (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/arch/riscv/net/ |
H A D | bpf_jit_comp64.c | 166 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 D | bpf_jit_comp32.c | 143 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()
|
/kernel/linux/linux-6.6/arch/riscv/net/ |
H A D | bpf_jit_comp64.c | 210 static void __build_epilogue(bool is_tail_call, struct rv_jit_context *ctx) in __build_epilogue() argument 247 if (!is_tail_call) in __build_epilogue() 249 emit_jalr(RV_REG_ZERO, is_tail_call ? RV_REG_T3 : RV_REG_RA, in __build_epilogue() 250 is_tail_call ? (RV_FENTRY_NINSNS + 1) * 4 : 0, /* skip reserved nops and TCC init */ in __build_epilogue()
|
H A D | bpf_jit_comp32.c | 143 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()
|
/kernel/linux/linux-5.10/arch/loongarch/net/ |
H A D | ebpf_jit.c | 166 static void __build_epilogue(struct jit_ctx *ctx, bool is_tail_call) in __build_epilogue() argument 197 if (!is_tail_call) { in __build_epilogue()
|
/kernel/linux/linux-6.6/arch/loongarch/net/ |
H A D | bpf_jit.c | 149 static void __build_epilogue(struct jit_ctx *ctx, bool is_tail_call) in __build_epilogue() argument 180 if (!is_tail_call) { in __build_epilogue()
|
/kernel/linux/linux-6.6/arch/parisc/net/ |
H A D | bpf_jit_comp64.c | 205 static void __build_epilogue(bool is_tail_call, struct hppa_jit_context *ctx) in __build_epilogue() argument 209 if (is_tail_call) { in __build_epilogue()
|
H A D | bpf_jit_comp32.c | 177 static void __build_epilogue(bool is_tail_call, struct hppa_jit_context *ctx) in __build_epilogue() argument 182 if (is_tail_call) { in __build_epilogue()
|
Completed in 13 milliseconds