qemu-irix/include/exec
Peter Maydell aca3f40b37 target-arm: A64: Implement DC ZVA
Implement the DC ZVA instruction, which clears a block of memory.
The fast path obtains a pointer to the underlying RAM via the TCG TLB
data structure so we can do a direct memset(), with fallback to a
simple byte-store loop in the slow path.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <rth@twiddle.net>
Acked-by: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
2014-04-17 21:34:04 +01:00
..
user
address-spaces.h
cpu-all.h exec: Change cpu_abort() argument to CPUState 2014-03-13 19:52:28 +01:00
cpu-common.h exec: Make cpu_physical_memory_write_rom input an AS 2014-02-11 22:57:44 +10:00
cpu-defs.h cpu: Move breakpoints field from CPU_COMMON to CPUState 2014-03-13 19:20:47 +01:00
cputlb.h exec: Change memory_region_section_get_iotlb() argument to CPUState 2014-03-13 19:20:48 +01:00
def-helper.h
exec-all.h exec-all.h: Increase MAX_OP_PER_INSTR for ARM A64 decoder 2014-03-17 16:31:51 +00:00
gdbstub.h
gen-icount.h cpu: Move icount_decr field from CPU_COMMON to CPUState 2014-03-13 19:20:46 +01:00
hwaddr.h
ioport.h
memory-internal.h
memory.h memory_region_present: return false if address is not found in child MemoryRegion 2014-03-09 21:09:37 +02:00
poison.h
ram_addr.h exec: fix ram_list dirty map optimization 2014-02-04 16:45:22 +01:00
softmmu-semi.h
softmmu_exec.h target-arm: A64: Implement DC ZVA 2014-04-17 21:34:04 +01:00
softmmu_header.h
softmmu_template.h translate-all: Change cpu_io_recompile() argument to CPUState 2014-03-13 19:20:48 +01:00
spinlock.h