Searched defs:dst_reg (Results 1 – 10 of 10) sorted by relevance
/Linux-v5.4/arch/x86/net/ |
D | bpf_jit_comp.c | 164 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
|
D | bpf_jit_comp32.c | 188 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/ |
D | verifier.c | 1890 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/ |
D | bpf_jit_comp.c | 102 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/ |
D | bpf_jit_comp64.c | 305 u32 dst_reg = b2p[insn[i].dst_reg]; in bpf_jit_build_body() local
|
/Linux-v5.4/arch/mips/net/ |
D | ebpf_jit.c | 183 dst_reg, enumerator
|
/Linux-v5.4/include/uapi/linux/ |
D | bpf.h | 67 __u8 dst_reg:4; /* dest register */ member
|
/Linux-v5.4/tools/include/uapi/linux/ |
D | bpf.h | 67 __u8 dst_reg:4; /* dest register */ member
|
/Linux-v5.4/drivers/net/ethernet/netronome/nfp/bpf/ |
D | jit.c | 1507 u8 dst_reg; in wrp_mul() local
|
/Linux-v5.4/net/core/ |
D | filter.c | 270 static u32 convert_skb_access(int skb_field, int dst_reg, int src_reg, in convert_skb_access()
|