Home
last modified time | relevance | path

Searched defs:dst_reg (Results 1 – 18 of 18) sorted by relevance

/OK3568_Linux_fs/kernel/arch/x86/net/
H A Dbpf_jit_comp.c196 static u8 add_1reg(u8 byte, u32 dst_reg) in add_1reg()
202 static u8 add_2reg(u8 byte, u32 dst_reg, u32 src_reg) in add_2reg()
593 u32 dst_reg, const u32 imm32) in emit_mov_imm32()
633 static void emit_mov_imm64(u8 **pprog, u32 dst_reg, in emit_mov_imm64()
657 static void emit_mov_reg(u8 **pprog, bool is64, u32 dst_reg, u32 src_reg) in emit_mov_reg()
676 static void emit_ldx(u8 **pprog, u32 size, u32 dst_reg, u32 src_reg, int off) in emit_ldx()
715 static void emit_stx(u8 **pprog, u32 size, u32 dst_reg, u32 src_reg, int off) in emit_stx()
811 u32 dst_reg = insn->dst_reg; in do_jit() local
H A Dbpf_jit_comp32.c189 static u8 add_1reg(u8 byte, u32 dst_reg) in add_1reg()
195 static u8 add_2reg(u8 byte, u32 dst_reg, u32 src_reg) in add_2reg()
/OK3568_Linux_fs/kernel/kernel/bpf/
H A Dverifier.c2285 u32 dst_reg = env->prog->insnsi[insn_idx].dst_reg; in check_stack_write_fixed_off() local
5765 struct bpf_reg_state *dst_reg, in sanitize_ptr_alu()
5873 const struct bpf_reg_state *dst_reg) in sanitize_err()
5945 const struct bpf_reg_state *dst_reg) in sanitize_check_bounds()
5987 struct bpf_reg_state *regs = state->regs, *dst_reg; in adjust_ptr_min_max_vals() local
6207 static void scalar32_min_max_add(struct bpf_reg_state *dst_reg, in scalar32_min_max_add()
6233 static void scalar_min_max_add(struct bpf_reg_state *dst_reg, in scalar_min_max_add()
6259 static void scalar32_min_max_sub(struct bpf_reg_state *dst_reg, in scalar32_min_max_sub()
6287 static void scalar_min_max_sub(struct bpf_reg_state *dst_reg, in scalar_min_max_sub()
6315 static void scalar32_min_max_mul(struct bpf_reg_state *dst_reg, in scalar32_min_max_mul()
[all …]
/OK3568_Linux_fs/kernel/arch/x86/crypto/
H A Dcrct10dif-pcl-asm_64.S84 .macro fold_16_bytes src_reg, dst_reg
/OK3568_Linux_fs/u-boot/board/gdsys/a38x/
H A Dhre.c341 static int hre_op_loadkey(struct h_reg *src_reg, struct h_reg *dst_reg, in hre_op_loadkey()
375 struct h_reg *src_reg, *dst_reg; in hre_execute_op() local
/OK3568_Linux_fs/kernel/arch/arm64/net/
H A Dbpf_jit_comp.c367 int dst_reg = FIELD_GET(BPF_FIXUP_REG_MASK, ex->fixup); in arm64_bpf_fixup_exception() local
377 int dst_reg) in add_exception_handler()
/OK3568_Linux_fs/u-boot/board/gdsys/p1022/
H A Dcontrolcenterd-id.c570 static int hre_op_loadkey(struct h_reg *src_reg, struct h_reg *dst_reg, in hre_op_loadkey()
605 struct h_reg *src_reg, *dst_reg; in hre_execute_op() local
/OK3568_Linux_fs/kernel/arch/powerpc/net/
H A Dbpf_jit_comp64.c331 u32 dst_reg = b2p[insn[i].dst_reg]; in bpf_jit_build_body() local
/OK3568_Linux_fs/kernel/arch/s390/net/
H A Dbpf_jit_comp.c101 static inline u32 reg(u32 dst_reg, u32 src_reg) in reg()
697 u32 dst_reg = insn->dst_reg; in bpf_jit_insn() local
/OK3568_Linux_fs/kernel/arch/mips/net/
H A Debpf_jit.c183 dst_reg, enumerator
/OK3568_Linux_fs/kernel/drivers/crypto/rockchip/
H A Drk_crypto_v2_pka.c440 static void pka_copy_bn_into_reg(u8 dst_reg, struct rk_bignum *bn) in pka_copy_bn_into_reg()
/OK3568_Linux_fs/u-boot/drivers/crypto/rockchip/
H A Dcrypto_v2_pka.c499 void rk_pka_copy_data_into_reg(s8 dst_reg, u8 len_id, in rk_pka_copy_data_into_reg()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dbpf.h66 __u8 dst_reg:4; /* dest register */ member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dbpf.h66 __u8 dst_reg:4; /* dest register */ member
/OK3568_Linux_fs/kernel/drivers/net/ethernet/netronome/nfp/bpf/
H A Djit.c1507 u8 dst_reg; in wrp_mul() local
/OK3568_Linux_fs/kernel/tools/include/uapi/linux/
H A Dbpf.h67 __u8 dst_reg:4; /* dest register */ member
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dbpf.h67 __u8 dst_reg:4; /* dest register */ member
/OK3568_Linux_fs/kernel/net/core/
H A Dfilter.c289 static u32 convert_skb_access(int skb_field, int dst_reg, int src_reg, in convert_skb_access()