| /CTR-SDK-4.2.5/include/nn/os/ARM/ |
| D | os_ExceptionHandler.h | 164 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/ |
| D | os_StackMemoryAutoStackManager.h | 123 Initialize(pAllocator, stack.GetStackBottom()); in Initialize()
|
| D | os_SimpleAutoStackManager.h | 121 Initialize(pAllocator, stack.GetStackBottom()); in Initialize()
|
| D | os_ManagedThread.h | 564 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()
|
| D | os_StackMemory.h | 146 uptr GetStackBottom() const { return GetAddress() + GetSize(); } in GetStackBottom() function
|
| D | os_StackMemoryBlock.h | 117 uptr GetStackBottom() const { return GetAddress() + GetSize(); } in GetStackBottom() function
|
| D | os_Thread.h | 760 uptr GetStackBottom() const { return reinterpret_cast<uptr>(this + 1); } in GetStackBottom() function 848 …izeAndStartImpl(info, reinterpret_cast<ThreadFunc>(f), ¶m, stack.GetStackBottom(), priority, c… in Start() 856 …izeAndStartImpl(info, reinterpret_cast<ThreadFunc>(f), ¶m, stack.GetStackBottom(), priority, c… in Start() 878 …izeAndStartImpl(info, reinterpret_cast<ThreadFunc>(f), ¶m, stack.GetStackBottom(), priority, c… in TryStart() 892 …izeAndStartImpl(info, reinterpret_cast<ThreadFunc>(f), ¶m, stack.GetStackBottom(), priority, c… in TryStart() 912 …izeAndStartImpl(info, reinterpret_cast<ThreadFunc>(f), ¶m, stack.GetStackBottom(), priority, c… in TryStart()
|
| D | os_LightAlarm.h | 57 InitializeLightAlarmSystemImpl(stack.GetStackBottom(), priority);
|
| /CTR-SDK-4.2.5/sources/libraries/os/ |
| D | os_StackMemoryAutoStackManager.cpp | 45 uptr stackBottom = stackMemory.GetStackBottom(); in Construct()
|
| D | os_StackMemoryBlock.cpp | 128 return pStackMemoryBlock->GetStackBottom(); in nnosStackMemoryBlockGetStackBottom()
|
| D | os_ManagedThread.cpp | 74 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()
|
| D | os_Default.cpp | 86 …InvokeOnOtherStack(m_DestructorStack.GetStackBottom(), &FreeStack, pStackBottom, __return_address(… in Destruct()
|
| D | os_ThreadPool.cpp | 62 uptr GetStackBottom() const { return stackBottom; } in GetStackBottom() function 101 StartExecuteThread(i, stacks[i].GetStackBottom(), workerPriority); in Initialize()
|
| D | os_StackMemory.cpp | 206 return pStackMemory->GetStackBottom(); in nnosStackMemoryGetStackBottom()
|
| D | os_Alarm.cpp | 65 stacks[i] = s_Stacks[i].GetStackBottom(); in InitializeAlarmSystem()
|
| D | os_LightAlarm.cpp | 46 uptr GetStackBottom() const { return stackBottom; } in GetStackBottom() function
|
| D | os_Thread.cpp | 46 uptr GetStackBottom() const { return stackBottom; } in GetStackBottom() function
|
| /CTR-SDK-4.2.5/sources/libraries/dbg/CTR/ |
| D | dbg_ExceptionScreen.cpp | 61 return pFound->GetStackBottom(); in FindThreadStackBottomByStackAddr() 425 m_Stack.GetStackBottom() ); in RegisterHandler()
|