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
653
emit_a64_mov_i64(tmp, MAX_TAIL_CALL_CNT, ctx);
arch/loongarch/net/bpf_jit.c
317
emit_insn(ctx, addid, t2, LOONGARCH_GPR_ZERO, MAX_TAIL_CALL_CNT);
arch/loongarch/net/bpf_jit.c
65
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
652
EMIT(PPC_RAW_CMPLWI(_R3, MAX_TAIL_CALL_CNT));
arch/powerpc/net/bpf_jit_comp32.c
250
EMIT(PPC_RAW_CMPLWI(_R0, MAX_TAIL_CALL_CNT));
arch/powerpc/net/bpf_jit_comp64.c
236
EMIT(PPC_RAW_CMPLWI(bpf_to_ppc(TMP_REG_1), MAX_TAIL_CALL_CNT));
arch/powerpc/net/bpf_jit_comp64.c
604
EMIT(PPC_RAW_CMPLWI(bpf_to_ppc(TMP_REG_1), MAX_TAIL_CALL_CNT));
arch/powerpc/net/bpf_jit_comp64.c
614
EMIT(PPC_RAW_CMPLWI(bpf_to_ppc(TMP_REG_1), MAX_TAIL_CALL_CNT));
arch/powerpc/net/bpf_jit_comp64.c
649
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
2037
emit(rv_addi(RV_REG_TCC, RV_REG_ZERO, MAX_TAIL_CALL_CNT), ctx);
arch/s390/net/bpf_jit_comp.c
1877
EMIT6_PCREL_RIEC(0xec000000, 0x007f, REG_W1, MAX_TAIL_CALL_CNT - 1,
arch/sparc/net/bpf_jit_comp_64.c
868
emit_cmpi(tmp, MAX_TAIL_CALL_CNT, ctx);
arch/x86/net/bpf_jit_comp.c
476
EMIT4(0x48, 0x83, 0xF8, MAX_TAIL_CALL_CNT);
arch/x86/net/bpf_jit_comp.c
757
EMIT4(0x48, 0x83, 0x38, MAX_TAIL_CALL_CNT); /* cmp qword ptr [rax], MAX_TAIL_CALL_CNT */
arch/x86/net/bpf_jit_comp.c
829
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
2087
if (unlikely(tail_call_cnt >= MAX_TAIL_CALL_CNT))
lib/test_bpf.c
15393
.result = (MAX_TAIL_CALL_CNT + 1) * MAX_TESTRUNS,
lib/test_bpf.c
15416
.result = (MAX_TAIL_CALL_CNT + 1) * MAX_TESTRUNS,