Searched refs:bpf_user_pt_regs_t (Results 1 – 17 of 17) sorted by relevance
17 __weak int kprobe_typedef_ctx_subprog(bpf_user_pt_regs_t *ctx) in kprobe_typedef_ctx_subprog()63 struct bpf_user_pt_regs_t {}; struct65 __weak int kprobe_workaround_ctx_subprog(struct bpf_user_pt_regs_t *ctx) in kprobe_workaround_ctx_subprog()
15 int replace_btf_unreliable_kprobe(bpf_user_pt_regs_t *ctx) in replace_btf_unreliable_kprobe()
229 __weak int kprobe_subprog_typedef(bpf_user_pt_regs_t *ctx __arg_ctx) in kprobe_subprog_typedef()259 __weak int perf_subprog_typedef(bpf_user_pt_regs_t *ctx __arg_ctx) in perf_subprog_typedef()
7 typedef struct user_regs_struct bpf_user_pt_regs_t; typedef
7 typedef struct pt_regs bpf_user_pt_regs_t; typedef
7 typedef struct user_pt_regs bpf_user_pt_regs_t; typedef
7 typedef user_pt_regs bpf_user_pt_regs_t; typedef
14 bpf_user_pt_regs_t regs;
40 bpf_user_pt_regs_t, struct pt_regs)
1074 bpf_user_pt_regs_t *regs;
6050 if (__builtin_types_compatible_p(bpf_user_pt_regs_t, struct pt_regs) && in btf_validate_prog_ctx_type()6053 if (__builtin_types_compatible_p(bpf_user_pt_regs_t, struct user_pt_regs) && in btf_validate_prog_ctx_type()6056 if (__builtin_types_compatible_p(bpf_user_pt_regs_t, struct user_regs_struct) && in btf_validate_prog_ctx_type()
6814 if (__builtin_types_compatible_p(bpf_user_pt_regs_t, struct pt_regs) && in need_func_arg_type_fixup()6817 if (__builtin_types_compatible_p(bpf_user_pt_regs_t, struct user_pt_regs) && in need_func_arg_type_fixup()6820 if (__builtin_types_compatible_p(bpf_user_pt_regs_t, struct user_regs_struct) && in need_func_arg_type_fixup()