| /OK3568_Linux_fs/kernel/arch/x86/net/ |
| H A D | bpf_jit_comp.c | 196 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 D | bpf_jit_comp32.c | 189 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 D | verifier.c | 2285 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 D | crct10dif-pcl-asm_64.S | 84 .macro fold_16_bytes src_reg, dst_reg
|
| /OK3568_Linux_fs/u-boot/board/gdsys/a38x/ |
| H A D | hre.c | 341 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 D | bpf_jit_comp.c | 367 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 D | controlcenterd-id.c | 570 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 D | bpf_jit_comp64.c | 331 u32 dst_reg = b2p[insn[i].dst_reg]; in bpf_jit_build_body() local
|
| /OK3568_Linux_fs/kernel/arch/s390/net/ |
| H A D | bpf_jit_comp.c | 101 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 D | ebpf_jit.c | 183 dst_reg, enumerator
|
| /OK3568_Linux_fs/kernel/drivers/crypto/rockchip/ |
| H A D | rk_crypto_v2_pka.c | 440 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 D | crypto_v2_pka.c | 499 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 D | bpf.h | 66 __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 D | bpf.h | 66 __u8 dst_reg:4; /* dest register */ member
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/netronome/nfp/bpf/ |
| H A D | jit.c | 1507 u8 dst_reg; in wrp_mul() local
|
| /OK3568_Linux_fs/kernel/tools/include/uapi/linux/ |
| H A D | bpf.h | 67 __u8 dst_reg:4; /* dest register */ member
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | bpf.h | 67 __u8 dst_reg:4; /* dest register */ member
|
| /OK3568_Linux_fs/kernel/net/core/ |
| H A D | filter.c | 289 static u32 convert_skb_access(int skb_field, int dst_reg, int src_reg, in convert_skb_access()
|