Searched refs:stackBottom (Results 1 – 10 of 10) sorted by relevance
| /CTR-SDK-0.13.2/sources/libraries/os/ |
| D | os_Default.cpp | 51 uptr stackBottom = nnosStackMemoryBlockGetStackBottom(&stackBlock); in Construct() local 52 stackBottom -= RoundUp(sizeof(nnosStackMemoryBlock), 8); in Construct() 54 … nnosStackMemoryBlock* pBlockOnStack = reinterpret_cast<nnosStackMemoryBlock*>(stackBottom); in Construct() 61 return reinterpret_cast<void*>(stackBottom); in Construct() 88 uptr stackBottom NN_IS_UNUSED_VAR, in InvokeOnOtherStack()
|
| D | os_Thread.cpp | 35 uptr stackBottom; member 36 StackBufferAdapter(uptr stackBottom) : stackBottom(stackBottom) {} in StackBufferAdapter() 37 uptr GetStackBottom() const { return stackBottom; } in GetStackBottom() 187 …dStartImpl(const TypeInfo& typeInfo, ThreadFunc f, const void* p, uptr stackBottom, s32 priority, … in TryInitializeAndStartImpl() argument 193 uptr stack = stackBottom; in TryInitializeAndStartImpl() 210 info.pStackBottom = reinterpret_cast<void*>(stackBottom); in TryInitializeAndStartImpl() 289 void nnosThreadInitializeAndStart(nnosThread* p, void (*f)(uptr), uptr param, uptr stackBottom, s32… in nnosThreadInitializeAndStart() argument 292 StackBufferAdapter stack(stackBottom); in nnosThreadInitializeAndStart() 296 bool nnosThreadTryInitializeAndStart(nnosThread* p, void (*f)(uptr), uptr param, uptr stackBottom, … in nnosThreadTryInitializeAndStart() argument 299 StackBufferAdapter stack(stackBottom); in nnosThreadTryInitializeAndStart()
|
| D | os_ThreadPool.cpp | 59 uptr stackBottom; member 60 StackBufferAdapter(uptr stackBottom) : stackBottom(stackBottom) {} in StackBufferAdapter() 61 uptr GetStackBottom() const { return stackBottom; } in GetStackBottom() 73 inline void ThreadPool::StartExecuteThread(size_t i, uptr stackBottom, s32 priority) in StartExecuteThread() argument 76 StackBufferAdapter stack(stackBottom); in StartExecuteThread()
|
| D | os_ContinuationIterator.cpp | 49 void ContinuationIteratorBase::Initialize(void *stackBottom) in Initialize() argument 51 bit32 sp = reinterpret_cast<uptr>(stackBottom); in Initialize()
|
| /CTR-SDK-0.13.2/sources/libraries/os/ARM/ |
| D | os_ExceptionHandler.cpp | 38 void SetUserExceptionHandler(UserExceptionHandler pHandler, uptr stackBottom) in SetUserExceptionHandler() argument 43 s_pTlr->handlerStackBottomAddress = stackBottom; in SetUserExceptionHandler()
|
| /CTR-SDK-0.13.2/include/nn/os/ARM/ |
| D | os_ExceptionHandler.h | 130 void SetUserExceptionHandler(UserExceptionHandler pHandler, uptr stackBottom);
|
| /CTR-SDK-0.13.2/include/nn/os/ |
| D | os_ContinuationIterator.h | 55 void Initialize(void* stackBottom);
|
| D | os_Thread.h | 654 …dStartImpl(const TypeInfo& typeInfo, ThreadFunc f, const void* p, uptr stackBottom, s32 priority, … 1028 …nitializeAndStart(nnosThread* this_, void (*f)(uptr), uptr param, uptr stackBottom, s32 priority, … 1033 …nitializeAndStart(nnosThread* this_, void (*f)(uptr), uptr param, uptr stackBottom, s32 priority, …
|
| D | os_ThreadPool.h | 201 void StartExecuteThread(size_t i, uptr stackBottom, s32 priority);
|
| /CTR-SDK-0.13.2/include/nn/svc/ |
| D | svc_Stub.h | 45 … ( nn::Handle* pOut, nn::os::ThreadFunc f, uptr param, uptr stackBottom, s32 prio, s32 …
|