unicorn/qemu/target/sparc
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
..
asi.h import Unicorn2 2021-10-03 22:14:44 +08:00
cc_helper.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 Support changing cpu model for sparc 2021-11-04 19:22:08 +01:00
fop_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
int32_helper.c import Unicorn2 2021-10-03 22:14:44 +08:00
int64_helper.c import Unicorn2 2021-10-03 22:14:44 +08:00
ldst_helper.c import Unicorn2 2021-10-03 22:14:44 +08:00
mmu_helper.c import Unicorn2 2021-10-03 22:14:44 +08:00
translate.c Inline uc_tracecode when there is only exactly one hook 2021-11-21 16:44:39 +01:00
unicorn64.c Only exit TB if pc is within the memory range 2022-05-07 00:16:31 +02:00
unicorn.c Only exit TB if pc is within the memory range 2022-05-07 00:16:31 +02:00
unicorn.h Add clang-format and format code to qemu code style 2021-10-29 12:44:49 +02:00
vis_helper.c import Unicorn2 2021-10-03 22:14:44 +08:00
win_helper.c import Unicorn2 2021-10-03 22:14:44 +08:00