unicorn/qemu/target/arm
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_ldst.h Remove armeb-softmmu and aarch64eb-softmmu 2022-02-12 14:15:54 +01:00
arm-powerctl.c import Unicorn2 2021-10-03 22:14:44 +08:00
arm-powerctl.h import Unicorn2 2021-10-03 22:14:44 +08:00
arm-semi.c import Unicorn2 2021-10-03 22:14:44 +08:00
cpu64.c Check CPU model for uc_ctl 2022-04-16 17:49:47 +02: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 Hack more to support BE32 2022-10-21 11:30:22 +02:00
crypto_helper.c import Unicorn2 2021-10-03 22:14:44 +08:00
debug_helper.c import Unicorn2 2021-10-03 22:14:44 +08:00
decode-a32-uncond.inc.c import Unicorn2 2021-10-03 22:14:44 +08:00
decode-a32.inc.c import Unicorn2 2021-10-03 22:14:44 +08:00
decode-sve.inc.c import Unicorn2 2021-10-03 22:14:44 +08:00
decode-t16.inc.c import Unicorn2 2021-10-03 22:14:44 +08:00
decode-t32.inc.c import Unicorn2 2021-10-03 22:14:44 +08:00
decode-vfp-uncond.inc.c import Unicorn2 2021-10-03 22:14:44 +08:00
decode-vfp.inc.c import Unicorn2 2021-10-03 22:14:44 +08:00
helper-a64.c import Unicorn2 2021-10-03 22:14:44 +08:00
helper-a64.h import Unicorn2 2021-10-03 22:14:44 +08:00
helper-sve.h import Unicorn2 2021-10-03 22:14:44 +08:00
helper.c Fix the regression bug 2022-02-13 09:52:00 +01:00
helper.h Implement UC_HOOK_INSN for aarch64 MRS/MSR/SYS/SYSL 2022-02-27 15:28:31 +01:00
internals.h Fix another undefined shift found by sanitizer 2022-02-12 19:57:19 +01:00
iwmmxt_helper.c import Unicorn2 2021-10-03 22:14:44 +08:00
kvm-consts.h import Unicorn2 2021-10-03 22:14:44 +08:00
m_helper.c import Unicorn2 2021-10-03 22:14:44 +08:00
neon_helper.c import Unicorn2 2021-10-03 22:14:44 +08:00
op_addsub.h import Unicorn2 2021-10-03 22:14:44 +08:00
op_helper.c Implement UC_HOOK_INSN for aarch64 MRS/MSR/SYS/SYSL 2022-02-27 15:28:31 +01:00
pauth_helper.c import Unicorn2 2021-10-03 22:14:44 +08:00
psci.c import Unicorn2 2021-10-03 22:14:44 +08:00
README import Unicorn2 2021-10-03 22:14:44 +08:00
sve_helper.c import Unicorn2 2021-10-03 22:14:44 +08:00
tlb_helper.c import Unicorn2 2021-10-03 22:14:44 +08:00
translate-a64.c Check PC range for mem hooks 2022-10-20 21:25:21 +02:00
translate-a64.h import Unicorn2 2021-10-03 22:14:44 +08:00
translate-sve.c import Unicorn2 2021-10-03 22:14:44 +08:00
translate-vfp.inc.c import Unicorn2 2021-10-03 22:14:44 +08:00
translate.c Fix BE32 usermode address XOR 2022-04-05 11:55:58 +02:00
translate.h import Unicorn2 2021-10-03 22:14:44 +08:00
unicorn_aarch64.c difference between stop_request and quit_request 2023-03-07 14:38:49 +01:00
unicorn_arm.c difference between stop_request and quit_request 2023-03-07 14:38:49 +01:00
unicorn.h Remove armeb-softmmu and aarch64eb-softmmu 2022-02-12 14:15:54 +01:00
vec_helper.c import Unicorn2 2021-10-03 22:14:44 +08:00
vfp_helper.c import Unicorn2 2021-10-03 22:14:44 +08:00

code under arm/ is from arm-softmmu/target/arm/*.inc.c
code under aarch64/ is from aarch64-softmmu/target/aarch64/*.inc.c

WARNING: these code are autogen from scripts/decodetree.py, DO NOT modify them.