/linux-6.3-rc2/arch/x86/net/ |
A D | bpf_jit_comp.c | 203 static u8 add_1reg(u8 byte, u32 dst_reg) in add_1reg() 209 static u8 add_2reg(u8 byte, u32 dst_reg, u32 src_reg) in add_2reg() 625 u32 dst_reg, const u32 imm32) in emit_mov_imm32() 664 static void emit_mov_imm64(u8 **pprog, u32 dst_reg, in emit_mov_imm64() 687 static void emit_mov_reg(u8 **pprog, bool is64, u32 dst_reg, u32 src_reg) in emit_mov_reg() 727 static void maybe_emit_mod(u8 **pprog, u32 dst_reg, u32 src_reg, bool is64) in maybe_emit_mod() 753 static void emit_ldx(u8 **pprog, u32 size, u32 dst_reg, u32 src_reg, int off) in emit_ldx() 783 static void emit_stx(u8 **pprog, u32 size, u32 dst_reg, u32 src_reg, int off) in emit_stx() 817 u32 dst_reg, u32 src_reg, s16 off, u8 bpf_size) in emit_atomic() 953 static void emit_shiftx(u8 **pprog, u32 dst_reg, u8 src_reg, bool is64, u8 op) in emit_shiftx() [all …]
|
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()
|
/linux-6.3-rc2/tools/testing/selftests/bpf/verifier/ |
A D | atomic_fetch.c | 95 #define __ATOMIC_FETCH_OP_TEST(src_reg, dst_reg, operand1, op, operand2, expect) \ argument
|
/linux-6.3-rc2/kernel/bpf/ |
A D | verifier.c | 2704 int dst_reg = insn_def_regno(insn); in insn_has_def32() local 3494 u32 dst_reg = insn->dst_reg; in check_stack_write_fixed_off() local 10252 struct bpf_reg_state *dst_reg, in sanitize_ptr_alu() 10360 const struct bpf_reg_state *dst_reg) in sanitize_err() 10432 const struct bpf_reg_state *dst_reg) in sanitize_check_bounds() 10474 struct bpf_reg_state *regs = state->regs, *dst_reg; in adjust_ptr_min_max_vals() local 11266 struct bpf_reg_state *dst_reg, in adjust_scalar_min_max_vals() 11685 struct bpf_reg_state *dst_reg, in find_good_pkt_pointers() 12185 struct bpf_reg_state *dst_reg) in __reg_combine_min_max() 12288 struct bpf_reg_state *dst_reg, in try_match_pkt_pointers() [all …]
|
/linux-6.3-rc2/arch/loongarch/net/ |
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()
|
/linux-6.3-rc2/arch/powerpc/net/ |
A D | bpf_jit_comp.c | 232 int insn_idx, int jmp_off, int dst_reg) in bpf_add_extable_entry()
|
A D | bpf_jit_comp32.c | 294 u32 dst_reg = bpf_to_ppc(insn[i].dst_reg); in bpf_jit_build_body() local
|
A D | bpf_jit_comp64.c | 359 u32 dst_reg = bpf_to_ppc(insn[i].dst_reg); in bpf_jit_build_body() local
|
/linux-6.3-rc2/arch/s390/net/ |
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 2084 static void load_imm64(struct bpf_jit *jit, int dst_reg, u64 val) in load_imm64()
|
/linux-6.3-rc2/arch/arm64/net/ |
A D | bpf_jit_comp.c | 692 int dst_reg = FIELD_GET(BPF_FIXUP_REG_MASK, ex->fixup); in ex_handler_bpf() local 702 int dst_reg) in add_exception_handler()
|
/linux-6.3-rc2/drivers/gpu/drm/i915/gem/ |
A D | i915_gem_ttm_move.c | 315 struct intel_memory_region *dst_reg, *src_reg; in i915_ttm_memcpy_init() local
|
/linux-6.3-rc2/arch/riscv/net/ |
A D | bpf_jit_comp64.c | 575 int dst_reg, int insn_len) in add_exception_handler()
|
/linux-6.3-rc2/net/core/ |
A D | filter.c | 293 static u32 convert_skb_access(int skb_field, int dst_reg, int src_reg, in convert_skb_access() 9183 static struct bpf_insn *bpf_convert_shinfo_access(__u8 dst_reg, __u8 skb_reg, in bpf_convert_shinfo_access()
|
/linux-6.3-rc2/drivers/net/ethernet/netronome/nfp/bpf/ |
A D | jit.c | 1507 u8 dst_reg; in wrp_mul() local
|
/linux-6.3-rc2/include/uapi/linux/ |
A D | bpf.h | 73 __u8 dst_reg:4; /* dest register */ member
|
/linux-6.3-rc2/tools/include/uapi/linux/ |
A D | bpf.h | 73 __u8 dst_reg:4; /* dest register */ member
|