Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm/net/
H A Dbpf_jit_32.c128 #define TMP_REG_2 (MAX_BPF_JIT_REG + 1) /* TEMP Register 2 */ macro
170 [TMP_REG_2] = {ARM_R9, ARM_R8},
720 const s8 *tmp2 = bpf2a32[TMP_REG_2]; in emit_a32_alu_r64()
832 const s8 *tmp2 = bpf2a32[TMP_REG_2]; in emit_a32_lsh_r64()
856 const s8 *tmp2 = bpf2a32[TMP_REG_2]; in emit_a32_arsh_r64()
881 const s8 *tmp2 = bpf2a32[TMP_REG_2]; in emit_a32_rsh_r64()
905 const s8 *tmp2 = bpf2a32[TMP_REG_2]; in emit_a32_lsh_i64()
931 const s8 *tmp2 = bpf2a32[TMP_REG_2]; in emit_a32_rsh_i64()
961 const s8 *tmp2 = bpf2a32[TMP_REG_2]; in emit_a32_arsh_i64()
990 const s8 *tmp2 = bpf2a32[TMP_REG_2]; in emit_a32_mul_r64()
[all …]
/openbmc/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()
840 const s8 *tmp2 = bpf2rv32[TMP_REG_2]; in emit_load_r64()
878 const s8 *tmp2 = bpf2rv32[TMP_REG_2]; in emit_store_r64()
967 const s8 *tmp2 = bpf2rv32[TMP_REG_2]; in bpf_jit_emit_insn()
/openbmc/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()
/openbmc/linux/arch/sparc/net/
H A Dbpf_jit_comp_64.c204 #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()
/openbmc/linux/arch/arm64/net/
H A Dbpf_jit_comp.c28 #define TMP_REG_2 (MAX_BPF_JIT_REG + 1) macro
63 [TMP_REG_2] = A64_R(11),
386 const u8 prg = bpf2a64[TMP_REG_2]; in emit_bpf_tail_call()
452 const u8 tmp2 = bpf2a64[TMP_REG_2]; in emit_lse_atomic()
522 const u8 tmp2 = bpf2a64[TMP_REG_2]; in emit_ll_sc_atomic()
768 const u8 tmp2 = bpf2a64[TMP_REG_2]; in build_insn()
/openbmc/linux/arch/powerpc/net/
H A Dbpf_jit_comp64.c46 #define TMP_REG_2 (MAX_BPF_JIT_REG + 1) macro
69 ctx->b2p[TMP_REG_2] = _R10; in bpf_jit_init_reg_mapping()
381 u32 tmp2_reg = bpf_to_ppc(TMP_REG_2); in bpf_jit_build_body()