Searched refs:TMP_REG_1 (Results 1 – 4 of 4) sorted by relevance
| /linux/arch/powerpc/net/ |
| H A D | bpf_jit_comp64.c | 71 #define TMP_REG_1 (MAX_BPF_JIT_REG + 0) macro 95 ctx->b2p[TMP_REG_1] = _R9; in bpf_jit_init_reg_mapping() 185 EMIT(PPC_RAW_LI(bpf_to_ppc(TMP_REG_1), 0)); in prepare_for_fsession_fentry() 188 EMIT(PPC_RAW_STD(bpf_to_ppc(TMP_REG_1), _R1, cookie_off + 8 * i)); in prepare_for_fsession_fentry() 189 EMIT(PPC_RAW_STD(bpf_to_ppc(TMP_REG_1), _R1, retval_off)); in prepare_for_fsession_fentry() 203 PPC_LI64(bpf_to_ppc(TMP_REG_1), func_meta); in store_func_meta() 204 EMIT(PPC_RAW_STD(bpf_to_ppc(TMP_REG_1), _R1, func_meta_off)); in store_func_meta() 220 EMIT(PPC_RAW_LD(bpf_to_ppc(TMP_REG_1), _R13, in emit_fp_priv_stack() 223 bpf_to_ppc(TMP_REG_1), bpf_to_ppc(BPF_REG_FP))); in emit_fp_priv_stack() 262 EMIT(PPC_RAW_LI(bpf_to_ppc(TMP_REG_1), 0)); in bpf_jit_build_prologue() [all …]
|
| /linux/arch/parisc/net/ |
| H A D | bpf_jit_comp32.c | 69 #define TMP_REG_1 (MAX_BPF_JIT_REG + 0) macro 103 [TMP_REG_1] = {HPPA_REG_T3, HPPA_REG_T2}, 424 const s8 *tmp1 = regmap[TMP_REG_1]; in emit_alu_i64() 512 const s8 *tmp1 = regmap[TMP_REG_1]; in emit_alu_i32() 567 const s8 *tmp1 = regmap[TMP_REG_1]; in emit_alu_r64() 635 const s8 *tmp1 = regmap[TMP_REG_1]; in emit_alu_r32() 703 const s8 *tmp1 = regmap[TMP_REG_1]; in emit_branch_r64() 870 const s8 *tmp1 = regmap[TMP_REG_1]; in emit_branch_r32() 888 const s8 *tmp = regmap[TMP_REG_1]; in emit_call() 1009 const s8 *tmp1 = regmap[TMP_REG_1]; in emit_load_r64() [all …]
|
| /linux/arch/riscv/net/ |
| H A D | bpf_jit_comp32.c | 65 #define TMP_REG_1 (MAX_BPF_JIT_REG + 0) macro 97 [TMP_REG_1] = {RV_REG_T3, RV_REG_T2}, 246 const s8 *tmp1 = bpf2rv32[TMP_REG_1]; in emit_alu_i64() 330 const s8 *tmp1 = bpf2rv32[TMP_REG_1]; in emit_alu_i32() 409 const s8 *tmp1 = bpf2rv32[TMP_REG_1]; in emit_alu_r64() 514 const s8 *tmp1 = bpf2rv32[TMP_REG_1]; in emit_alu_r32() 568 const s8 *tmp1 = bpf2rv32[TMP_REG_1]; in emit_branch_r64() 726 const s8 *tmp1 = bpf2rv32[TMP_REG_1]; in emit_branch_r32() 838 const s8 *tmp1 = bpf2rv32[TMP_REG_1]; in emit_load_r64() 876 const s8 *tmp1 = bpf2rv32[TMP_REG_1]; in emit_store_r64() [all …]
|
| /linux/arch/arm64/net/ |
| H A D | bpf_jit_comp.c | 29 #define TMP_REG_1 (MAX_BPF_JIT_REG + 0) macro 65 [TMP_REG_1] = A64_R(10), 238 tmp = bpf2a64[TMP_REG_1]; in emit_indirect_call() 493 const u8 tmp = bpf2a64[TMP_REG_1]; in emit_percpu_ptr() 628 const u8 tmp = bpf2a64[TMP_REG_1]; in emit_bpf_tail_call() 712 const u8 tmp = bpf2a64[TMP_REG_1]; in emit_atomic_ld_st() 784 const u8 tmp = bpf2a64[TMP_REG_1]; in emit_lse_atomic() 850 const u8 tmp = bpf2a64[TMP_REG_1]; in emit_ll_sc_atomic() 972 const u8 tmp = bpf2a64[TMP_REG_1]; in build_plt() 1206 const u8 tmp = bpf2a64[TMP_REG_1]; in build_insn() [all …]
|