Home
last modified time | relevance | path

Searched refs:__PT_REGS_CAST (Results 1 – 2 of 2) sorted by relevance

/linux/tools/lib/bpf/
H A Dbpf_tracing.h169 #define __PT_REGS_CAST(x) ((const user_pt_regs *)(x)) macro
228 #define __PT_REGS_CAST(x) ((const struct user_pt_regs *)(x)) macro
359 #define __PT_REGS_CAST(x) ((const struct user_regs_struct *)(x)) macro
393 #define __PT_REGS_CAST(x) ((const struct user_regs_struct *)(x)) macro
426 #define __PT_REGS_CAST(x) ((const struct user_pt_regs *)(x)) macro
458 #ifndef __PT_REGS_CAST
459 #define __PT_REGS_CAST(x) (x) macro
492 #define PT_REGS_PARM1(x) (__PT_REGS_CAST(x)->__PT_PARM1_REG)
493 #define PT_REGS_PARM2(x) (__PT_REGS_CAST(x)->__PT_PARM2_REG)
494 #define PT_REGS_PARM3(x) (__PT_REGS_CAST(x)->__PT_PARM3_REG)
[all …]
/linux/tools/testing/selftests/bpf/progs/
H A Dtest_global_func_ctx_args.c46 #define pt_regs_struct_t typeof(*(__PT_REGS_CAST((struct pt_regs *)NULL)))