Home
last modified time | relevance | path

Searched defs:reg (Results 1 – 4 of 4) sorted by relevance

/kernel/bpf/
Dverifier.c413 struct bpf_reg_state *reg, in verbose_invalid_scalar()
454 static bool reg_may_point_to_spin_lock(const struct bpf_reg_state *reg) in reg_may_point_to_spin_lock()
642 const struct bpf_reg_state *reg) in func()
709 static int mark_stack_slots_dynptr(struct bpf_verifier_env *env, struct bpf_reg_state *reg, in mark_stack_slots_dynptr()
747 static int unmark_stack_slots_dynptr(struct bpf_verifier_env *env, struct bpf_reg_state *reg) in unmark_stack_slots_dynptr()
776 static bool is_dynptr_reg_valid_uninit(struct bpf_verifier_env *env, struct bpf_reg_state *reg) in is_dynptr_reg_valid_uninit()
795 struct bpf_reg_state *reg) in is_dynptr_reg_valid_init()
815 struct bpf_reg_state *reg, in is_dynptr_type_expected()
849 const struct bpf_reg_state *reg; in print_verifier_state() local
1345 static void ___mark_reg_known(struct bpf_reg_state *reg, u64 imm) in ___mark_reg_known()
[all …]
Dbtf.c6199 const struct bpf_reg_state *reg) in is_kfunc_arg_mem_size()
6225 const struct bpf_reg_state *reg, in btf_is_kfunc_arg_mem_size()
6304 struct bpf_reg_state *reg = &regs[regno]; in btf_check_func_arg_match() local
6759 struct bpf_reg_state *reg = &regs[i + 1]; in btf_prepare_func_args() local
/kernel/trace/
Dtrace_events_user.c1586 struct user_reg reg; in user_events_ioctl_reg() local
Dtrace.h1779 int (*reg)(char *glob, member