Searched defs:__PT_REGS_CAST (Results 1 - 1 of 1) sorted by path

/linux-master/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
355 #define __PT_REGS_CAST(x) ((const struct user_regs_struct *)(x)) macro
386 #define __PT_REGS_CAST(x) ((const struct user_regs_struct *)(x)) macro
419 #define __PT_REGS_CAST(x) ((const struct user_pt_regs *)(x)) macro
452 #define __PT_REGS_CAST(x) (x) macro
[all...]

Completed in 173 milliseconds