Searched defs:reg (Results 1 – 4 of 4) sorted by relevance
/kernel/bpf/ |
D | verifier.c | 411 struct bpf_reg_state *reg, in verbose_invalid_scalar() 448 static bool reg_not_null(const struct bpf_reg_state *reg) in reg_not_null() 476 static struct btf_record *reg_btf_record(const struct bpf_reg_state *reg) in reg_btf_record() 498 static bool reg_may_point_to_spin_lock(const struct bpf_reg_state *reg) in reg_may_point_to_spin_lock() 685 const struct bpf_reg_state *reg) in func() 706 static int stack_slot_obj_get_spi(struct bpf_verifier_env *env, struct bpf_reg_state *reg, in stack_slot_obj_get_spi() 733 static int dynptr_get_spi(struct bpf_verifier_env *env, struct bpf_reg_state *reg) in dynptr_get_spi() 738 static int iter_get_spi(struct bpf_verifier_env *env, struct bpf_reg_state *reg, int nr_slots) in iter_get_spi() 885 struct bpf_reg_state *reg, in mark_dynptr_cb_reg() 894 static int mark_stack_slots_dynptr(struct bpf_verifier_env *env, struct bpf_reg_state *reg, in mark_stack_slots_dynptr() [all …]
|
D | btf.c | 6387 const struct bpf_reg_state *reg, in btf_struct_access() 6806 struct bpf_reg_state *reg = ®s[regno]; in btf_check_func_arg_match() local 7024 struct bpf_reg_state *reg = ®s[i + 1]; in btf_prepare_func_args() local 8488 const struct bpf_reg_state *reg, in btf_nested_type_is_trusted()
|
/kernel/trace/ |
D | trace_events_user.c | 864 *user_event_enabler_create(struct user_reg *reg, struct user_event *user, in user_event_enabler_create() 2387 struct user_reg reg; in user_events_ioctl_reg() local 2549 struct user_unreg reg; in user_events_ioctl_unreg() local
|
D | trace.h | 1817 int (*reg)(char *glob, member
|