Lines Matching refs:gregs
94 uint64_t gregs[32]; member
122 uint32_t gregs[19]; member
141 uint64_t gregs[23]; member
449 state.pc = reinterpret_cast<Address>(mcontext.gregs[REG_EIP]); in HandleProfilerSignal()
450 state.sp = reinterpret_cast<Address>(mcontext.gregs[REG_ESP]); in HandleProfilerSignal()
451 state.fp = reinterpret_cast<Address>(mcontext.gregs[REG_EBP]); in HandleProfilerSignal()
453 state.pc = reinterpret_cast<Address>(mcontext.gregs[REG_RIP]); in HandleProfilerSignal()
454 state.sp = reinterpret_cast<Address>(mcontext.gregs[REG_RSP]); in HandleProfilerSignal()
455 state.fp = reinterpret_cast<Address>(mcontext.gregs[REG_RBP]); in HandleProfilerSignal()
460 state.pc = reinterpret_cast<Address>(mcontext.gregs[R15]); in HandleProfilerSignal()
461 state.sp = reinterpret_cast<Address>(mcontext.gregs[R13]); in HandleProfilerSignal()
462 state.fp = reinterpret_cast<Address>(mcontext.gregs[R11]); in HandleProfilerSignal()
475 state.sp = reinterpret_cast<Address>(mcontext.gregs[29]); in HandleProfilerSignal()
476 state.fp = reinterpret_cast<Address>(mcontext.gregs[30]); in HandleProfilerSignal()
479 state.sp = reinterpret_cast<Address>(mcontext.gregs[29]); in HandleProfilerSignal()
480 state.fp = reinterpret_cast<Address>(mcontext.gregs[30]); in HandleProfilerSignal()
543 state.pc = reinterpret_cast<Address>(mcontext.gregs[REG_PC]); in HandleProfilerSignal()
544 state.sp = reinterpret_cast<Address>(mcontext.gregs[REG_SP]); in HandleProfilerSignal()
545 state.fp = reinterpret_cast<Address>(mcontext.gregs[REG_FP]); in HandleProfilerSignal()