| /CTR-SDK-4.2.5/sources/libraries/os/ARM/ |
| D | os_ExceptionHandler.cpp | 24 void SetUserExceptionHandler(UserExceptionHandler pHandler, uptr stackBottom) in SetUserExceptionHandler() 29 void SetUserExceptionHandler(UserExceptionHandler pHandler, uptr stackBottom, in SetUserExceptionHandler() 40 void SetUserExceptionHandlerLocal(UserExceptionHandler pHandler, uptr stackBottom, in SetUserExceptionHandlerLocal()
|
| /CTR-SDK-4.2.5/sources/libraries/os/ |
| D | os_SimpleAutoStackManagerBase.cpp | 38 void SimpleAutoStackManagerBase::Initialize(fnd::IAllocator* pAllocator, uptr stackBottom) in Initialize() 50 uptr stackBottom = m_DestructorStackBottom; in Finalize() local
|
| D | os_Thread.cpp | 44 uptr stackBottom; member 214 uptr stackBottom, in TryInitializeAndStartImpl() 233 uptr stackBottom, in TryInitializeAndStartImpl() 301 Result Thread::PostStartUsingAutoStack(Result result, uptr stackBottom) in PostStartUsingAutoStack() 316 const uptr stackBottom = PreStartUsingAutoStack(stackSize); in TryInitializeAndStartImplUsingAutoStack() local 369 void nnosThreadInitializeAndStart(nnosThread* p, void (*f)(uptr), uptr param, uptr stackBottom, s32… in nnosThreadInitializeAndStart() argument 376 bool nnosThreadTryInitializeAndStart(nnosThread* p, void (*f)(uptr), uptr param, uptr stackBottom, … in nnosThreadTryInitializeAndStart() argument
|
| D | os_LightAlarm.cpp | 44 uptr stackBottom; member 177 void nn::os::detail::InitializeLightAlarmSystemImplCore( uptr stackBottom, s32 priority, nn::os::de… in InitializeLightAlarmSystemImplCore() 191 void InitializeLightAlarmSystemImpl( uptr stackBottom, s32 priority ) in InitializeLightAlarmSystemImpl() 320 void nnosInitializeLightAlarmSystem( uptr stackBottom, s32 priority ) in nnosInitializeLightAlarmSystem()
|
| D | os_SimpleAutoStackManager.cpp | 40 uptr stackBottom = reinterpret_cast<uptr>(pMemory) + stackSize; in Construct() local
|
| D | os_StackMemoryAutoStackManager.cpp | 45 uptr stackBottom = stackMemory.GetStackBottom(); in Construct() local
|
| D | os_ManagedThread.cpp | 72 uptr stackBottom; member 152 …pStartParam, const TypeInfo& typeInfo, ThreadFunc f, const void* p, uptr stackBottom, size_t stack… in SetupStackAndParam() 183 …itializeImpl(const TypeInfo& typeInfo, ThreadFunc f, const void* p, uptr stackBottom, size_t stack… in TryInitializeImpl() 196 …itializeImpl(const TypeInfo& typeInfo, ThreadFunc f, const void* p, uptr stackBottom, size_t stack… in TryInitializeImpl() 234 … const uptr stackBottom = Thread::ProtectedAccessor::PreStartUsingAutoStack(&m_Thread, stackSize); in TryInitializeImplUsingAutoStack() local
|
| D | os_Default.cpp | 61 uptr stackBottom = nnosStackMemoryBlockGetStackBottom(&stackBlock); in Construct() local
|
| D | os_ThreadPool.cpp | 60 uptr stackBottom; member 74 inline void ThreadPool::StartExecuteThread(size_t i, uptr stackBottom, s32 priority) in StartExecuteThread() 245 void SingleThreadPool::Initialize(uptr stackBottom, s32 priority) in Initialize()
|
| D | os_ContinuationIterator.cpp | 62 void ContinuationIteratorBase::Initialize(void *stackBottom) in Initialize()
|
| /CTR-SDK-4.2.5/include/nn/os/ |
| D | os_StackMemoryAutoStackManager.h | 102 void Initialize(fnd::IAllocator* pAllocator, uptr stackBottom) in Initialize()
|
| D | os_SimpleAutoStackManager.h | 100 void Initialize(fnd::IAllocator* pAllocator, uptr stackBottom) in Initialize()
|
| D | os_Thread.h | 728 static Result PostStartUsingAutoStack(Thread* pThread, Result result, uptr stackBottom) in PostStartUsingAutoStack()
|
| /CTR-SDK-4.2.5/sources/libraries/dbg/CTR/ |
| D | dbg_ExceptionScreen.cpp | 436 uptr stackBottom = FindThreadStackBottomByStackAddr(stackPtr); in PutBackTraceString() local
|