Searched defs:dst_reg (Results 1 – 4 of 4) sorted by relevance
165 static u8 add_1reg(u8 byte, u32 dst_reg) in add_1reg()171 static u8 add_2reg(u8 byte, u32 dst_reg, u32 src_reg) in add_2reg()357 u32 dst_reg = insn->dst_reg; in do_jit() local
100 static inline u32 reg(u32 dst_reg, u32 src_reg) in reg()493 u32 dst_reg = insn->dst_reg; in bpf_jit_insn() local
152 static u32 convert_skb_access(int skb_field, int dst_reg, int src_reg, in convert_skb_access()1749 static u32 bpf_net_convert_ctx_access(enum bpf_access_type type, int dst_reg, in bpf_net_convert_ctx_access()
60 __u8 dst_reg:4; /* dest register */ member