Searched defs:reg (Results 1 – 2 of 2) sorted by relevance
195 struct bpf_reg_state *reg; in print_verifier_state() local654 struct bpf_reg_state *reg = ®s[regno]; in check_packet_access() local686 const struct bpf_reg_state *reg) in __is_pointer_value()707 const struct bpf_reg_state *reg = &env->cur_state.regs[regno]; in is_ctx_reg() local713 struct bpf_reg_state *reg, int off, int size) in check_ptr_alignment()755 struct bpf_reg_state *reg = &state->regs[regno]; in check_mem_access() local975 struct bpf_reg_state *regs = env->cur_state.regs, *reg = ®s[regno]; in check_func_arg() local1183 struct bpf_reg_state *regs = state->regs, *reg; in clear_all_pkt_pointers() local1208 struct bpf_reg_state *reg; in check_call() local1579 static void check_reg_overflow(struct bpf_reg_state *reg) in check_reg_overflow()[all …]
1550 int (*reg)(char *glob, member