Lines Matching defs:__PT_FP_REG
105 #define __PT_FP_REG bp
127 #define __PT_FP_REG ebp
149 #define __PT_FP_REG rbp
187 #define __PT_FP_REG gprs[11] /* Works only with CONFIG_FRAME_POINTER */
212 #define __PT_FP_REG uregs[11] /* Works only with CONFIG_FRAME_POINTER */
249 #define __PT_FP_REG regs[29] /* Works only with CONFIG_FRAME_POINTER */
278 #define __PT_FP_REG regs[30] /* Works only with CONFIG_FRAME_POINTER */
312 #define __PT_FP_REG __unsupported__
338 #define __PT_FP_REG __unsupported__
373 #define __PT_FP_REG s0
406 #define __PT_FP_REG scratch.fp
439 #define __PT_FP_REG regs[22]
494 #define PT_REGS_FP(x) (__PT_REGS_CAST(x)->__PT_FP_REG)
508 #define PT_REGS_FP_CORE(x) BPF_CORE_READ(__PT_REGS_CAST(x), __PT_FP_REG)