Home
last modified time | relevance | path

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

/linux/tools/lib/bpf/
H A Dbpf_tracing.h235 #define __PT_PARM7_REG regs[6] macro
267 #define __PT_PARM7_REG regs[10] macro
296 #define __PT_PARM7_REG gpr[9] macro
308 #define __PT_PARM7_SYSCALL_REG __PT_PARM7_REG /* only powerpc (not powerpc64) */
366 #define __PT_PARM7_REG a6 macro
400 #define __PT_PARM7_REG scratch.r6 macro
433 #define __PT_PARM7_REG regs[10] macro
475 #ifndef __PT_PARM7_REG
476 #define __PT_PARM7_REG __unsupported__ macro
498 #define PT_REGS_PARM7(x) (__PT_REGS_CAST(x)->__PT_PARM7_REG)
[all …]