/linux-6.14.4/arch/x86/net/ |
D | bpf_jit_comp.c | 279 static u8 add_2reg(u8 byte, u32 dst_reg, u32 src_reg) in add_2reg() 953 static void emit_mov_reg(u8 **pprog, bool is64, u32 dst_reg, u32 src_reg) in emit_mov_reg() 971 u32 src_reg) in emit_movsx_reg() 1037 static void maybe_emit_mod(u8 **pprog, u32 dst_reg, u32 src_reg, bool is64) in maybe_emit_mod() 1063 static void emit_ldx(u8 **pprog, u32 size, u32 dst_reg, u32 src_reg, int off) in emit_ldx() 1093 static void emit_ldsx(u8 **pprog, u32 size, u32 dst_reg, u32 src_reg, int off) in emit_ldsx() 1115 static void emit_ldx_index(u8 **pprog, u32 size, u32 dst_reg, u32 src_reg, u32 index_reg, int off) in emit_ldx_index() 1141 static void emit_ldx_r12(u8 **pprog, u32 size, u32 dst_reg, u32 src_reg, int off) in emit_ldx_r12() 1147 static void emit_stx(u8 **pprog, u32 size, u32 dst_reg, u32 src_reg, int off) in emit_stx() 1181 static void emit_stx_index(u8 **pprog, u32 size, u32 dst_reg, u32 src_reg, u32 index_reg, int off) in emit_stx_index() [all …]
|
D | bpf_jit_comp32.c | 195 static u8 add_2reg(u8 byte, u32 dst_reg, u32 src_reg) in add_2reg()
|
/linux-6.14.4/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-6.14.4/drivers/remoteproc/ |
D | imx_rproc.h | 33 u32 src_reg; member
|
/linux-6.14.4/tools/perf/arch/powerpc/annotate/ |
D | instructions.c | 278 int src_reg = src->reg1; in update_insn_state_powerpc() local
|
/linux-6.14.4/drivers/clk/socfpga/ |
D | clk-gate.c | 58 u32 src_reg; in socfpga_clk_set_parent() local
|
/linux-6.14.4/arch/powerpc/net/ |
D | bpf_jit_comp64.c | 403 u32 src_reg = bpf_to_ppc(insn[i].src_reg); in bpf_jit_build_body() local
|
D | bpf_jit_comp32.c | 302 u32 src_reg = bpf_to_ppc(insn[i].src_reg); in bpf_jit_build_body() local
|
/linux-6.14.4/drivers/clk/ |
D | clk-lochnagar.c | 35 u16 src_reg; member
|
/linux-6.14.4/kernel/bpf/ |
D | verifier.c | 4777 struct bpf_reg_state *src_reg) in assign_scalar_id_before_mov() 14104 struct bpf_reg_state *src_reg) in scalar32_min_max_add() 14124 struct bpf_reg_state *src_reg) in scalar_min_max_add() 14144 struct bpf_reg_state *src_reg) in scalar32_min_max_sub() 14169 struct bpf_reg_state *src_reg) in scalar_min_max_sub() 14194 struct bpf_reg_state *src_reg) in scalar32_min_max_mul() 14222 struct bpf_reg_state *src_reg) in scalar_min_max_mul() 14250 struct bpf_reg_state *src_reg) in scalar32_min_max_and() 14281 struct bpf_reg_state *src_reg) in scalar_min_max_and() 14313 struct bpf_reg_state *src_reg) in scalar32_min_max_or() [all …]
|
/linux-6.14.4/drivers/gpu/ipu-v3/ |
D | ipu-common.c | 735 u32 src_reg, sink_reg; in ipu_fsu_link() local 769 u32 src_reg, sink_reg; in ipu_fsu_unlink() local
|
/linux-6.14.4/drivers/gpu/drm/i915/gem/ |
D | i915_gem_ttm_move.c | 318 struct intel_memory_region *dst_reg, *src_reg; in i915_ttm_memcpy_init() local
|
/linux-6.14.4/drivers/soc/mediatek/ |
D | mtk-cmdq-helper.c | 29 u16 src_reg; member
|
/linux-6.14.4/arch/s390/net/ |
D | bpf_jit_comp.c | 112 static inline u32 reg(u32 dst_reg, u32 src_reg) in reg() 864 u32 src_reg = insn->src_reg; in bpf_jit_insn() local
|
/linux-6.14.4/sound/soc/renesas/rcar/ |
D | dma.c | 528 phys_addr_t src_reg = rsnd_gen_get_phy_addr(priv, RSND_BASE_SCU); in rsnd_gen2_dma_addr() local
|
/linux-6.14.4/drivers/pinctrl/cirrus/ |
D | pinctrl-lochnagar.c | 399 u16 src_reg; member
|
/linux-6.14.4/arch/mips/cavium-octeon/ |
D | octeon-irq.c | 1998 u64 src_reg, src, sum; in octeon_irq_ciu2() local
|
/linux-6.14.4/tools/include/uapi/linux/ |
D | bpf.h | 80 __u8 src_reg:4; /* source register */ member
|
/linux-6.14.4/include/uapi/linux/ |
D | bpf.h | 80 __u8 src_reg:4; /* source register */ member
|
/linux-6.14.4/net/core/ |
D | filter.c | 310 static u32 convert_skb_access(int skb_field, int dst_reg, int src_reg, in convert_skb_access()
|