Lines Matching refs:gregs
1289 uptr err = ucontext->uc_mcontext.gregs[REG_ERR]; in GetWriteFlag()
1336 *pc = ucontext->uc_mcontext.gregs[REG_RIP]; in GetPcSpBp()
1337 *bp = ucontext->uc_mcontext.gregs[REG_RBP]; in GetPcSpBp()
1338 *sp = ucontext->uc_mcontext.gregs[REG_RSP]; in GetPcSpBp()
1348 *pc = ucontext->uc_mcontext.gregs[REG_EIP]; in GetPcSpBp()
1349 *bp = ucontext->uc_mcontext.gregs[REG_EBP]; in GetPcSpBp()
1350 *sp = ucontext->uc_mcontext.gregs[REG_ESP]; in GetPcSpBp()
1368 *pc = ucontext->uc_mcontext.gregs[REG_PC]; in GetPcSpBp()
1369 *sp = ucontext->uc_mcontext.gregs[REG_O6]; in GetPcSpBp()
1376 *bp = ucontext->uc_mcontext.gregs[30]; in GetPcSpBp()
1377 *sp = ucontext->uc_mcontext.gregs[29]; in GetPcSpBp()
1385 *bp = ucontext->uc_mcontext.gregs[11]; in GetPcSpBp()
1386 *sp = ucontext->uc_mcontext.gregs[15]; in GetPcSpBp()