Home
last modified time | relevance | path

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

/linux-6.1.9/tools/lib/bpf/
Dbpf_tracing.h134 #define __PT_REGS_CAST(x) ((const user_pt_regs *)(x)) macro
168 #define __PT_REGS_CAST(x) ((const struct user_pt_regs *)(x)) macro
230 #define __PT_REGS_CAST(x) ((const struct user_regs_struct *)(x)) macro
247 #define __PT_REGS_CAST(x) ((const struct user_regs_struct *)(x)) macro
269 #define __PT_REGS_CAST(x) (x) macro