Home
last modified time | relevance | path

Searched refs:MAX_TAIL_CALL_CNT (Results 1 – 18 of 18) sorted by relevance

/linux-6.6.21/arch/parisc/net/
Dbpf_jit_comp64.c1130 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()
Dbpf_jit_comp32.c1500 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/
Dbpf_jit_comp64.c559 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()
Dbpf_jit_comp32.c1385 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/
Dbpf_jit_32.c1191 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/
Dbpf_jit_comp32.c1329 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()
Dbpf_jit_comp.c500 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/
Dbpf_jit_comp64.c305 EMIT(PPC_RAW_CMPLWI(bpf_to_ppc(TMP_REG_1), MAX_TAIL_CALL_CNT)); in bpf_jit_emit_tail_call()
Dbpf_jit_comp32.c244 EMIT(PPC_RAW_CMPLWI(_R0, MAX_TAIL_CALL_CNT)); in bpf_jit_emit_tail_call()
/linux-6.6.21/arch/loongarch/net/
Dbpf_jit.c106 emit_insn(ctx, addid, REG_TCC, LOONGARCH_GPR_ZERO, MAX_TAIL_CALL_CNT); in build_prologue()
/linux-6.6.21/arch/sparc/net/
Dbpf_jit_comp_64.c868 emit_cmpi(tmp, MAX_TAIL_CALL_CNT, ctx); in emit_tail_call()
/linux-6.6.21/arch/s390/net/
Dbpf_jit_comp.c1489 EMIT6_PCREL_RIEC(0xec000000, 0x007f, REG_W1, MAX_TAIL_CALL_CNT - 1, in bpf_jit_insn()
/linux-6.6.21/arch/riscv/net/
Dbpf_jit_comp32.c1325 emit(rv_addi(RV_REG_TCC, RV_REG_ZERO, MAX_TAIL_CALL_CNT), ctx); in bpf_jit_build_prologue()
Dbpf_jit_comp64.c1813 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/
Dbpf_jit_comp.c408 emit_a64_mov_i64(tmp, MAX_TAIL_CALL_CNT, ctx); in emit_bpf_tail_call()
/linux-6.6.21/include/linux/
Dbpf.h1742 #define MAX_TAIL_CALL_CNT 33 macro
/linux-6.6.21/kernel/bpf/
Dcore.c1982 if (unlikely(tail_call_cnt >= MAX_TAIL_CALL_CNT)) in ___bpf_prog_run()
/linux-6.6.21/lib/
Dtest_bpf.c14984 .result = (MAX_TAIL_CALL_CNT + 1) * MAX_TESTRUNS,
15006 .result = (MAX_TAIL_CALL_CNT + 1) * MAX_TESTRUNS,