Home
last modified time | relevance | path

Searched refs:GetStackBottom (Results 1 – 18 of 18) sorted by relevance

/CTR-SDK-4.2.5/include/nn/os/ARM/
Dos_ExceptionHandler.h164 SetUserExceptionHandler(pHandler, pStack->GetStackBottom(), pExceptionBuffer); in SetUserExceptionHandler()
227 SetUserExceptionHandlerLocal(pHandler, pStack->GetStackBottom(), pExceptionBuffer); in SetUserExceptionHandlerLocal()
274 SetUserExceptionHandler(pHandler, pStack->GetStackBottom()); in SetUserExceptionHandler()
/CTR-SDK-4.2.5/include/nn/os/
Dos_StackMemoryAutoStackManager.h123 Initialize(pAllocator, stack.GetStackBottom()); in Initialize()
Dos_SimpleAutoStackManager.h121 Initialize(pAllocator, stack.GetStackBottom()); in Initialize()
Dos_ManagedThread.h564 uptr GetStackBottom() const;
879 stack.GetStackBottom(), in TryInitialize()
891 stack.GetStackBottom(), in TryInitialize()
903 stack.GetStackBottom(), in TryInitialize()
922 stack.GetStackBottom(), in Initialize()
935 stack.GetStackBottom(), in Initialize()
948 stack.GetStackBottom(), in Initialize()
Dos_StackMemory.h146 uptr GetStackBottom() const { return GetAddress() + GetSize(); } in GetStackBottom() function
Dos_StackMemoryBlock.h117 uptr GetStackBottom() const { return GetAddress() + GetSize(); } in GetStackBottom() function
Dos_Thread.h760 uptr GetStackBottom() const { return reinterpret_cast<uptr>(this + 1); } in GetStackBottom() function
848 …izeAndStartImpl(info, reinterpret_cast<ThreadFunc>(f), &param, stack.GetStackBottom(), priority, c… in Start()
856 …izeAndStartImpl(info, reinterpret_cast<ThreadFunc>(f), &param, stack.GetStackBottom(), priority, c… in Start()
878 …izeAndStartImpl(info, reinterpret_cast<ThreadFunc>(f), &param, stack.GetStackBottom(), priority, c… in TryStart()
892 …izeAndStartImpl(info, reinterpret_cast<ThreadFunc>(f), &param, stack.GetStackBottom(), priority, c… in TryStart()
912 …izeAndStartImpl(info, reinterpret_cast<ThreadFunc>(f), &param, stack.GetStackBottom(), priority, c… in TryStart()
Dos_LightAlarm.h57 InitializeLightAlarmSystemImpl(stack.GetStackBottom(), priority);
/CTR-SDK-4.2.5/sources/libraries/os/
Dos_StackMemoryAutoStackManager.cpp45 uptr stackBottom = stackMemory.GetStackBottom(); in Construct()
Dos_StackMemoryBlock.cpp128 return pStackMemoryBlock->GetStackBottom(); in nnosStackMemoryBlockGetStackBottom()
Dos_ManagedThread.cpp74 uptr GetStackBottom() const { return stackBottom; } in GetStackBottom() function
289 uptr ManagedThread::GetStackBottom() const in GetStackBottom() function in nn::os::ManagedThread
301 return GetStackBottom() - GetStackBufferBegin(); in GetStackSize()
Dos_Default.cpp86 …InvokeOnOtherStack(m_DestructorStack.GetStackBottom(), &FreeStack, pStackBottom, __return_address(… in Destruct()
Dos_ThreadPool.cpp62 uptr GetStackBottom() const { return stackBottom; } in GetStackBottom() function
101 StartExecuteThread(i, stacks[i].GetStackBottom(), workerPriority); in Initialize()
Dos_StackMemory.cpp206 return pStackMemory->GetStackBottom(); in nnosStackMemoryGetStackBottom()
Dos_Alarm.cpp65 stacks[i] = s_Stacks[i].GetStackBottom(); in InitializeAlarmSystem()
Dos_LightAlarm.cpp46 uptr GetStackBottom() const { return stackBottom; } in GetStackBottom() function
Dos_Thread.cpp46 uptr GetStackBottom() const { return stackBottom; } in GetStackBottom() function
/CTR-SDK-4.2.5/sources/libraries/dbg/CTR/
Ddbg_ExceptionScreen.cpp61 return pFound->GetStackBottom(); in FindThreadStackBottomByStackAddr()
425 m_Stack.GetStackBottom() ); in RegisterHandler()