Searched defs:ptr_reg (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/net/ethernet/cortina/
H A Dgemini.c760 void __iomem *ptr_reg; local
1242 void __iomem *ptr_reg; local
1408 void __iomem *ptr_reg = port->rxq_rwptr; local
1548 void __iomem *ptr_reg; local
[all...]
/linux-master/arch/x86/net/
H A Dbpf_jit_comp.c889 static void emit_insn_suffix(u8 **pprog, u32 ptr_reg, u32 val_reg, int off) argument
908 static void emit_insn_suffix_SIB(u8 **pprog, u32 ptr_reg, u32 val_reg, u32 index_reg, int off) argument
/linux-master/kernel/bpf/
H A Dverifier.c4630 struct bpf_reg_state *ptr_reg = NULL, *value_reg = NULL; local
12591 static int retrieve_ptr_limit(const struct bpf_reg_state *ptr_reg, argument
12687 sanitize_ptr_alu(struct bpf_verifier_env *env, struct bpf_insn *insn, const struct bpf_reg_state *ptr_reg, const struct bpf_reg_state *off_reg, struct bpf_reg_state *dst_reg, struct bpf_sanitize_info *info, const bool commit_window) argument
12906 adjust_ptr_min_max_vals(struct bpf_verifier_env *env, struct bpf_insn *insn, const struct bpf_reg_state *ptr_reg, const struct bpf_reg_state *off_reg) argument
13881 struct bpf_reg_state *ptr_reg = NULL, off_reg = {0}; local
[all...]

Completed in 280 milliseconds