Home
last modified time | relevance | path

Searched refs:bpf_user_pt_regs_t (Results 1 – 17 of 17) sorted by relevance

/linux/tools/testing/selftests/bpf/progs/
H A Dtest_global_func_ctx_args.c17 __weak int kprobe_typedef_ctx_subprog(bpf_user_pt_regs_t *ctx) in kprobe_typedef_ctx_subprog()
63 struct bpf_user_pt_regs_t {}; struct
65 __weak int kprobe_workaround_ctx_subprog(struct bpf_user_pt_regs_t *ctx) in kprobe_workaround_ctx_subprog()
H A Dfreplace_unreliable_prog.c15 int replace_btf_unreliable_kprobe(bpf_user_pt_regs_t *ctx) in replace_btf_unreliable_kprobe()
H A Dverifier_global_subprogs.c229 __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()
/linux/arch/arc/include/uapi/asm/
H A Dbpf_perf_event.h7 typedef struct user_regs_struct bpf_user_pt_regs_t; typedef
/linux/tools/include/uapi/asm-generic/
H A Dbpf_perf_event.h7 typedef struct pt_regs bpf_user_pt_regs_t; typedef
/linux/arch/powerpc/include/asm/
H A Dbpf_perf_event.h7 typedef struct user_pt_regs bpf_user_pt_regs_t; typedef
/linux/arch/s390/include/uapi/asm/
H A Dbpf_perf_event.h7 typedef user_pt_regs bpf_user_pt_regs_t; typedef
/linux/arch/loongarch/include/uapi/asm/
H A Dbpf_perf_event.h7 typedef struct user_pt_regs bpf_user_pt_regs_t; typedef
/linux/arch/arm64/include/uapi/asm/
H A Dbpf_perf_event.h7 typedef struct user_pt_regs bpf_user_pt_regs_t; typedef
/linux/include/uapi/asm-generic/
H A Dbpf_perf_event.h7 typedef struct pt_regs bpf_user_pt_regs_t; typedef
/linux/arch/riscv/include/uapi/asm/
H A Dbpf_perf_event.h7 typedef struct user_regs_struct bpf_user_pt_regs_t; typedef
/linux/tools/include/uapi/linux/
H A Dbpf_perf_event.h14 bpf_user_pt_regs_t regs;
/linux/include/uapi/linux/
H A Dbpf_perf_event.h14 bpf_user_pt_regs_t regs;
/linux/include/linux/
H A Dbpf_types.h40 bpf_user_pt_regs_t, struct pt_regs)
H A Dperf_event.h1074 bpf_user_pt_regs_t *regs;
/linux/kernel/bpf/
H A Dbtf.c6050 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()
/linux/tools/lib/bpf/
H A Dlibbpf.c6814 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()