Home
last modified time | relevance | path

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

/third_party/libbpf/src/
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
451 #ifndef __PT_REGS_CAST
452 #define __PT_REGS_CAST(x) (x) macro
485 #define PT_REGS_PARM1(x) (__PT_REGS_CAST(x)->__PT_PARM1_REG)
486 #define PT_REGS_PARM2(x) (__PT_REGS_CAST(x)->__PT_PARM2_REG)
487 #define PT_REGS_PARM3(x) (__PT_REGS_CAST(
[all...]

Completed in 3 milliseconds