/linux-5.19.10/arch/x86/net/ |
D | bpf_jit_comp.c | 202 static u8 add_1reg(u8 byte, u32 dst_reg) in add_1reg() 208 static u8 add_2reg(u8 byte, u32 dst_reg, u32 src_reg) in add_2reg() 612 u32 dst_reg, const u32 imm32) in emit_mov_imm32() 651 static void emit_mov_imm64(u8 **pprog, u32 dst_reg, in emit_mov_imm64() 674 static void emit_mov_reg(u8 **pprog, bool is64, u32 dst_reg, u32 src_reg) in emit_mov_reg() 714 static void maybe_emit_mod(u8 **pprog, u32 dst_reg, u32 src_reg, bool is64) in maybe_emit_mod() 740 static void emit_ldx(u8 **pprog, u32 size, u32 dst_reg, u32 src_reg, int off) in emit_ldx() 770 static void emit_stx(u8 **pprog, u32 size, u32 dst_reg, u32 src_reg, int off) in emit_stx() 804 u32 dst_reg, u32 src_reg, s16 off, u8 bpf_size) in emit_atomic() 929 u32 dst_reg = insn->dst_reg; in do_jit() local
|
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-5.19.10/tools/testing/selftests/bpf/verifier/ |
D | atomic_fetch.c | 95 #define __ATOMIC_FETCH_OP_TEST(src_reg, dst_reg, operand1, op, operand2, expect) \ argument
|
/linux-5.19.10/kernel/bpf/ |
D | verifier.c | 2401 int dst_reg = insn_def_regno(insn); in insn_has_def32() local 3000 u32 dst_reg = env->prog->insnsi[insn_idx].dst_reg; in check_stack_write_fixed_off() local 7807 struct bpf_reg_state *dst_reg, in sanitize_ptr_alu() 7915 const struct bpf_reg_state *dst_reg) in sanitize_err() 7987 const struct bpf_reg_state *dst_reg) in sanitize_check_bounds() 8029 struct bpf_reg_state *regs = state->regs, *dst_reg; in adjust_ptr_min_max_vals() local 8248 static void scalar32_min_max_add(struct bpf_reg_state *dst_reg, in scalar32_min_max_add() 8274 static void scalar_min_max_add(struct bpf_reg_state *dst_reg, in scalar_min_max_add() 8300 static void scalar32_min_max_sub(struct bpf_reg_state *dst_reg, in scalar32_min_max_sub() 8328 static void scalar_min_max_sub(struct bpf_reg_state *dst_reg, in scalar_min_max_sub() [all …]
|
/linux-5.19.10/arch/x86/crypto/ |
D | crct10dif-pcl-asm_64.S | 84 .macro fold_16_bytes src_reg, dst_reg
|
/linux-5.19.10/arch/powerpc/net/ |
D | bpf_jit_comp.c | 317 int insn_idx, int jmp_off, int dst_reg) in bpf_add_extable_entry()
|
D | bpf_jit_comp32.c | 293 u32 dst_reg = bpf_to_ppc(insn[i].dst_reg); in bpf_jit_build_body() local
|
D | bpf_jit_comp64.c | 358 u32 dst_reg = bpf_to_ppc(insn[i].dst_reg); in bpf_jit_build_body() local
|
/linux-5.19.10/arch/arm64/net/ |
D | bpf_jit_comp.c | 601 int dst_reg = FIELD_GET(BPF_FIXUP_REG_MASK, ex->fixup); in ex_handler_bpf() local 611 int dst_reg) in add_exception_handler()
|
/linux-5.19.10/arch/s390/net/ |
D | bpf_jit_comp.c | 101 static inline u32 reg(u32 dst_reg, u32 src_reg) in reg() 675 u32 dst_reg = insn->dst_reg; in bpf_jit_insn() local
|
/linux-5.19.10/arch/riscv/net/ |
D | bpf_jit_comp64.c | 560 int dst_reg, int insn_len) in add_exception_handler()
|
/linux-5.19.10/drivers/gpu/drm/i915/gem/ |
D | i915_gem_ttm_move.c | 285 struct intel_memory_region *dst_reg, *src_reg; in i915_ttm_memcpy_init() local
|
/linux-5.19.10/drivers/net/ethernet/netronome/nfp/bpf/ |
D | jit.c | 1507 u8 dst_reg; in wrp_mul() local
|
/linux-5.19.10/tools/include/uapi/linux/ |
D | bpf.h | 73 __u8 dst_reg:4; /* dest register */ member
|
/linux-5.19.10/include/uapi/linux/ |
D | bpf.h | 73 __u8 dst_reg:4; /* dest register */ member
|
/linux-5.19.10/net/core/ |
D | filter.c | 291 static u32 convert_skb_access(int skb_field, int dst_reg, int src_reg, in convert_skb_access()
|