You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
yuzu/src/core/hle/kernel
Subv d192fb066d Kernel/Threads: Dynamically allocate the TLS region for threads in the BASE region of the linear heap.
Each thread gets a 0x200-byte area from the 0x1000-sized page, when all 8 thread slots in a single page are used up, the kernel allocates a new page to hold another 8 entries.

This is consistent with what the real kernel does.
10 years ago
..
address_arbiter.cpp SVC: Fixed ArbitrateAddress to behave as it does on hardware. 10 years ago
address_arbiter.h Kernel: Stop creating useless Handles during object creation 11 years ago
event.cpp svc: Make ResetType an enum class 10 years ago
event.h svc: Move ResetType enum to the kernel event header 10 years ago
kernel.cpp Kernel: Add more infrastructure to support different memory layouts 10 years ago
kernel.h Kernel: Add CodeSet case to Object::IsWaitable 11 years ago
memory.cpp Kernel/Threads: Dynamically allocate the TLS region for threads in the BASE region of the linear heap. 10 years ago
memory.h Kernel: Implement svcGetSystemInfo 10 years ago
mutex.cpp kernel: Fix svcWaitSynch to always acquire requested wait objects. 11 years ago
mutex.h General: Fix up doxygen comments 10 years ago
process.cpp Common: Remove Common::make_unique, use std::make_unique 10 years ago
process.h Kernel/Threads: Dynamically allocate the TLS region for threads in the BASE region of the linear heap. 10 years ago
resource_limit.cpp Memory: Move address type conversion routines to memory.cpp/h 10 years ago
resource_limit.h Remove every trailing whitespace from the project (but externals). 11 years ago
semaphore.cpp kernel: Fix svcWaitSynch to always acquire requested wait objects. 11 years ago
semaphore.h General: Fix up doxygen comments 10 years ago
session.cpp Explicitly instantiate constructors/destructors for Kernel objects 11 years ago
session.h session: Make helper functions constexpr 10 years ago
shared_memory.cpp HLE/SVC: Implement UnmapMemoryBlock. 10 years ago
shared_memory.h HLE/SVC: Implement UnmapMemoryBlock. 10 years ago
thread.cpp Kernel/Threads: Dynamically allocate the TLS region for threads in the BASE region of the linear heap. 10 years ago
thread.h Kernel/Threads: Dynamically allocate the TLS region for threads in the BASE region of the linear heap. 10 years ago
timer.cpp svc: Make ResetType an enum class 10 years ago
timer.h svc: Move ResetType enum to the kernel event header 10 years ago
vm_manager.cpp Memory: Implement MMIO 10 years ago
vm_manager.h Memory: Implement MMIO 10 years ago