unicorn/qemu/target/i386
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
..
arch_memory_mapping.c import Unicorn2 2021-10-03 22:14:44 +08:00
bpt_helper.c import Unicorn2 2021-10-03 22:14:44 +08:00
cc_helper_template.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 x86 2021-11-04 19:10:29 +01:00
excp_helper.c Remove MMU hacks 2023-03-28 14:02:17 +02:00
fpu_helper.c X86 instruction FTST was incorrectly overwriting ST0 instead of FT0 (#1372) 2021-10-12 08:41:57 +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
int_helper.c import Unicorn2 2021-10-03 22:14:44 +08:00
machine.c import Unicorn2 2021-10-03 22:14:44 +08:00
mem_helper.c import Unicorn2 2021-10-03 22:14:44 +08:00
misc_helper.c Better design of cpuid instruction hook 2021-12-22 20:36:56 +01:00
mpx_helper.c import Unicorn2 2021-10-03 22:14:44 +08:00
ops_sse_header.h import Unicorn2 2021-10-03 22:14:44 +08:00
ops_sse.h import Unicorn2 2021-10-03 22:14:44 +08:00
seg_helper.c import Unicorn2 2021-10-03 22:14:44 +08:00
shift_helper_template.h import Unicorn2 2021-10-03 22:14:44 +08:00
smm_helper.c import Unicorn2 2021-10-03 22:14:44 +08:00
svm_helper.c import Unicorn2 2021-10-03 22:14:44 +08:00
svm.h import Unicorn2 2021-10-03 22:14:44 +08:00
TODO import Unicorn2 2021-10-03 22:14:44 +08:00
translate.c Fix wrong IP in x86_16 because of cs_base not substracted 2023-02-20 20:21:56 +01:00
unicorn.c i386 call internal helper on special porpese register write 2023-03-28 13:50:11 +02:00
unicorn.h Add clang-format and format code to qemu code style 2021-10-29 12:44:49 +02:00
xsave_helper.c import Unicorn2 2021-10-03 22:14:44 +08:00