unicorn/qemu/target/mips
Takacs, Philipp e96ac42b2e Remove MMU hacks
Unicorn has included some ugly hacks to provide a envirement where vaddr == paddr.
These hacks where to use the full 64 bit mappings on x86 without init the mmu
and some memory redirect for MIPS.

The UC_TLB_CPU mode defaults to vaddr == paddr, therfor these hacks aren't
required anymore.
2023-03-28 14:02:17 +02:00
..
cp0_helper.c import Unicorn2 2021-10-03 22:14:44 +08:00
cp0_timer.c import Unicorn2 2021-10-03 22:14:44 +08:00
cpu-param.h import Unicorn2 2021-10-03 22:14:44 +08:00
cpu-qom.h import Unicorn2 2021-10-03 22:14:44 +08:00
cpu.c Remove MMU hacks 2023-03-28 14:02:17 +02:00
cpu.h import Unicorn2 2021-10-03 22:14:44 +08:00
dsp_helper.c import Unicorn2 2021-10-03 22:14:44 +08:00
fpu_helper.c import Unicorn2 2021-10-03 22:14:44 +08:00
helper.c import Unicorn2 2021-10-03 22:14:44 +08:00
helper.h Leave out size parameter in callback 2021-11-09 00:21:34 +01:00
internal.h import Unicorn2 2021-10-03 22:14:44 +08:00
lmi_helper.c import Unicorn2 2021-10-03 22:14:44 +08:00
mips-defs.h import Unicorn2 2021-10-03 22:14:44 +08:00
msa_helper.c import Unicorn2 2021-10-03 22:14:44 +08:00
op_helper.c import Unicorn2 2021-10-03 22:14:44 +08:00
TODO import Unicorn2 2021-10-03 22:14:44 +08:00
translate_init.inc.c import Unicorn2 2021-10-03 22:14:44 +08:00
translate.c Fix the undefined shift 2022-02-12 19:37:32 +01:00
unicorn.c Remove MMU hacks 2023-03-28 14:02:17 +02:00
unicorn.h Add clang-format and format code to qemu code style 2021-10-29 12:44:49 +02:00