Home
last modified time | relevance | path

Searched defs:dst_reg (Results 1 – 10 of 10) sorted by relevance

/Linux-v5.4/arch/x86/net/
Dbpf_jit_comp.c164 static u8 add_1reg(u8 byte, u32 dst_reg) in add_1reg()
170 static u8 add_2reg(u8 byte, u32 dst_reg, u32 src_reg) in add_2reg()
298 u32 dst_reg, const u32 imm32) in emit_mov_imm32()
338 static void emit_mov_imm64(u8 **pprog, u32 dst_reg, in emit_mov_imm64()
362 static void emit_mov_reg(u8 **pprog, bool is64, u32 dst_reg, u32 src_reg) in emit_mov_reg()
397 u32 dst_reg = insn->dst_reg; in do_jit() local
Dbpf_jit_comp32.c188 static u8 add_1reg(u8 byte, u32 dst_reg) in add_1reg()
194 static u8 add_2reg(u8 byte, u32 dst_reg, u32 src_reg) in add_2reg()
/Linux-v5.4/kernel/bpf/
Dverifier.c1890 u32 dst_reg = env->prog->insnsi[insn_idx].dst_reg; in check_stack_write() local
4271 struct bpf_reg_state *dst_reg, in sanitize_ptr_alu()
4332 struct bpf_reg_state *regs = state->regs, *dst_reg; in adjust_ptr_min_max_vals() local
4568 struct bpf_reg_state *dst_reg, in adjust_scalar_min_max_vals()
4849 struct bpf_reg_state *regs = state->regs, *dst_reg, *src_reg; in adjust_reg_min_max_vals() local
4985 struct bpf_reg_state *dst_reg = regs + insn->dst_reg; in check_alu_op() local
5082 struct bpf_reg_state *dst_reg, in __find_good_pkt_pointers()
5104 struct bpf_reg_state *dst_reg, in find_good_pkt_pointers()
5555 struct bpf_reg_state *dst_reg) in __reg_combine_min_max()
5693 struct bpf_reg_state *dst_reg, in try_match_pkt_pointers()
[all …]
/Linux-v5.4/arch/s390/net/
Dbpf_jit_comp.c102 static inline u32 reg(u32 dst_reg, u32 src_reg) in reg()
510 u32 dst_reg = insn->dst_reg; in bpf_jit_insn() local
/Linux-v5.4/arch/powerpc/net/
Dbpf_jit_comp64.c305 u32 dst_reg = b2p[insn[i].dst_reg]; in bpf_jit_build_body() local
/Linux-v5.4/arch/mips/net/
Debpf_jit.c183 dst_reg, enumerator
/Linux-v5.4/include/uapi/linux/
Dbpf.h67 __u8 dst_reg:4; /* dest register */ member
/Linux-v5.4/tools/include/uapi/linux/
Dbpf.h67 __u8 dst_reg:4; /* dest register */ member
/Linux-v5.4/drivers/net/ethernet/netronome/nfp/bpf/
Djit.c1507 u8 dst_reg; in wrp_mul() local
/Linux-v5.4/net/core/
Dfilter.c270 static u32 convert_skb_access(int skb_field, int dst_reg, int src_reg, in convert_skb_access()