Searched defs:dst_reg (Results 1 – 11 of 11) sorted by relevance
/Linux-v5.10/arch/x86/net/ |
D | bpf_jit_comp.c | 197 static u8 add_1reg(u8 byte, u32 dst_reg) in add_1reg() 203 static u8 add_2reg(u8 byte, u32 dst_reg, u32 src_reg) in add_2reg() 602 u32 dst_reg, const u32 imm32) in emit_mov_imm32() 642 static void emit_mov_imm64(u8 **pprog, u32 dst_reg, in emit_mov_imm64() 666 static void emit_mov_reg(u8 **pprog, bool is64, u32 dst_reg, u32 src_reg) in emit_mov_reg() 685 static void emit_ldx(u8 **pprog, u32 size, u32 dst_reg, u32 src_reg, int off) in emit_ldx() 724 static void emit_stx(u8 **pprog, u32 size, u32 dst_reg, u32 src_reg, int off) in emit_stx() 820 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.10/kernel/bpf/ |
D | verifier.c | 2278 u32 dst_reg = env->prog->insnsi[insn_idx].dst_reg; in check_stack_write() local 5396 struct bpf_reg_state *dst_reg, in sanitize_ptr_alu() 5457 struct bpf_reg_state *regs = state->regs, *dst_reg; in adjust_ptr_min_max_vals() local 5699 static void scalar32_min_max_add(struct bpf_reg_state *dst_reg, in scalar32_min_max_add() 5725 static void scalar_min_max_add(struct bpf_reg_state *dst_reg, in scalar_min_max_add() 5751 static void scalar32_min_max_sub(struct bpf_reg_state *dst_reg, in scalar32_min_max_sub() 5779 static void scalar_min_max_sub(struct bpf_reg_state *dst_reg, in scalar_min_max_sub() 5807 static void scalar32_min_max_mul(struct bpf_reg_state *dst_reg, in scalar32_min_max_mul() 5839 static void scalar_min_max_mul(struct bpf_reg_state *dst_reg, in scalar_min_max_mul() 5871 static void scalar32_min_max_and(struct bpf_reg_state *dst_reg, in scalar32_min_max_and() [all …]
|
/Linux-v5.10/arch/arm64/net/ |
D | bpf_jit_comp.c | 366 int dst_reg = FIELD_GET(BPF_FIXUP_REG_MASK, ex->fixup); in arm64_bpf_fixup_exception() local 376 int dst_reg) in add_exception_handler()
|
/Linux-v5.10/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.10/arch/s390/net/ |
D | bpf_jit_comp.c | 101 static inline u32 reg(u32 dst_reg, u32 src_reg) in reg() 698 u32 dst_reg = insn->dst_reg; in bpf_jit_insn() local
|
/Linux-v5.10/arch/mips/net/ |
D | ebpf_jit.c | 183 dst_reg, enumerator
|
/Linux-v5.10/drivers/net/ethernet/netronome/nfp/bpf/ |
D | jit.c | 1507 u8 dst_reg; in wrp_mul() local
|
/Linux-v5.10/tools/include/uapi/linux/ |
D | bpf.h | 67 __u8 dst_reg:4; /* dest register */ member
|
/Linux-v5.10/include/uapi/linux/ |
D | bpf.h | 67 __u8 dst_reg:4; /* dest register */ member
|
/Linux-v5.10/net/core/ |
D | filter.c | 289 static u32 convert_skb_access(int skb_field, int dst_reg, int src_reg, in convert_skb_access()
|