Home
last modified time | relevance | path

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

/openbmc/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) */
362 #define __PT_PARM7_REG a6 macro
393 #define __PT_PARM7_REG scratch.r6 macro
426 #define __PT_PARM7_REG regs[10] macro
468 #ifndef __PT_PARM7_REG
469 #define __PT_PARM7_REG __unsupported__ macro
491 #define PT_REGS_PARM7(x) (__PT_REGS_CAST(x)->__PT_PARM7_REG)
[all …]