/linux/arch/x86/net/ |
H A D | bpf_jit_comp.c | 282 static u8 add_2reg(u8 byte, u32 dst_reg, u32 src_reg) in add_2reg() 967 static void emit_mov_reg(u8 **pprog, bool is64, u32 dst_reg, u32 src_reg) in emit_mov_reg() 985 u32 src_reg) in emit_movsx_reg() 1051 static void maybe_emit_mod(u8 **pprog, u32 dst_reg, u32 src_reg, bool is64) in maybe_emit_mod() 1077 static void emit_ldx(u8 **pprog, u32 size, u32 dst_reg, u32 src_reg, int off) in emit_ldx() 1107 static void emit_ldsx(u8 **pprog, u32 size, u32 dst_reg, u32 src_reg, int off) in emit_ldsx() 1129 static void emit_ldx_index(u8 **pprog, u32 size, u32 dst_reg, u32 src_reg, u32 index_reg, int off) in emit_ldx_index() 1155 static void emit_ldsx_index(u8 **pprog, u32 size, u32 dst_reg, u32 src_reg, u32 index_reg, int off) in emit_ldsx_index() 1177 static void emit_ldx_r12(u8 **pprog, u32 size, u32 dst_reg, u32 src_reg, int off) in emit_ldx_r12() 1182 static void emit_ldsx_r12(u8 **prog, u32 size, u32 dst_reg, u32 src_reg, int off) in emit_ldsx_r12() [all …]
|
H A D | bpf_jit_comp32.c | 195 static u8 add_2reg(u8 byte, u32 dst_reg, u32 src_reg) in add_2reg()
|
/linux/arch/powerpc/net/ |
H A D | bpf_jit_comp64.c | 433 u32 src_reg = bpf_to_ppc(insn->src_reg); in bpf_jit_emit_atomic_ops() local 531 static int bpf_jit_emit_probe_mem_store(struct codegen_context *ctx, u32 src_reg, s16 off, in bpf_jit_emit_probe_mem_store() 565 u32 src_reg = bpf_to_ppc(insn.src_reg); in emit_atomic_ld_st() local 642 u32 src_reg = bpf_to_ppc(insn[i].src_reg); in bpf_jit_build_body() local
|
H A D | bpf_jit_comp32.c | 302 u32 src_reg = bpf_to_ppc(insn[i].src_reg); in bpf_jit_build_body() local
|
/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
|
/linux/drivers/clk/socfpga/ |
H A D | clk-gate.c | 58 u32 src_reg; in socfpga_clk_set_parent() local
|
/linux/drivers/clk/ |
H A D | clk-lochnagar.c | 35 u16 src_reg; member
|
/linux/kernel/bpf/ |
H A D | verifier.c | 4942 struct bpf_reg_state *src_reg) in assign_scalar_id_before_mov() 14766 struct bpf_reg_state *src_reg) in scalar32_min_max_add() 14797 struct bpf_reg_state *src_reg) in scalar_min_max_add() 14828 struct bpf_reg_state *src_reg) in scalar32_min_max_sub() 14860 struct bpf_reg_state *src_reg) in scalar_min_max_sub() 14892 struct bpf_reg_state *src_reg) in scalar32_min_max_mul() 14920 struct bpf_reg_state *src_reg) in scalar_min_max_mul() 14948 struct bpf_reg_state *src_reg) in scalar32_min_max_and() 14979 struct bpf_reg_state *src_reg) in scalar_min_max_and() 15011 struct bpf_reg_state *src_reg) in scalar32_min_max_or() [all …]
|
/linux/drivers/gpu/ipu-v3/ |
H A D | ipu-common.c | 697 u32 src_reg, sink_reg; in ipu_fsu_link() local 731 u32 src_reg, sink_reg; in ipu_fsu_unlink() local
|
/linux/sound/soc/renesas/rcar/ |
H A D | dma.c | 526 phys_addr_t src_reg = rsnd_gen_get_phy_addr(priv, RSND_BASE_SCU); in rsnd_gen2_dma_addr() local
|
/linux/drivers/pinctrl/cirrus/ |
H A D | pinctrl-lochnagar.c | 399 u16 src_reg; member
|
/linux/arch/mips/cavium-octeon/ |
H A D | octeon-irq.c | 1998 u64 src_reg, src, sum; in octeon_irq_ciu2() local
|
/linux/include/uapi/linux/ |
H A D | bpf.h | 83 __u8 src_reg:4; /* source register */ member
|
/linux/tools/include/uapi/linux/ |
H A D | bpf.h | 83 __u8 src_reg:4; /* source register */ member
|
/linux/net/core/ |
H A D | filter.c | 319 static u32 convert_skb_access(int skb_field, int dst_reg, int src_reg, in convert_skb_access()
|