Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/cortina/
H A Dgemini.c760 void __iomem *ptr_reg; in gmac_cleanup_rxq() local
1281 void __iomem *ptr_reg; in gmac_start_xmit() local
1447 void __iomem *ptr_reg = port->rxq_rwptr; in gmac_rx() local
1603 void __iomem *ptr_reg; in gmac_dump_dma_state() local
/linux/arch/x86/net/
H A Dbpf_jit_comp.c1054 static void emit_insn_suffix(u8 **pprog, u32 ptr_reg, u32 val_reg, int off) in emit_insn_suffix()
1073 static void emit_insn_suffix_SIB(u8 **pprog, u32 ptr_reg, u32 val_reg, u32 index_reg, int off) in emit_insn_suffix_SIB()
/linux/kernel/bpf/
H A Dverifier.c3653 struct bpf_reg_state *ptr_reg, int off, int size, in check_stack_write_var_off()
14128 static int retrieve_ptr_limit(const struct bpf_reg_state *ptr_reg, in retrieve_ptr_limit()
14225 const struct bpf_reg_state *ptr_reg, in sanitize_ptr_alu()
14437 u32 ptr_regno, const struct bpf_reg_state *ptr_reg, in adjust_ptr_min_max_vals()
15596 struct bpf_reg_state *ptr_reg = NULL, off_reg = {0}; in adjust_reg_min_max_vals() local