Home
last modified time | relevance | path

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

/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/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()
516 const s8 *tmp2 = bpf2rv32[TMP_REG_2]; in emit_alu_r32()
574 const s8 *tmp2 = bpf2rv32[TMP_REG_2]; in emit_branch_r64()
732 const s8 *tmp2 = bpf2rv32[TMP_REG_2]; in emit_branch_r32()
844 const s8 *tmp2 = bpf2rv32[TMP_REG_2]; in emit_load_r64()
923 const s8 *tmp2 = bpf2rv32[TMP_REG_2]; in emit_store_r64()
1015 const s8 *tmp2 = bpf2rv32[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),
640 const u8 prg = bpf2a64[TMP_REG_2]; in emit_bpf_tail_call()
799 const u8 tmp2 = bpf2a64[TMP_REG_2]; in emit_lse_atomic()
865 const u8 tmp2 = bpf2a64[TMP_REG_2]; in emit_ll_sc_atomic()
1309 const u8 tmp2 = bpf2a64[TMP_REG_2]; in build_insn()
2599 u8 base_lo = bpf2a64[TMP_REG_2]; in save_args()