1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 10:18:11 +00:00
serenity/DevTools/UserspaceEmulator
Andreas Kling 2f81c20002 UserspaceEmulator: Move the SoftCPU stream virtuals to the header
They don't actually get inlined yet, but at least this devirtualizes
them which is nice.
2020-07-13 20:41:48 +02:00
..
CMakeLists.txt UserspaceEmulator: Make mmap'ed memory track read/write protection 2020-07-13 13:50:22 +02:00
Emulator.cpp UserspaceEmulator+LibX86: Turn on -O3 optimization for emulation code 2020-07-13 20:23:00 +02:00
Emulator.h UserspaceEmulator: Add some more syscalls 2020-07-13 13:50:22 +02:00
main.cpp UserspaceEmulator: Pass arguments through to emulated process 2020-07-13 13:50:22 +02:00
MmapRegion.cpp UserspaceEmulator: Add basic support for memory-mapped files 2020-07-13 13:50:22 +02:00
MmapRegion.h UserspaceEmulator: Add basic support for memory-mapped files 2020-07-13 13:50:22 +02:00
SimpleRegion.cpp UserspaceEmulator: Add a very simple instruction fetch cache 2020-07-13 20:14:14 +02:00
SimpleRegion.h UserspaceEmulator: Add a very simple instruction fetch cache 2020-07-13 20:14:14 +02:00
SoftCPU.cpp UserspaceEmulator: Move the SoftCPU stream virtuals to the header 2020-07-13 20:41:48 +02:00
SoftCPU.h UserspaceEmulator: Move the SoftCPU stream virtuals to the header 2020-07-13 20:41:48 +02:00
SoftMMU.cpp UserspaceEmulator: Add some more syscalls 2020-07-13 13:50:22 +02:00
SoftMMU.h UserspaceEmulator: Add a very simple instruction fetch cache 2020-07-13 20:14:14 +02:00