Searched refs:TMP_REG_2 (Results 1 – 6 of 6) sorted by relevance
| /linux/arch/arm/net/ |
| H A 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/arch/powerpc/net/ |
| H A D | bpf_jit_comp64.c | 46 #define TMP_REG_2 (MAX_BPF_JIT_REG + 1) macro 70 ctx->b2p[TMP_REG_2] = _R10; in bpf_jit_init_reg_mapping() 293 PPC_LI64(bpf_to_ppc(TMP_REG_2), func); in bpf_jit_emit_func_call_rel() 295 EMIT(PPC_RAW_LD(bpf_to_ppc(TMP_REG_1), bpf_to_ppc(TMP_REG_2), 0)); in bpf_jit_emit_func_call_rel() 304 EMIT(PPC_RAW_LD(_R2, bpf_to_ppc(TMP_REG_2), 8)); in bpf_jit_emit_func_call_rel() 431 u32 tmp2_reg = bpf_to_ppc(TMP_REG_2); in bpf_jit_emit_atomic_ops() 535 u32 tmp2_reg = bpf_to_ppc(TMP_REG_2); in bpf_jit_emit_probe_mem_store() 568 u32 tmp2_reg = bpf_to_ppc(TMP_REG_2); in emit_atomic_ld_st() 645 u32 tmp2_reg = bpf_to_ppc(TMP_REG_2); in bpf_jit_build_body()
|
| /linux/arch/riscv/net/ |
| H A 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/arch/parisc/net/ |
| H A 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/arch/sparc/net/ |
| H A 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/arch/arm64/net/ |
| H A D | bpf_jit_comp.c | 31 #define TMP_REG_2 (MAX_BPF_JIT_REG + 1) macro 67 [TMP_REG_2] = A64_R(11), 630 const u8 prg = bpf2a64[TMP_REG_2]; in emit_bpf_tail_call() 787 const u8 tmp2 = bpf2a64[TMP_REG_2]; in emit_lse_atomic() 859 const u8 tmp2 = bpf2a64[TMP_REG_2]; in emit_ll_sc_atomic() 1215 const u8 tmp2 = bpf2a64[TMP_REG_2]; in build_insn()
|