Home | History | Annotate | Download | only in x86_64

Lines Matching defs:SetGPRState

136         err = SetGPRState();
447 DNBArchImplX86_64::SetGPRState()
450 DNBLogThreadedIf (LOG_THREAD, "thread = 0x%4.4x calling thread_abort_safely (tid) => %u (SetGPRState() for stop_count = %u)", m_thread->MachPortNumber(), kret, m_thread->Process()->StopCount());
620 SetGPRState ();
958 return SetGPRState();
2009 if ((kret = SetGPRState()) != KERN_SUCCESS)
2043 case e_regSetALL: return SetGPRState() | SetFPUState() | SetEXCState();
2044 case e_regSetGPR: return SetGPRState();