Searched defs:ptr_reg (Results 1 – 2 of 2) sorted by relevance
/linux/arch/x86/net/ |
H A D | bpf_jit_comp.c | 1016 static void emit_insn_suffix(u8 **pprog, u32 ptr_reg, u32 val_reg, int off) in emit_insn_suffix() 1035 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 D | verifier.c | 5144 struct bpf_reg_state *ptr_reg = NULL, *value_reg = NULL; in check_stack_write_var_off() local 13982 static int retrieve_ptr_limit(const struct bpf_reg_state *ptr_reg, in retrieve_ptr_limit() 14080 const struct bpf_reg_state *ptr_reg, in sanitize_ptr_alu() 14299 const struct bpf_reg_state *ptr_reg, in adjust_ptr_min_max_vals() 15199 struct bpf_reg_state *ptr_reg = NULL, off_reg = {0}; in adjust_reg_min_max_vals() local
|