kern: implement KThreadLocalPage

This commit is contained in:
Michael Scire
2020-01-30 16:51:35 -08:00
parent 484f132651
commit 059c706f19
15 changed files with 295 additions and 30 deletions

View File

@@ -275,6 +275,8 @@ namespace ams::svc {
ThreadActivity_Paused = 1,
};
constexpr size_t ThreadLocalRegionSize = 0x200;
/* Process types. */
enum ProcessInfoType : u32 {
ProcessInfoType_ProcessState = 0,