qemu-e2k/target
Alex Bennée 1f5c00cfdb qom/cpu: move tlb_flush to cpu_common_reset
It is a common thing amongst the various cpu reset functions want to
flush the SoftMMU's TLB entries. This is done either by calling
tlb_flush directly or by way of a general memset of the CPU
structure (sometimes both).

This moves the tlb_flush call to the common reset function and
additionally ensures it is only done for the CONFIG_SOFTMMU case and
when tcg is enabled.

In some target cases we add an empty end_of_reset_fields structure to the
target vCPU structure so have a clear end point for any memset which
is resetting value in the structure before CPU_COMMON (where the TLB
structures are).

While this is a nice clean-up in general it is also a precursor for
changes coming to cputlb for MTTCG where the clearing of entries
can't be done arbitrarily across vCPUs. Currently the cpu_reset
function is usually called from the context of another vCPU as the
architectural power up sequence is run. By using the cputlb API
functions we can ensure the right behaviour in the future.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Richard Henderson <rth@twiddle.net>
Reviewed-by: David Gibson <david@gibson.dropbear.id.au>
2017-01-13 14:24:31 +00:00
..
alpha target-alpha: Use ctpop helper 2017-01-10 08:48:56 -08:00
arm qom/cpu: move tlb_flush to cpu_common_reset 2017-01-13 14:24:31 +00:00
cris qom/cpu: move tlb_flush to cpu_common_reset 2017-01-13 14:24:31 +00:00
i386 qom/cpu: move tlb_flush to cpu_common_reset 2017-01-13 14:24:31 +00:00
lm32 qom/cpu: move tlb_flush to cpu_common_reset 2017-01-13 14:24:31 +00:00
m68k qom/cpu: move tlb_flush to cpu_common_reset 2017-01-13 14:24:31 +00:00
microblaze qom/cpu: move tlb_flush to cpu_common_reset 2017-01-13 14:24:31 +00:00
mips qom/cpu: move tlb_flush to cpu_common_reset 2017-01-13 14:24:31 +00:00
moxie qom/cpu: move tlb_flush to cpu_common_reset 2017-01-13 14:24:31 +00:00
openrisc qom/cpu: move tlb_flush to cpu_common_reset 2017-01-13 14:24:31 +00:00
ppc qom/cpu: move tlb_flush to cpu_common_reset 2017-01-13 14:24:31 +00:00
s390x qom/cpu: move tlb_flush to cpu_common_reset 2017-01-13 14:24:31 +00:00
sh4 qom/cpu: move tlb_flush to cpu_common_reset 2017-01-13 14:24:31 +00:00
sparc qom/cpu: move tlb_flush to cpu_common_reset 2017-01-13 14:24:31 +00:00
tilegx qom/cpu: move tlb_flush to cpu_common_reset 2017-01-13 14:24:31 +00:00
tricore qom/cpu: move tlb_flush to cpu_common_reset 2017-01-13 14:24:31 +00:00
unicore32 target-unicore32: Use clz opcode 2017-01-10 08:06:11 -08:00
xtensa target-xtensa: Use clrsb helper 2017-01-10 08:47:48 -08:00