Symbol: MAX_TAIL_CALL_CNT
arch/arm/net/bpf_jit_32.c
1432
lo = (u32)MAX_TAIL_CALL_CNT;
arch/arm/net/bpf_jit_32.c
1433
hi = (u32)((u64)MAX_TAIL_CALL_CNT >> 32);
arch/arm64/net/bpf_jit_comp.c
663
emit_a64_mov_i64(tmp, MAX_TAIL_CALL_CNT, ctx);
arch/loongarch/net/bpf_jit.c
328
emit_insn(ctx, addid, t2, LOONGARCH_GPR_ZERO, MAX_TAIL_CALL_CNT);
arch/loongarch/net/bpf_jit.c
72
emit_insn(ctx, addid, LOONGARCH_GPR_T3, LOONGARCH_GPR_ZERO, MAX_TAIL_CALL_CNT);
arch/mips/net/bpf_jit_comp32.c
1385
BUILD_BUG_ON(MAX_TAIL_CALL_CNT > 0xffff);
arch/mips/net/bpf_jit_comp32.c
1392
emit(ctx, ori, MIPS_R_T9, MIPS_R_ZERO, MAX_TAIL_CALL_CNT);
arch/mips/net/bpf_jit_comp64.c
559
BUILD_BUG_ON(MAX_TAIL_CALL_CNT > 0xffff);
arch/mips/net/bpf_jit_comp64.c
566
emit(ctx, ori, tc, MIPS_R_ZERO, MAX_TAIL_CALL_CNT);
arch/parisc/net/bpf_jit_comp32.c
1500
emit(hppa_ldi(MAX_TAIL_CALL_CNT, HPPA_REG_TCC_IN_INIT), ctx);
arch/parisc/net/bpf_jit_comp32.c
1505
emit(hppa_ldi(MAX_TAIL_CALL_CNT, HPPA_REG_R1), ctx);
arch/parisc/net/bpf_jit_comp32.c
1532
emit(hppa_ldi(MAX_TAIL_CALL_CNT, HPPA_REG_TCC), ctx);
arch/parisc/net/bpf_jit_comp64.c
1130
emit(hppa_ldi(MAX_TAIL_CALL_CNT, HPPA_REG_TCC_IN_INIT), ctx);
arch/parisc/net/bpf_jit_comp64.c
1135
emit(hppa_ldi(MAX_TAIL_CALL_CNT, HPPA_REG_R1), ctx);
arch/parisc/net/bpf_jit_comp64.c
1182
emit(hppa_ldi(MAX_TAIL_CALL_CNT, HPPA_REG_TCC), ctx);
arch/powerpc/net/bpf_jit_comp.c
742
EMIT(PPC_RAW_CMPLWI(_R3, MAX_TAIL_CALL_CNT));
arch/powerpc/net/bpf_jit_comp32.c
285
EMIT(PPC_RAW_CMPLWI(_R0, MAX_TAIL_CALL_CNT));
arch/powerpc/net/bpf_jit_comp64.c
279
EMIT(PPC_RAW_CMPLWI(bpf_to_ppc(TMP_REG_1), MAX_TAIL_CALL_CNT));
arch/powerpc/net/bpf_jit_comp64.c
665
EMIT(PPC_RAW_CMPLWI(bpf_to_ppc(TMP_REG_1), MAX_TAIL_CALL_CNT));
arch/powerpc/net/bpf_jit_comp64.c
675
EMIT(PPC_RAW_CMPLWI(bpf_to_ppc(TMP_REG_1), MAX_TAIL_CALL_CNT));
arch/powerpc/net/bpf_jit_comp64.c
710
EMIT(PPC_RAW_CMPLWI(bpf_to_ppc(TMP_REG_2), MAX_TAIL_CALL_CNT));
arch/riscv/net/bpf_jit_comp32.c
1324
emit(rv_addi(RV_REG_TCC, RV_REG_ZERO, MAX_TAIL_CALL_CNT), ctx);
arch/riscv/net/bpf_jit_comp64.c
2044
emit(rv_addi(RV_REG_TCC, RV_REG_ZERO, MAX_TAIL_CALL_CNT), ctx);
arch/s390/net/bpf_jit_comp.c
1912
EMIT6_PCREL_RIEC(0xec000000, 0x007f, REG_W0, MAX_TAIL_CALL_CNT,
arch/sparc/net/bpf_jit_comp_64.c
868
emit_cmpi(tmp, MAX_TAIL_CALL_CNT, ctx);
arch/x86/net/bpf_jit_comp.c
505
EMIT4(0x48, 0x83, 0xF8, MAX_TAIL_CALL_CNT);
arch/x86/net/bpf_jit_comp.c
786
EMIT4(0x48, 0x83, 0x38, MAX_TAIL_CALL_CNT); /* cmp qword ptr [rax], MAX_TAIL_CALL_CNT */
arch/x86/net/bpf_jit_comp.c
858
EMIT4(0x48, 0x83, 0x38, MAX_TAIL_CALL_CNT); /* cmp qword ptr [rax], MAX_TAIL_CALL_CNT */
arch/x86/net/bpf_jit_comp32.c
1329
lo = (u32)MAX_TAIL_CALL_CNT;
arch/x86/net/bpf_jit_comp32.c
1330
hi = (u32)((u64)MAX_TAIL_CALL_CNT >> 32);
kernel/bpf/core.c
2163
if (unlikely(tail_call_cnt >= MAX_TAIL_CALL_CNT))
lib/test_bpf.c
15556
.result = (MAX_TAIL_CALL_CNT + 1) * MAX_TESTRUNS,
lib/test_bpf.c
15579
.result = (MAX_TAIL_CALL_CNT + 1) * MAX_TESTRUNS,