Searched refs:PT_REGS_FP (Results 1 – 1 of 1) sorted by relevance
272 #define PT_REGS_FP(x) ((x)->bp) macro285 #define PT_REGS_FP(x) ((x)->gprs[11]) /* Works only with CONFIG_FRAME_POINTER */ macro298 #define PT_REGS_FP(x) ((x)->regs[29]) /* Works only with CONFIG_FRAME_POINTER */ macro311 #define PT_REGS_FP(x) ((x)->regs[30]) /* Works only with CONFIG_FRAME_POINTER */ macro358 (void *)(PT_REGS_FP(ctx) + sizeof(ip))); })