Home
last modified time | relevance | path

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

/Linux-v6.6/tools/lib/bpf/
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
388 #define __PT_REGS_CAST(x) ((const struct user_regs_struct *)(x)) macro
421 #define __PT_REGS_CAST(x) ((const struct user_pt_regs *)(x)) macro
454 #define __PT_REGS_CAST(x) (x) macro