qemu-e2k/target/ppc
Bruno Larsen (billionai) 2b44e21949 target/ppc: added ifdefs around TCG-only code
excp_helper.c, mmu-hash64.c and mmu_helper.c have some function
declarations that are TCG-only, and couldn't be easily moved to a
TCG only file, so ifdefs were added around them.

We also needed ifdefs around some header files because helper-proto.h
includes trace/generated-helpers.h, which is never created when building
without TCG, and cpu_ldst.h includes tcg/tcg.h, whose containing folder
is not included as a -iquote. As future cleanup, we could change the
part of the configuration script to add those.

cpu_init.c also had a callback definition that is TCG only and could be
removed as part of a future cleanup (all the dump_statistics part is
almost never used and will become obsolete as we transition to using
decodetree).

Signed-off-by: Bruno Larsen (billionai) <bruno.larsen@eldorado.org.br>
Message-Id: <20210525115355.8254-3-bruno.larsen@eldorado.org.br>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
2021-06-03 13:22:06 +10:00
..
translate target/ppc: Fix load endianness for lxvwsx/lxvdsx 2021-05-19 10:44:04 +10:00
arch_dump.c target/ppc: created ppc_{store,get}_vscr for generic vscr usage 2021-05-19 10:30:28 +10:00
compat.c
cpu_init.c target/ppc: added ifdefs around TCG-only code 2021-06-03 13:22:06 +10:00
cpu-models.c
cpu-models.h
cpu-param.h
cpu-qom.h
cpu.c target/ppc: moved ppc_store_lpcr and ppc_store_msr to cpu.c 2021-06-03 13:22:06 +10:00
cpu.h target/ppc: fold ppc_store_ptcr into it's only caller 2021-06-03 13:22:06 +10:00
dfp_helper.c
excp_helper.c target/ppc: added ifdefs around TCG-only code 2021-06-03 13:22:06 +10:00
fpu_helper.c target/ppc: reduce usage of fpscr_set_rounding_mode 2021-06-03 13:22:06 +10:00
gdbstub.c target/ppc: removed unnecessary inclusion of helper-proto.h 2021-06-03 13:22:06 +10:00
helper_regs.c
helper_regs.h
helper.h target/ppc: Mark helper_raise_exception* as noreturn 2021-05-19 10:30:29 +10:00
int_helper.c target/ppc: created ppc_{store,get}_vscr for generic vscr usage 2021-05-19 10:30:28 +10:00
internal.h target/ppc: Introduce prot_for_access_type 2021-05-19 12:50:47 +10:00
kvm_ppc.h
kvm-stub.c
kvm.c
machine.c target/ppc: updated vscr manipulation in machine.c 2021-05-19 10:30:28 +10:00
mem_helper.c
meson.build target/ppc: isolated cpu init from translation logic 2021-05-19 10:30:28 +10:00
mfrom_table_gen.c
mfrom_table.c.inc
misc_helper.c target/ppc: fold ppc_store_ptcr into it's only caller 2021-06-03 13:22:06 +10:00
mmu_helper.c target/ppc: added ifdefs around TCG-only code 2021-06-03 13:22:06 +10:00
mmu-book3s-v3.c
mmu-book3s-v3.h
mmu-hash32.c target/ppc: removed unnecessary inclusion of helper-proto.h 2021-06-03 13:22:06 +10:00
mmu-hash32.h
mmu-hash64.c target/ppc: added ifdefs around TCG-only code 2021-06-03 13:22:06 +10:00
mmu-hash64.h target/ppc: moved ppc_store_lpcr to misc_helper.c 2021-05-19 10:30:28 +10:00
mmu-radix64.c target/ppc: removed unnecessary inclusion of helper-proto.h 2021-06-03 13:22:06 +10:00
mmu-radix64.h
monitor.c
spr_tcg.h target/ppc: isolated cpu init from translation logic 2021-05-19 10:30:28 +10:00
timebase_helper.c
trace-events docs: fix references to docs/devel/tracing.rst 2021-06-02 06:51:09 +02:00
trace.h
translate.c target/ppc: Use translator_loop_temp_check 2021-05-19 10:30:29 +10:00
user_only_helper.c