qemu-e2k/target-mips
Yongbok Kim f6d4dd8109 target-mips: add MAAR, MAARI register
The MAAR register is a read/write register included in Release 5
of the architecture that defines the accessibility attributes of
physical address regions. In particular, MAAR defines whether an
instruction fetch or data load can speculatively access a memory
region within the physical address bounds specified by MAAR.

As QEMU doesn't do speculative access, hence this patch only
provides ability to access the registers.

Signed-off-by: Yongbok Kim <yongbok.kim@imgtec.com>
Reviewed-by: Leon Alrae <leon.alrae@imgtec.com>
Signed-off-by: Leon Alrae <leon.alrae@imgtec.com>
2016-03-30 09:14:00 +01:00
..
cpu-qom.h
cpu.c
cpu.h target-mips: add MAAR, MAARI register 2016-03-30 09:14:00 +01:00
dsp_helper.c
gdbstub.c
helper.c
helper.h target-mips: add MAAR, MAARI register 2016-03-30 09:14:00 +01:00
kvm_mips.h
kvm.c
lmi_helper.c
machine.c target-mips: add MAAR, MAARI register 2016-03-30 09:14:00 +01:00
Makefile.objs
mips-defs.h
mips-semi.c
msa_helper.c
op_helper.c target-mips: add MAAR, MAARI register 2016-03-30 09:14:00 +01:00
TODO
translate_init.c target-mips: add MAAR, MAARI register 2016-03-30 09:14:00 +01:00
translate.c target-mips: add MAAR, MAARI register 2016-03-30 09:14:00 +01:00