Home
last modified time | relevance | path

Searched refs:TMP_REG_2 (Results 1 – 4 of 4) sorted by relevance

/linux/arch/powerpc/net/
H A Dbpf_jit_comp64.c72 #define TMP_REG_2 (MAX_BPF_JIT_REG + 1) macro
96 ctx->b2p[TMP_REG_2] = _R10; in bpf_jit_init_reg_mapping()
277 EMIT(PPC_RAW_LD(bpf_to_ppc(TMP_REG_2), _R1, 0)); in bpf_jit_build_prologue()
278 EMIT(PPC_RAW_LD(bpf_to_ppc(TMP_REG_1), bpf_to_ppc(TMP_REG_2), -(BPF_PPC_TAILCALL))); in bpf_jit_build_prologue()
281 EMIT(PPC_RAW_ADDI(bpf_to_ppc(TMP_REG_1), bpf_to_ppc(TMP_REG_2), in bpf_jit_build_prologue()
340 EMIT(PPC_RAW_SUB(bpf_to_ppc(TMP_REG_2), bpf_to_ppc(TMP_REG_1), _R1)); in bpf_jit_build_prologue()
341 EMIT(PPC_RAW_ADDI(bpf_to_ppc(TMP_REG_2), bpf_to_ppc(TMP_REG_2), in bpf_jit_build_prologue()
343 EMIT(PPC_RAW_CMPLDI(bpf_to_ppc(TMP_REG_2), ctx->stack_size)); in bpf_jit_build_prologue()
523 PPC_LI64(bpf_to_ppc(TMP_REG_2), func); in bpf_jit_emit_func_call_rel()
525 EMIT(PPC_RAW_LD(bpf_to_ppc(TMP_REG_1), bpf_to_ppc(TMP_REG_2), 0)); in bpf_jit_emit_func_call_rel()
[all …]
/linux/arch/riscv/net/
H A Dbpf_jit_comp32.c66 #define TMP_REG_2 (MAX_BPF_JIT_REG + 1) macro
98 [TMP_REG_2] = {RV_REG_T5, RV_REG_T4},
410 const s8 *tmp2 = bpf2rv32[TMP_REG_2]; in emit_alu_r64()
515 const s8 *tmp2 = bpf2rv32[TMP_REG_2]; in emit_alu_r32()
569 const s8 *tmp2 = bpf2rv32[TMP_REG_2]; in emit_branch_r64()
727 const s8 *tmp2 = bpf2rv32[TMP_REG_2]; in emit_branch_r32()
839 const s8 *tmp2 = bpf2rv32[TMP_REG_2]; in emit_load_r64()
877 const s8 *tmp2 = bpf2rv32[TMP_REG_2]; in emit_store_r64()
966 const s8 *tmp2 = bpf2rv32[TMP_REG_2]; in bpf_jit_emit_insn()
/linux/arch/parisc/net/
H A Dbpf_jit_comp32.c70 #define TMP_REG_2 (MAX_BPF_JIT_REG + 1) macro
104 [TMP_REG_2] = {HPPA_REG_T5, HPPA_REG_T4},
568 const s8 *tmp2 = regmap[TMP_REG_2]; in emit_alu_r64()
636 const s8 *tmp2 = regmap[TMP_REG_2]; in emit_alu_r32()
704 const s8 *tmp2 = regmap[TMP_REG_2]; in emit_branch_r64()
871 const s8 *tmp2 = regmap[TMP_REG_2]; in emit_branch_r32()
1010 const s8 *tmp2 = regmap[TMP_REG_2]; in emit_load_r64()
1057 const s8 *tmp2 = regmap[TMP_REG_2]; in emit_store_r64()
1129 const s8 *tmp2 = regmap[TMP_REG_2]; in bpf_jit_emit_insn()
/linux/arch/arm64/net/
H A Dbpf_jit_comp.c30 #define TMP_REG_2 (MAX_BPF_JIT_REG + 1) macro
66 [TMP_REG_2] = A64_R(11),
629 const u8 prg = bpf2a64[TMP_REG_2]; in emit_bpf_tail_call()
785 const u8 tmp2 = bpf2a64[TMP_REG_2]; in emit_lse_atomic()
851 const u8 tmp2 = bpf2a64[TMP_REG_2]; in emit_ll_sc_atomic()
1207 const u8 tmp2 = bpf2a64[TMP_REG_2]; in build_insn()