Searched refs:bpf_user_pt_regs_t (Results 1 – 6 of 6) 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 pt_regs bpf_user_pt_regs_t; typedef
14 bpf_user_pt_regs_t regs;
6838 if (__builtin_types_compatible_p(bpf_user_pt_regs_t, struct pt_regs) && in need_func_arg_type_fixup()6841 if (__builtin_types_compatible_p(bpf_user_pt_regs_t, struct user_pt_regs) && in need_func_arg_type_fixup()6844 if (__builtin_types_compatible_p(bpf_user_pt_regs_t, struct user_regs_struct) && in need_func_arg_type_fixup()
Completed in 34 milliseconds