Searched refs:TMP_REG_2 (Results 1 – 6 of 6) sorted by relevance
/linux-6.12.1/arch/arm/net/ |
D | bpf_jit_32.c | 130 #define TMP_REG_2 (MAX_BPF_JIT_REG + 1) /* TEMP Register 2 */ macro 172 [TMP_REG_2] = {ARM_R9, ARM_R8}, 847 const s8 *tmp2 = bpf2a32[TMP_REG_2]; in emit_a32_alu_r64() 1011 const s8 *tmp2 = bpf2a32[TMP_REG_2]; in emit_a32_lsh_r64() 1035 const s8 *tmp2 = bpf2a32[TMP_REG_2]; in emit_a32_arsh_r64() 1060 const s8 *tmp2 = bpf2a32[TMP_REG_2]; in emit_a32_rsh_r64() 1084 const s8 *tmp2 = bpf2a32[TMP_REG_2]; in emit_a32_lsh_i64() 1110 const s8 *tmp2 = bpf2a32[TMP_REG_2]; in emit_a32_rsh_i64() 1140 const s8 *tmp2 = bpf2a32[TMP_REG_2]; in emit_a32_arsh_i64() 1169 const s8 *tmp2 = bpf2a32[TMP_REG_2]; in emit_a32_mul_r64() [all …]
|
/linux-6.12.1/arch/riscv/net/ |
D | bpf_jit_comp32.c | 66 #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-6.12.1/arch/parisc/net/ |
D | bpf_jit_comp32.c | 70 #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-6.12.1/arch/powerpc/net/ |
D | bpf_jit_comp64.c | 46 #define TMP_REG_2 (MAX_BPF_JIT_REG + 1) macro 69 ctx->b2p[TMP_REG_2] = _R10; in bpf_jit_init_reg_mapping() 259 PPC_LI64(bpf_to_ppc(TMP_REG_2), func); in bpf_jit_emit_func_call_hlp() 261 EMIT(PPC_RAW_LD(bpf_to_ppc(TMP_REG_1), bpf_to_ppc(TMP_REG_2), 0)); in bpf_jit_emit_func_call_hlp() 269 EMIT(PPC_RAW_LD(_R2, bpf_to_ppc(TMP_REG_2), 8)); in bpf_jit_emit_func_call_hlp() 424 u32 tmp2_reg = bpf_to_ppc(TMP_REG_2); in bpf_jit_build_body()
|
/linux-6.12.1/arch/sparc/net/ |
D | bpf_jit_comp_64.c | 204 #define TMP_REG_2 (MAX_BPF_JIT_REG + 1) macro 232 [TMP_REG_2] = G2, 1023 const u8 tmp2 = bpf2sparc[TMP_REG_2]; in build_insn() 1114 const u8 tmp = bpf2sparc[TMP_REG_2]; in build_insn() 1299 const u8 tmp2 = bpf2sparc[TMP_REG_2]; in build_insn() 1374 const u8 tmp2 = bpf2sparc[TMP_REG_2]; in build_insn() 1404 const u8 tmp2 = bpf2sparc[TMP_REG_2]; in build_insn()
|
/linux-6.12.1/arch/arm64/net/ |
D | bpf_jit_comp.c | 28 #define TMP_REG_2 (MAX_BPF_JIT_REG + 1) macro 63 [TMP_REG_2] = A64_R(11), 563 const u8 prg = bpf2a64[TMP_REG_2]; in emit_bpf_tail_call() 645 const u8 tmp2 = bpf2a64[TMP_REG_2]; in emit_lse_atomic() 720 const u8 tmp2 = bpf2a64[TMP_REG_2]; in emit_ll_sc_atomic() 989 const u8 tmp2 = bpf2a64[TMP_REG_2]; in build_insn()
|