| /linux-6.15/arch/x86/net/ |
| H A D | bpf_jit_comp.c | 275 static u8 add_1reg(u8 byte, u32 dst_reg) in add_1reg() 281 static u8 add_2reg(u8 byte, u32 dst_reg, u32 src_reg) in add_2reg() 901 u32 dst_reg, const u32 imm32) in emit_mov_imm32() 940 static void emit_mov_imm64(u8 **pprog, u32 dst_reg, in emit_mov_imm64() 966 static void emit_mov_reg(u8 **pprog, bool is64, u32 dst_reg, u32 src_reg) in emit_mov_reg() 1050 static void maybe_emit_mod(u8 **pprog, u32 dst_reg, u32 src_reg, bool is64) in maybe_emit_mod() 1259 u32 dst_reg, u32 src_reg, s16 off, u8 bpf_size) in emit_atomic_rmw() 1300 u32 dst_reg, u32 src_reg, u32 index_reg, in emit_atomic_rmw_index() 1348 static int emit_atomic_ld_st(u8 **pprog, u32 atomic_op, u32 dst_reg, in emit_atomic_ld_st() 1370 u32 dst_reg, u32 src_reg, u32 index_reg, in emit_atomic_ld_st_index() [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()
|
| /linux-6.15/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
|
| /linux-6.15/arch/loongarch/net/ |
| H A D | bpf_jit.c | 403 int dst_reg = FIELD_GET(BPF_FIXUP_REG_MASK, ex->fixup); in ex_handler_bpf() local 415 int dst_reg) in add_exception_handler()
|
| /linux-6.15/kernel/bpf/ |
| H A D | verifier.c | 3670 int dst_reg = insn_def_regno(insn); in insn_has_def32() local 14066 struct bpf_reg_state *dst_reg, in sanitize_ptr_alu() 14174 const struct bpf_reg_state *dst_reg) in sanitize_err() 14246 const struct bpf_reg_state *dst_reg) in sanitize_check_bounds() 14288 struct bpf_reg_state *regs = state->regs, *dst_reg; in adjust_ptr_min_max_vals() local 14749 static void scalar_min_max_or(struct bpf_reg_state *dst_reg, in scalar_min_max_or() 15082 struct bpf_reg_state *dst_reg, in adjust_scalar_min_max_vals() 15396 struct bpf_reg_state *dst_reg = regs + insn->dst_reg; in check_alu_op() local 15552 struct bpf_reg_state *dst_reg, in find_good_pkt_pointers() 16173 struct bpf_reg_state *dst_reg, in try_match_pkt_pointers() [all …]
|
| /linux-6.15/arch/powerpc/net/ |
| H A D | bpf_jit_comp64.c | 402 u32 dst_reg = bpf_to_ppc(insn[i].dst_reg); in bpf_jit_build_body() local
|
| H A D | bpf_jit_comp32.c | 300 u32 dst_reg = bpf_to_ppc(insn[i].dst_reg); in bpf_jit_build_body() local
|
| H A D | bpf_jit_comp.c | 329 int dst_reg) in bpf_add_extable_entry()
|
| /linux-6.15/arch/s390/net/ |
| H A D | bpf_jit_comp.c | 112 static inline u32 reg(u32 dst_reg, u32 src_reg) in reg() 863 u32 dst_reg = insn->dst_reg; in bpf_jit_insn() local 2460 static void load_imm64(struct bpf_jit *jit, int dst_reg, u64 val) in load_imm64()
|
| /linux-6.15/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
|
| /linux-6.15/arch/arm64/net/ |
| H A D | bpf_jit_comp.c | 1025 int dst_reg = FIELD_GET(BPF_FIXUP_REG_MASK, ex->fixup); in ex_handler_bpf() local 1036 int dst_reg) in add_exception_handler()
|
| /linux-6.15/arch/riscv/net/ |
| H A D | bpf_jit_comp64.c | 582 int dst_reg, int insn_len) in add_exception_handler()
|
| /linux-6.15/drivers/net/ethernet/netronome/nfp/bpf/ |
| H A D | jit.c | 1507 u8 dst_reg; in wrp_mul() local
|
| /linux-6.15/net/core/ |
| H A D | filter.c | 310 static u32 convert_skb_access(int skb_field, int dst_reg, int src_reg, in convert_skb_access() 9534 static struct bpf_insn *bpf_convert_shinfo_access(__u8 dst_reg, __u8 skb_reg, in bpf_convert_shinfo_access()
|
| /linux-6.15/tools/include/uapi/linux/ |
| H A D | bpf.h | 82 __u8 dst_reg:4; /* dest register */ member
|
| /linux-6.15/include/uapi/linux/ |
| H A D | bpf.h | 82 __u8 dst_reg:4; /* dest register */ member
|