Searched refs:MAX_TAIL_CALL_CNT (Results 1 – 18 of 18) sorted by relevance
/linux-6.6.21/arch/parisc/net/ |
D | bpf_jit_comp64.c | 1130 emit(hppa_ldi(MAX_TAIL_CALL_CNT, HPPA_REG_TCC_IN_INIT), ctx); in bpf_jit_build_prologue() 1135 emit(hppa_ldi(MAX_TAIL_CALL_CNT, HPPA_REG_R1), ctx); in bpf_jit_build_prologue() 1182 emit(hppa_ldi(MAX_TAIL_CALL_CNT, HPPA_REG_TCC), ctx); in bpf_jit_build_prologue()
|
D | bpf_jit_comp32.c | 1500 emit(hppa_ldi(MAX_TAIL_CALL_CNT, HPPA_REG_TCC_IN_INIT), ctx); in bpf_jit_build_prologue() 1505 emit(hppa_ldi(MAX_TAIL_CALL_CNT, HPPA_REG_R1), ctx); in bpf_jit_build_prologue() 1532 emit(hppa_ldi(MAX_TAIL_CALL_CNT, HPPA_REG_TCC), ctx); in bpf_jit_build_prologue()
|
/linux-6.6.21/arch/mips/net/ |
D | bpf_jit_comp64.c | 559 BUILD_BUG_ON(MAX_TAIL_CALL_CNT > 0xffff); in build_prologue() 566 emit(ctx, ori, tc, MIPS_R_ZERO, MAX_TAIL_CALL_CNT); in build_prologue()
|
D | bpf_jit_comp32.c | 1385 BUILD_BUG_ON(MAX_TAIL_CALL_CNT > 0xffff); in build_prologue() 1392 emit(ctx, ori, MIPS_R_T9, MIPS_R_ZERO, MAX_TAIL_CALL_CNT); in build_prologue()
|
/linux-6.6.21/arch/arm/net/ |
D | bpf_jit_32.c | 1191 lo = (u32)MAX_TAIL_CALL_CNT; in emit_bpf_tail_call() 1192 hi = (u32)((u64)MAX_TAIL_CALL_CNT >> 32); in emit_bpf_tail_call()
|
/linux-6.6.21/arch/x86/net/ |
D | bpf_jit_comp32.c | 1329 lo = (u32)MAX_TAIL_CALL_CNT; in emit_bpf_tail_call() 1330 hi = (u32)((u64)MAX_TAIL_CALL_CNT >> 32); in emit_bpf_tail_call()
|
D | bpf_jit_comp.c | 500 EMIT3(0x83, 0xF8, MAX_TAIL_CALL_CNT); /* cmp eax, MAX_TAIL_CALL_CNT */ in emit_bpf_tail_call_indirect() 558 EMIT3(0x83, 0xF8, MAX_TAIL_CALL_CNT); /* cmp eax, MAX_TAIL_CALL_CNT */ in emit_bpf_tail_call_direct()
|
/linux-6.6.21/arch/powerpc/net/ |
D | bpf_jit_comp64.c | 305 EMIT(PPC_RAW_CMPLWI(bpf_to_ppc(TMP_REG_1), MAX_TAIL_CALL_CNT)); in bpf_jit_emit_tail_call()
|
D | bpf_jit_comp32.c | 244 EMIT(PPC_RAW_CMPLWI(_R0, MAX_TAIL_CALL_CNT)); in bpf_jit_emit_tail_call()
|
/linux-6.6.21/arch/loongarch/net/ |
D | bpf_jit.c | 106 emit_insn(ctx, addid, REG_TCC, LOONGARCH_GPR_ZERO, MAX_TAIL_CALL_CNT); in build_prologue()
|
/linux-6.6.21/arch/sparc/net/ |
D | bpf_jit_comp_64.c | 868 emit_cmpi(tmp, MAX_TAIL_CALL_CNT, ctx); in emit_tail_call()
|
/linux-6.6.21/arch/s390/net/ |
D | bpf_jit_comp.c | 1489 EMIT6_PCREL_RIEC(0xec000000, 0x007f, REG_W1, MAX_TAIL_CALL_CNT - 1, in bpf_jit_insn()
|
/linux-6.6.21/arch/riscv/net/ |
D | bpf_jit_comp32.c | 1325 emit(rv_addi(RV_REG_TCC, RV_REG_ZERO, MAX_TAIL_CALL_CNT), ctx); in bpf_jit_build_prologue()
|
D | bpf_jit_comp64.c | 1813 emit(rv_addi(RV_REG_TCC, RV_REG_ZERO, MAX_TAIL_CALL_CNT), ctx); in bpf_jit_build_prologue()
|
/linux-6.6.21/arch/arm64/net/ |
D | bpf_jit_comp.c | 408 emit_a64_mov_i64(tmp, MAX_TAIL_CALL_CNT, ctx); in emit_bpf_tail_call()
|
/linux-6.6.21/include/linux/ |
D | bpf.h | 1742 #define MAX_TAIL_CALL_CNT 33 macro
|
/linux-6.6.21/kernel/bpf/ |
D | core.c | 1982 if (unlikely(tail_call_cnt >= MAX_TAIL_CALL_CNT)) in ___bpf_prog_run()
|
/linux-6.6.21/lib/ |
D | test_bpf.c | 14984 .result = (MAX_TAIL_CALL_CNT + 1) * MAX_TESTRUNS, 15006 .result = (MAX_TAIL_CALL_CNT + 1) * MAX_TESTRUNS,
|