Searched defs:dst_reg (Results 1 – 10 of 10) sorted by relevance
/Linux-v4.19/arch/x86/net/ |
D | bpf_jit_comp.c | 168 static u8 add_1reg(u8 byte, u32 dst_reg) in add_1reg() 174 static u8 add_2reg(u8 byte, u32 dst_reg, u32 src_reg) in add_2reg() 329 u32 dst_reg, const u32 imm32) in emit_mov_imm32() 369 static void emit_mov_imm64(u8 **pprog, u32 dst_reg, in emit_mov_imm64() 393 static void emit_mov_reg(u8 **pprog, bool is64, u32 dst_reg, u32 src_reg) in emit_mov_reg() 427 u32 dst_reg = insn->dst_reg; in do_jit() local
|
D | bpf_jit_comp32.c | 186 static u8 add_1reg(u8 byte, u32 dst_reg) in add_1reg() 192 static u8 add_2reg(u8 byte, u32 dst_reg, u32 src_reg) in add_2reg()
|
/Linux-v4.19/kernel/bpf/ |
D | verifier.c | 2697 struct bpf_reg_state *regs = state->regs, *dst_reg; in adjust_ptr_min_max_vals() local 2889 struct bpf_reg_state *dst_reg, in adjust_scalar_min_max_vals() 3158 struct bpf_reg_state *regs = state->regs, *dst_reg, *src_reg; in adjust_reg_min_max_vals() local 3379 struct bpf_reg_state *dst_reg, in find_good_pkt_pointers() 3622 struct bpf_reg_state *dst_reg) in __reg_combine_min_max() 3724 struct bpf_reg_state *dst_reg, in try_match_pkt_pointers() 3822 struct bpf_reg_state *dst_reg, *other_branch_regs; in check_cond_jmp_op() local
|
/Linux-v4.19/arch/s390/net/ |
D | bpf_jit_comp.c | 102 static inline u32 reg(u32 dst_reg, u32 src_reg) in reg() 507 u32 dst_reg = insn->dst_reg; in bpf_jit_insn() local
|
/Linux-v4.19/arch/powerpc/net/ |
D | bpf_jit_comp64.c | 283 u32 dst_reg = b2p[insn[i].dst_reg]; in bpf_jit_build_body() local
|
/Linux-v4.19/arch/mips/net/ |
D | ebpf_jit.c | 181 dst_reg, enumerator
|
/Linux-v4.19/tools/include/uapi/linux/ |
D | bpf.h | 66 __u8 dst_reg:4; /* dest register */ member
|
/Linux-v4.19/include/uapi/linux/ |
D | bpf.h | 66 __u8 dst_reg:4; /* dest register */ member
|
/Linux-v4.19/drivers/net/ethernet/netronome/nfp/bpf/ |
D | jit.c | 1472 u8 dst_reg; in wrp_mul() local
|
/Linux-v4.19/net/core/ |
D | filter.c | 265 static u32 convert_skb_access(int skb_field, int dst_reg, int src_reg, in convert_skb_access()
|