unicorn/qemu/target
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
..
arm Remove MMU hacks 2023-03-28 14:02:17 +02:00
i386 Remove MMU hacks 2023-03-28 14:02:17 +02:00
m68k Remove MMU hacks 2023-03-28 14:02:17 +02:00
mips Remove MMU hacks 2023-03-28 14:02:17 +02:00
ppc Remove MMU hacks 2023-03-28 14:02:17 +02:00
riscv Remove MMU hacks 2023-03-28 14:02:17 +02:00
s390x Remove MMU hacks 2023-03-28 14:02:17 +02:00
sparc Remove MMU hacks 2023-03-28 14:02:17 +02:00
tricore Remove MMU hacks 2023-03-28 14:02:17 +02:00