qemu-e2k/target-arm
Peter Maydell 9e273ef217 target-arm: Add QOM property for Secure memory region
Add QOM property to the ARM CPU which boards can use to tell us what
memory region to use for secure accesses. Nonsecure accesses
go via the memory region specified with the base CPU class 'memory'
property.

By default, if no secure region is specified it is the same as the
nonsecure region, and if no nonsecure region is specified we will use
address_space_memory.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Acked-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com>
2016-01-21 14:15:06 +00:00
..
Makefile.objs target-arm: support QMP dump-guest-memory 2016-01-15 14:40:25 +00:00
arch_dump.c target-arm: dump-guest-memory: add vfp notes for arm 2016-01-15 14:55:16 +00:00
arm-semi.c target-arm: Clean up includes 2016-01-18 16:33:32 +00:00
arm_ldst.h softmmu: introduce cpu_ldst.h 2014-06-05 16:10:33 +02:00
cpu-qom.h target-arm: Add QOM property for Secure memory region 2016-01-21 14:15:06 +00:00
cpu.c target-arm: Add QOM property for Secure memory region 2016-01-21 14:15:06 +00:00
cpu.h target-arm: Add QOM property for Secure memory region 2016-01-21 14:15:06 +00:00
cpu64.c target-arm: Clean up includes 2016-01-18 16:33:32 +00:00
crypto_helper.c target-arm: Clean up includes 2016-01-18 16:33:32 +00:00
gdbstub.c target-arm: Clean up includes 2016-01-18 16:33:32 +00:00
gdbstub64.c target-arm: Clean up includes 2016-01-18 16:33:32 +00:00
helper-a64.c target-arm: Clean up includes 2016-01-18 16:33:32 +00:00
helper-a64.h target-arm: A64: Implement CRC instructions 2014-06-09 16:06:12 +01:00
helper.c target-arm: Clean up includes 2016-01-18 16:33:32 +00:00
helper.h target-arm: Fix CPU breakpoint handling 2015-10-16 14:48:56 +01:00
internals.h target-arm: Use the right MMU index in arm_regime_using_lpae_format 2016-01-15 14:10:02 +00:00
iwmmxt_helper.c target-arm: Clean up includes 2016-01-18 16:33:32 +00:00
kvm-consts.h target-arm/kvm64: Add cortex-a53 cpu support 2015-06-15 18:06:08 +01:00
kvm-stub.c target-arm: Clean up includes 2016-01-18 16:33:32 +00:00
kvm.c target-arm: Clean up includes 2016-01-18 16:33:32 +00:00
kvm32.c target-arm: Clean up includes 2016-01-18 16:33:32 +00:00
kvm64.c target-arm: Clean up includes 2016-01-18 16:33:32 +00:00
kvm_arm.h target-arm: kvm - add support for HW assisted debug 2015-12-17 13:37:15 +00:00
machine.c target-arm: Clean up includes 2016-01-18 16:33:32 +00:00
neon_helper.c target-arm: Clean up includes 2016-01-18 16:33:32 +00:00
op_addsub.h
op_helper.c target-arm: Clean up includes 2016-01-18 16:33:32 +00:00
psci.c target-arm: Clean up includes 2016-01-18 16:33:32 +00:00
translate-a64.c target-arm: Clean up includes 2016-01-18 16:33:32 +00:00
translate.c target-arm: Clean up includes 2016-01-18 16:33:32 +00:00
translate.h tcg: Remove gen_intermediate_code_pc 2015-10-07 20:36:52 +11:00