Home
last modified time | relevance | path

Searched defs:stackBottom (Results 1 – 14 of 14) sorted by relevance

/CTR-SDK-4.2.8-20130828/sources/libraries/os/ARM/
Dos_ExceptionHandler.cpp24 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.8-20130828/sources/libraries/os/
Dos_SimpleAutoStackManagerBase.cpp38 void SimpleAutoStackManagerBase::Initialize(fnd::IAllocator* pAllocator, uptr stackBottom) in Initialize()
50 uptr stackBottom = m_DestructorStackBottom; in Finalize() local
Dos_Thread.cpp44 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
Dos_LightAlarm.cpp44 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()
Dos_SimpleAutoStackManager.cpp40 uptr stackBottom = reinterpret_cast<uptr>(pMemory) + stackSize; in Construct() local
Dos_StackMemoryAutoStackManager.cpp45 uptr stackBottom = stackMemory.GetStackBottom(); in Construct() local
Dos_ManagedThread.cpp72 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
Dos_Default.cpp61 uptr stackBottom = nnosStackMemoryBlockGetStackBottom(&stackBlock); in Construct() local
Dos_ThreadPool.cpp60 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()
Dos_ContinuationIterator.cpp62 void ContinuationIteratorBase::Initialize(void *stackBottom) in Initialize()
/CTR-SDK-4.2.8-20130828/include/nn/os/
Dos_StackMemoryAutoStackManager.h102 void Initialize(fnd::IAllocator* pAllocator, uptr stackBottom) in Initialize()
Dos_SimpleAutoStackManager.h100 void Initialize(fnd::IAllocator* pAllocator, uptr stackBottom) in Initialize()
Dos_Thread.h728 static Result PostStartUsingAutoStack(Thread* pThread, Result result, uptr stackBottom) in PostStartUsingAutoStack()
/CTR-SDK-4.2.8-20130828/sources/libraries/dbg/CTR/
Ddbg_ExceptionScreen.cpp436 uptr stackBottom = FindThreadStackBottomByStackAddr(stackPtr); in PutBackTraceString() local