unicorn/qemu/target-mips
Alex Bennée e3e57ca08e
cputlb: drop flush_global flag from tlb_flush
We have never has the concept of global TLB entries which would avoid
the flush so we never actually use this flag. Drop it and make clear
that tlb_flush is the sledge-hammer it has always been.

Backports commit  d10eb08f5d8389c814b554d01aa2882ac58221bf from qemu
2018-03-01 19:36:04 -05:00
..
cpu-qom.h target-mips: make cpu-qom.h not target specific 2018-02-24 00:59:03 -05:00
cpu.c qom/cpu: move tlb_flush to cpu_common_reset 2018-03-01 19:21:07 -05:00
cpu.h qom/cpu: move tlb_flush to cpu_common_reset 2018-03-01 19:21:07 -05:00
dsp_helper.c target-mips: fix bad shifts in {dextp|dextpdp} 2018-03-01 09:04:41 -05:00
helper.c target-mips: fix EntryHi.EHINV being cleared on TLB exception 2018-02-25 21:02:31 -05:00
helper.h target-mips: Use clz opcode 2018-03-01 16:08:19 -05:00
lmi_helper.c mips: Clean up includes 2018-02-19 00:45:08 -05:00
Makefile.objs
mips-defs.h Clean up ill-advised or unusual header guards 2018-02-25 04:22:46 -05:00
msa_helper.c softfloat: Implement run-time-configurable meaning of signaling NaN bit 2018-02-24 20:27:12 -05:00
op_helper.c cputlb: drop flush_global flag from tlb_flush 2018-03-01 19:36:04 -05:00
TODO
translate_init.c target-mips: add 24KEc CPU definition 2018-02-26 03:50:22 -05:00
translate.c target-mips: Use clz opcode 2018-03-01 16:08:19 -05:00
unicorn.c qemu-common: push cpu.h inclusion out of qemu-common.h 2018-02-24 01:50:56 -05:00
unicorn.h