unicorn/qemu/target/mips
Huacai Chen 504946fb79 target/mips: Support variable page size
Traditionally, MIPS use 4KB page size, but Loongson prefer 16KB page
size in system emulator. So, let's define TARGET_PAGE_BITS_VARY and
TARGET_PAGE_BITS_MIN to support variable page size.

Backports commit ee3863b9d414f0b4a59a88f2a79b496a99d4f6dd from qemu
2020-06-14 21:09:51 -04:00
..
cp0_timer.c
cpu-param.h target/mips: Support variable page size 2020-06-14 21:09:51 -04:00
cpu-qom.h
cpu.c
cpu.h target/mips: Add implementation of GINVT instruction 2020-03-21 13:01:35 -04:00
dsp_helper.c
helper.c target/mips: Add implementation of GINVT instruction 2020-03-21 13:01:35 -04:00
helper.h target/mips: Add implementation of GINVT instruction 2020-03-21 13:01:35 -04:00
internal.h target/mips: Add implementation of GINVT instruction 2020-03-21 13:01:35 -04:00
lmi_helper.c
Makefile.objs
mips-defs.h
msa_helper.c softfloat: Replace flag with bool 2020-05-21 17:48:12 -04:00
op_helper.c target/arm: fix TCG leak for fcvt half->double 2020-03-21 13:14:47 -04:00
TODO
translate.c target/mips: Fix loongson multimedia condition instructions 2020-04-30 07:14:10 -04:00
translate_init.c
unicorn.c
unicorn.h