Searched refs:arm_bpf_put_reg32 (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/arch/arm/net/ |
H A D | bpf_jit_32.c | 575 static void arm_bpf_put_reg32(s8 reg, s8 src, struct jit_ctx *ctx) in arm_bpf_put_reg32() function 612 arm_bpf_put_reg32(dst, tmp[1], ctx); in emit_a32_mov_i() 728 arm_bpf_put_reg32(dst, rd, ctx); in emit_a32_alu_r() 769 arm_bpf_put_reg32(dst, rt, ctx); in emit_a32_mov_r() 825 arm_bpf_put_reg32(dst, rd, ctx); in emit_a32_alu_i() 864 arm_bpf_put_reg32(dst_lo, ARM_LR, ctx); in emit_a32_lsh_r64() 865 arm_bpf_put_reg32(dst_hi, ARM_IP, ctx); in emit_a32_lsh_r64() 889 arm_bpf_put_reg32(dst_lo, ARM_LR, ctx); in emit_a32_arsh_r64() 890 arm_bpf_put_reg32(dst_hi, ARM_IP, ctx); in emit_a32_arsh_r64() 913 arm_bpf_put_reg32(dst_l in emit_a32_rsh_r64() [all...] |
/kernel/linux/linux-6.6/arch/arm/net/ |
H A D | bpf_jit_32.c | 575 static void arm_bpf_put_reg32(s8 reg, s8 src, struct jit_ctx *ctx) in arm_bpf_put_reg32() function 612 arm_bpf_put_reg32(dst, tmp[1], ctx); in emit_a32_mov_i() 753 arm_bpf_put_reg32(dst, rt, ctx); in emit_a32_mov_r() 809 arm_bpf_put_reg32(dst, rd, ctx); in emit_a32_alu_i() 848 arm_bpf_put_reg32(dst_lo, ARM_LR, ctx); in emit_a32_lsh_r64() 849 arm_bpf_put_reg32(dst_hi, ARM_IP, ctx); in emit_a32_lsh_r64() 873 arm_bpf_put_reg32(dst_lo, ARM_LR, ctx); in emit_a32_arsh_r64() 874 arm_bpf_put_reg32(dst_hi, ARM_IP, ctx); in emit_a32_arsh_r64() 897 arm_bpf_put_reg32(dst_lo, ARM_LR, ctx); in emit_a32_rsh_r64() 898 arm_bpf_put_reg32(dst_h in emit_a32_rsh_r64() [all...] |
Completed in 5 milliseconds