30 Commits (ecf27fbf8227837783f0ac558e361da33f7b8e27)

Author SHA1 Message Date
MerryMage ecf27fbf82 memory: Remove GetCurrentPageTablePointers 8 years ago
MerryMage 6b8ad273fc memory: Add GetCurrentPageTable/SetCurrentPageTable 8 years ago
Subv 71281c2114 Kernel/Memory: Changed GetPhysicalPointer so that it doesn't go through the current process' page table to obtain a pointer. 9 years ago
Subv 36100ec791 Kernel/Memory: Give each Process its own page table. 9 years ago
Yuri Kunde Schlesner 1423b3b10e Memory: Add function to flush a virtual range from the rasterizer cache 9 years ago
Yuri Kunde Schlesner 75be7907c1 Memory: Add TryVirtualToPhysicalAddress, returning a boost::optional 9 years ago
Yuri Kunde Schlesner 1dd91e371b Memory: Make PhysicalToVirtualAddress return a boost::optional 9 years ago
Yuri Kunde Schlesner 2cb9a2538b Memory: Add enum definitions for the n3DS FCRAM size 9 years ago
Yuri Kunde Schlesner 2af0a2a4b7 Memory: Add constants for the n3DS additional RAM 9 years ago
James Rowe 13888eac06 Expose page table to dynarmic for optimized reads and writes to the JIT 9 years ago
Emmanuel Gil Peyrot 1138ec0d49 Remove empty newlines in #include blocks. 9 years ago
Emmanuel Gil Peyrot 628ed4376a Sources: Run clang-format on everything. 9 years ago
wwylele 3008911345 Memory: add ReadCString function 10 years ago
Subv 9d36016350 Memory: Make ReadBlock and WriteBlock accept void pointers. 10 years ago
MerryMage c3ad268edc Memory: CopyBlock 10 years ago
MerryMage 73cc880444 Memory: ZeroBlock 10 years ago
MerryMage c1c78c27c2 Memory: ReadBlock/WriteBlock 10 years ago
MerryMage b6feee037b Memory: IsValidVirtualAddress/IsValidPhysicalAddress 10 years ago
Subv d9baef11f2 Kernel/Threads: Dynamically allocate the TLS region for threads in the BASE region of the linear heap. 10 years ago
tfarley 459035a108 HWRasterizer: Texture forwarding 10 years ago
Yuri Kunde Schlesner 91fcf7f484 Fix broken boot introduced by last-minute change in #1025 11 years ago
Yuri Kunde Schlesner 00e9d19f28 Kernel: Implement svcGetProcessInfo in a basic way 11 years ago
Yuri Kunde Schlesner e34643a3e4 Kernel: Add more infrastructure to support different memory layouts 11 years ago
Yuri Kunde Schlesner 168d376c67 Memory: Move address type conversion routines to memory.cpp/h 11 years ago
Yuri Kunde Schlesner fbcf0558f3 Memory: Move PAGE_MASK and PAGE_BITS to memory.h 11 years ago
Emmanuel Gil Peyrot 2d044a67c9 Common: Cleanup memory and misc includes. 11 years ago
Emmanuel Gil Peyrot b1503b2020 Remove every trailing whitespace from the project (but externals). 11 years ago
Yuri Kunde Schlesner dd4430609a Memory: Use a table based lookup scheme to read from memory regions 11 years ago
Yuri Kunde Schlesner 7ada357b2d Memmap: Re-organize memory function in two files 11 years ago
Yuri Kunde Schlesner a251721bf3 Memmap: Remove unused declarations 11 years ago
Subv dda94e56dd Core/Memory: Add TLS support for creating up to 300 threads 11 years ago
Yuri Kunde Schlesner 17a8cae003 Memory: Add GetPhysicalPointer helper function 11 years ago
Yuri Kunde Schlesner 28a9e4c1d5 Memory: Support more regions in the VAddr-PAddr translation functions 11 years ago
Yuri Kunde Schlesner e7b6ed7578 Memory: Sort memory region variables by VAddr 11 years ago
Yuri Kunde Schlesner 1c0b87edc2 Memory: Re-organize and rename memory area address constants 11 years ago
Yuri Kunde Schlesner 2af30d465f Process: Support parsing of exheader kernel caps 11 years ago
Yuri Kunde Schlesner 3396f352cb Common: Remove mem_arena.cpp/h 11 years ago
Yuri Kunde Schlesner c0eaa662d4 Clean-up includes 11 years ago
bunnei bbabed8e98 Memory: Properly cleanup & shutdown. 11 years ago
Yuri Kunde Schlesner 34b009cf38 Clean-up mem_map constants and fix framebuffer translation errors 11 years ago
Lioncash 9fdb311d6e dyncom: Make Load/Store instructions support big endian 11 years ago
Yuri Kunde Schlesner b5ee4f9df9 Move VAddr/PAddr typedefs to kernel.h 11 years ago
purpasmart96 d5049cbba5 MemMap: Add support for DSP Read & Writes in the memory map 11 years ago
purpasmart96 ebfd831ccb License change 11 years ago
purpasmart96 23ae8aa4d3 MemMap: Added AXI_WRAM & SHARED_PAGE along with other stuff 11 years ago
bunnei 4cb7a44d4e MemMap: Renamed "GSP" heap to "linear", as this is not specific to GSP. 11 years ago
Lioncash 3ba32d2b53 mem_map: Make enum for addresses use u32 as the underlying type 11 years ago
archshift a404ad5272 Add stub for ConvertProcessFromDspDram 11 years ago
bunnei e3886adc22 MemMap: Updated memory map to subtract base address instead of mask. 11 years ago
Lioncash 64cc6cb6cf Fix documentation of parameters 11 years ago