Lines Matching refs:regmap
73 static const s8 regmap[][2] = { variable
179 const s8 *r0 = regmap[BPF_REG_0]; in __build_epilogue()
271 bpf_put_reg64(regmap[TMP_REG_R0], regmap[BPF_REG_0], ctx); in bpf_save_R0()
276 bpf_get_reg64(regmap[TMP_REG_R0], regmap[BPF_REG_0], ctx); in bpf_restore_R0()
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()
568 const s8 *tmp2 = regmap[TMP_REG_2]; in emit_alu_r64()
635 const s8 *tmp1 = regmap[TMP_REG_1]; in emit_alu_r32()
636 const s8 *tmp2 = regmap[TMP_REG_2]; in emit_alu_r32()
703 const s8 *tmp1 = regmap[TMP_REG_1]; in emit_branch_r64()
704 const s8 *tmp2 = regmap[TMP_REG_2]; in emit_branch_r64()
870 const s8 *tmp1 = regmap[TMP_REG_1]; in emit_branch_r32()
871 const s8 *tmp2 = regmap[TMP_REG_2]; in emit_branch_r32()
888 const s8 *tmp = regmap[TMP_REG_1]; in emit_call()
889 const s8 *r0 = regmap[BPF_REG_0]; in emit_call()
897 reg = bpf_get_reg64_offset(regmap[BPF_REG_5], tmp, offset_sp, ctx); in emit_call()
901 reg = bpf_get_reg64_offset(regmap[BPF_REG_4], tmp, offset_sp, ctx); in emit_call()
905 reg = bpf_get_reg64_offset(regmap[BPF_REG_3], tmp, offset_sp, ctx); in emit_call()
909 reg = bpf_get_reg64_offset(regmap[BPF_REG_2], tmp, offset_sp, ctx); in emit_call()
913 reg = bpf_get_reg64_offset(regmap[BPF_REG_1], tmp, offset_sp, ctx); in emit_call()
951 const s8 *arr_reg = regmap[BPF_REG_2]; in emit_bpf_tail_call()
952 const s8 *idx_reg = regmap[BPF_REG_3]; in emit_bpf_tail_call()
1009 const s8 *tmp1 = regmap[TMP_REG_1]; in emit_load_r64()
1010 const s8 *tmp2 = regmap[TMP_REG_2]; in emit_load_r64()
1056 const s8 *tmp1 = regmap[TMP_REG_1]; in emit_store_r64()
1057 const s8 *tmp2 = regmap[TMP_REG_2]; in emit_store_r64()
1109 const s8 *tmp1 = regmap[TMP_REG_1]; in emit_zext64()
1126 const s8 *dst = regmap[insn->dst_reg]; in bpf_jit_emit_insn()
1127 const s8 *src = regmap[insn->src_reg]; in bpf_jit_emit_insn()
1128 const s8 *tmp1 = regmap[TMP_REG_1]; in bpf_jit_emit_insn()
1129 const s8 *tmp2 = regmap[TMP_REG_2]; in bpf_jit_emit_insn()
1469 const s8 *tmp = regmap[TMP_REG_1]; in bpf_jit_build_prologue()
1547 dst = regmap[BPF_REG_5]; in bpf_jit_build_prologue()
1557 dst = regmap[BPF_REG_4]; in bpf_jit_build_prologue()
1567 dst = regmap[BPF_REG_3]; in bpf_jit_build_prologue()
1577 dst = regmap[BPF_REG_2]; in bpf_jit_build_prologue()
1587 dst = regmap[BPF_REG_1]; in bpf_jit_build_prologue()
1598 dst = regmap[BPF_REG_FP]; in bpf_jit_build_prologue()