/openbmc/linux/arch/x86/net/ |
H A D | bpf_jit_comp.c | 253 static u8 add_1reg(u8 byte, u32 dst_reg) in add_1reg() 259 static u8 add_2reg(u8 byte, u32 dst_reg, u32 src_reg) in add_2reg() 675 u32 dst_reg, const u32 imm32) in emit_mov_imm32() 714 static void emit_mov_imm64(u8 **pprog, u32 dst_reg, in emit_mov_imm64() 737 static void emit_mov_reg(u8 **pprog, bool is64, u32 dst_reg, u32 src_reg) in emit_mov_reg() 754 static void emit_movsx_reg(u8 **pprog, int num_bits, bool is64, u32 dst_reg, in emit_movsx_reg() 809 static void maybe_emit_mod(u8 **pprog, u32 dst_reg, u32 src_reg, bool is64) in maybe_emit_mod() 835 static void emit_ldx(u8 **pprog, u32 size, u32 dst_reg, u32 src_reg, int off) in emit_ldx() 865 static void emit_ldsx(u8 **pprog, u32 size, u32 dst_reg, u32 src_reg, int off) in emit_ldsx() 888 static void emit_stx(u8 **pprog, u32 size, u32 dst_reg, u32 src_reg, int off) in emit_stx() [all …]
|
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()
|
/openbmc/linux/tools/testing/selftests/bpf/verifier/ |
H A D | atomic_fetch.c | 95 #define __ATOMIC_FETCH_OP_TEST(src_reg, dst_reg, operand1, op, operand2, expect) \ argument
|
/openbmc/linux/arch/x86/crypto/ |
H A D | crct10dif-pcl-asm_64.S | 84 .macro fold_16_bytes src_reg, dst_reg
|
/openbmc/linux/arch/loongarch/net/ |
H A D | bpf_jit.c | 396 int dst_reg = FIELD_GET(BPF_FIXUP_REG_MASK, ex->fixup); in ex_handler_bpf() local 408 int dst_reg) in add_exception_handler()
|
/openbmc/u-boot/board/gdsys/a38x/ |
H A D | hre.c | 348 struct h_reg *dst_reg, const void *key, in hre_op_loadkey() 384 struct h_reg *src_reg, *dst_reg; in hre_execute_op() local
|
/openbmc/linux/arch/powerpc/net/ |
H A D | bpf_jit_comp.c | 234 int insn_idx, int jmp_off, int dst_reg) in bpf_add_extable_entry()
|
H A D | bpf_jit_comp32.c | 294 u32 dst_reg = bpf_to_ppc(insn[i].dst_reg); in bpf_jit_build_body() local
|
H A D | bpf_jit_comp64.c | 377 u32 dst_reg = bpf_to_ppc(insn[i].dst_reg); in bpf_jit_build_body() local
|
/openbmc/linux/kernel/bpf/ |
H A D | verifier.c | 3325 int dst_reg = insn_def_regno(insn); in insn_has_def32() local 4564 u32 dst_reg = insn->dst_reg; in check_stack_write_fixed_off() local 12255 struct bpf_reg_state *dst_reg, in sanitize_ptr_alu() 12363 const struct bpf_reg_state *dst_reg) in sanitize_err() 12435 const struct bpf_reg_state *dst_reg) in sanitize_check_bounds() 12477 struct bpf_reg_state *regs = state->regs, *dst_reg; in adjust_ptr_min_max_vals() local 12700 static void scalar32_min_max_add(struct bpf_reg_state *dst_reg, in scalar32_min_max_add() 12726 static void scalar_min_max_add(struct bpf_reg_state *dst_reg, in scalar_min_max_add() 12752 static void scalar32_min_max_sub(struct bpf_reg_state *dst_reg, in scalar32_min_max_sub() 12780 static void scalar_min_max_sub(struct bpf_reg_state *dst_reg, in scalar_min_max_sub() [all …]
|
/openbmc/u-boot/board/gdsys/p1022/ |
H A D | controlcenterd-id.c | 587 struct h_reg *dst_reg, const void *key, in hre_op_loadkey() 623 struct h_reg *src_reg, *dst_reg; in hre_execute_op() local
|
/openbmc/linux/arch/s390/net/ |
H A D | bpf_jit_comp.c | 107 static inline u32 reg(u32 dst_reg, u32 src_reg) in reg() 779 u32 dst_reg = insn->dst_reg; in bpf_jit_insn() local 2095 static void load_imm64(struct bpf_jit *jit, int dst_reg, u64 val) in load_imm64()
|
/openbmc/linux/arch/arm64/net/ |
H A D | bpf_jit_comp.c | 698 int dst_reg = FIELD_GET(BPF_FIXUP_REG_MASK, ex->fixup); in ex_handler_bpf() local 708 int dst_reg) in add_exception_handler()
|
/openbmc/linux/drivers/gpu/drm/i915/gem/ |
H A D | i915_gem_ttm_move.c | 318 struct intel_memory_region *dst_reg, *src_reg; in i915_ttm_memcpy_init() local
|
/openbmc/linux/arch/riscv/net/ |
H A D | bpf_jit_comp64.c | 585 int dst_reg, int insn_len) in add_exception_handler()
|
/openbmc/linux/drivers/net/ethernet/netronome/nfp/bpf/ |
H A D | jit.c | 1507 u8 dst_reg; in wrp_mul() local
|
/openbmc/linux/net/core/ |
H A D | filter.c | 295 static u32 convert_skb_access(int skb_field, int dst_reg, int src_reg, in convert_skb_access() 9396 static struct bpf_insn *bpf_convert_shinfo_access(__u8 dst_reg, __u8 skb_reg, in bpf_convert_shinfo_access()
|
/openbmc/linux/include/uapi/linux/ |
H A D | bpf.h | 74 __u8 dst_reg:4; /* dest register */ member
|
/openbmc/linux/tools/include/uapi/linux/ |
H A D | bpf.h | 74 __u8 dst_reg:4; /* dest register */ member
|
/openbmc/qemu/target/arm/ |
H A D | helper.c | 6927 ARMCPRegInfo *src_reg, *dst_reg, *new_reg; in define_arm_vh_e2h_redirects_aliases() local
|