Home
last modified time | relevance | path

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

/linux/arch/powerpc/net/
H A Dbpf_jit_comp64.c71 #define TMP_REG_1 (MAX_BPF_JIT_REG + 0) macro
95 ctx->b2p[TMP_REG_1] = _R9; in bpf_jit_init_reg_mapping()
219 EMIT(PPC_RAW_LI(bpf_to_ppc(TMP_REG_1), 0)); in bpf_jit_build_prologue()
221 EMIT(PPC_RAW_STD(bpf_to_ppc(TMP_REG_1), _R1, -(BPF_PPC_TAILCALL))); in bpf_jit_build_prologue()
235 EMIT(PPC_RAW_LD(bpf_to_ppc(TMP_REG_1), bpf_to_ppc(TMP_REG_2), -(BPF_PPC_TAILCALL))); in bpf_jit_build_prologue()
236 EMIT(PPC_RAW_CMPLWI(bpf_to_ppc(TMP_REG_1), MAX_TAIL_CALL_CNT)); in bpf_jit_build_prologue()
238 EMIT(PPC_RAW_ADDI(bpf_to_ppc(TMP_REG_1), bpf_to_ppc(TMP_REG_2), in bpf_jit_build_prologue()
240 EMIT(PPC_RAW_STD(bpf_to_ppc(TMP_REG_1), _R1, -(BPF_PPC_TAILCALL))); in bpf_jit_build_prologue()
296 EMIT(PPC_RAW_LD(bpf_to_ppc(TMP_REG_1), _R5, 0)); in bpf_jit_build_prologue()
297 EMIT(PPC_RAW_SUB(bpf_to_ppc(TMP_REG_2), bpf_to_ppc(TMP_REG_1), _R1)); in bpf_jit_build_prologue()
[all …]
/linux/arch/arm/net/
H A Dbpf_jit_32.c129 #define TMP_REG_1 (MAX_BPF_JIT_REG + 0) /* TEMP Register 1 */ macro
171 [TMP_REG_1] = {ARM_R7, ARM_R6},
523 const s8 *tmp = bpf2a32[TMP_REG_1]; in emit_udivmod()
735 const s8 *tmp = bpf2a32[TMP_REG_1]; in emit_a32_mov_i()
747 const s8 *tmp = bpf2a32[TMP_REG_1]; in emit_a32_mov_i64()
846 const s8 *tmp = bpf2a32[TMP_REG_1]; in emit_a32_alu_r64()
875 const s8 *tmp = bpf2a32[TMP_REG_1]; in emit_a32_mov_r()
897 const u8 *tmp = bpf2a32[TMP_REG_1]; in emit_a32_mov_r64()
914 const s8 *tmp = bpf2a32[TMP_REG_1]; in emit_a32_movsx_r64()
967 const s8 *tmp = bpf2a32[TMP_REG_1]; in emit_a32_alu_i()
[all …]
/linux/arch/sparc/net/
H A Dbpf_jit_comp_64.c203 #define TMP_REG_1 (MAX_BPF_JIT_REG + 0) macro
231 [TMP_REG_1] = G1,
308 unsigned int tmp = bpf2sparc[TMP_REG_1]; in emit_alu_K()
327 unsigned int tmp = bpf2sparc[TMP_REG_1]; in emit_alu3_K()
468 unsigned int tmp = bpf2sparc[TMP_REG_1]; in emit_loadimm64()
663 const u8 tmp = bpf2sparc[TMP_REG_1]; in emit_compare_and_branch()
854 const u8 tmp = bpf2sparc[TMP_REG_1]; in emit_tail_call()
954 const u8 tmp = bpf2sparc[TMP_REG_1]; in build_insn()
965 const u8 tmp = bpf2sparc[TMP_REG_1]; in build_insn()
1022 const u8 tmp = bpf2sparc[TMP_REG_1]; in build_insn()
[all …]
/linux/arch/parisc/net/
H A Dbpf_jit_comp32.c69 #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 Dbpf_jit_comp32.c65 #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 Dbpf_jit_comp.c30 #define TMP_REG_1 (MAX_BPF_JIT_REG + 0) macro
66 [TMP_REG_1] = A64_R(10),
239 tmp = bpf2a64[TMP_REG_1]; in emit_indirect_call()
494 const u8 tmp = bpf2a64[TMP_REG_1]; in emit_percpu_ptr()
629 const u8 tmp = bpf2a64[TMP_REG_1]; in emit_bpf_tail_call()
713 const u8 tmp = bpf2a64[TMP_REG_1]; in emit_atomic_ld_st()
785 const u8 tmp = bpf2a64[TMP_REG_1]; in emit_lse_atomic()
851 const u8 tmp = bpf2a64[TMP_REG_1]; in emit_ll_sc_atomic()
973 const u8 tmp = bpf2a64[TMP_REG_1]; in build_plt()
1207 const u8 tmp = bpf2a64[TMP_REG_1]; in build_insn()
[all …]