exec: Restrict 'cpu_ldst.h' to accel/tcg/

Mechanical change using:

  $ sed -i -e 's,exec/cpu_ldst,accel/tcg/cpu-ldst,' \
        $(git grep -l exec/cpu_ldst.h)

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
This commit is contained in:
Philippe Mathieu-Daudé 2025-04-01 10:14:36 +02:00 committed by Richard Henderson
parent 231a1c0ff4
commit 42fa9665e5
61 changed files with 63 additions and 63 deletions

View file

@ -23,7 +23,7 @@
#include "exec/exec-all.h" #include "exec/exec-all.h"
#include "exec/page-protection.h" #include "exec/page-protection.h"
#include "system/memory.h" #include "system/memory.h"
#include "exec/cpu_ldst.h" #include "accel/tcg/cpu-ldst.h"
#include "exec/cputlb.h" #include "exec/cputlb.h"
#include "exec/tb-flush.h" #include "exec/tb-flush.h"
#include "system/ram_addr.h" #include "system/ram_addr.h"

View file

@ -26,7 +26,7 @@
#include "tcg/tcg.h" #include "tcg/tcg.h"
#include "qemu/bitops.h" #include "qemu/bitops.h"
#include "qemu/rcu.h" #include "qemu/rcu.h"
#include "exec/cpu_ldst.h" #include "accel/tcg/cpu-ldst.h"
#include "user/cpu_loop.h" #include "user/cpu_loop.h"
#include "qemu/main-loop.h" #include "qemu/main-loop.h"
#include "user/page-protection.h" #include "user/page-protection.h"

View file

@ -22,7 +22,7 @@
#include "qemu/int128.h" #include "qemu/int128.h"
#include "cpu.h" #include "cpu.h"
#include "qemu/units.h" #include "qemu/units.h"
#include "exec/cpu_ldst.h" #include "accel/tcg/cpu-ldst.h"
#include "exec/exec-all.h" #include "exec/exec-all.h"
#include "user/abitypes.h" #include "user/abitypes.h"

View file

@ -59,8 +59,8 @@
* The "mmu" suffix carries the full MemOpIdx, with both mmu_idx and the * The "mmu" suffix carries the full MemOpIdx, with both mmu_idx and the
* MemOp including alignment requirements. The alignment will be enforced. * MemOp including alignment requirements. The alignment will be enforced.
*/ */
#ifndef CPU_LDST_H #ifndef ACCEL_TCG_CPU_LDST_H
#define CPU_LDST_H #define ACCEL_TCG_CPU_LDST_H
#ifndef CONFIG_TCG #ifndef CONFIG_TCG
#error Can only include this header with TCG #error Can only include this header with TCG
@ -560,4 +560,4 @@ static inline void clear_helper_retaddr(void)
#define clear_helper_retaddr() do { } while (0) #define clear_helper_retaddr() do { } while (0)
#endif #endif
#endif /* CPU_LDST_H */ #endif /* ACCEL_TCG_CPU_LDST_H */

View file

@ -21,7 +21,7 @@
#define EXEC_ALL_H #define EXEC_ALL_H
#if defined(CONFIG_USER_ONLY) #if defined(CONFIG_USER_ONLY)
#include "exec/cpu_ldst.h" #include "accel/tcg/cpu-ldst.h"
#endif #endif
#include "exec/mmu-access-type.h" #include "exec/mmu-access-type.h"
#include "exec/translation-block.h" #include "exec/translation-block.h"

View file

@ -2,7 +2,7 @@
#define QEMU_H #define QEMU_H
#include "cpu.h" #include "cpu.h"
#include "exec/cpu_ldst.h" #include "accel/tcg/cpu-ldst.h"
#include "user/abitypes.h" #include "user/abitypes.h"
#include "user/page-protection.h" #include "user/page-protection.h"

View file

@ -21,7 +21,7 @@
#include "cpu.h" #include "cpu.h"
#include "exec/helper-proto.h" #include "exec/helper-proto.h"
#include "exec/exec-all.h" #include "exec/exec-all.h"
#include "exec/cpu_ldst.h" #include "accel/tcg/cpu-ldst.h"
static void do_unaligned_access(CPUAlphaState *env, vaddr addr, uintptr_t retaddr) static void do_unaligned_access(CPUAlphaState *env, vaddr addr, uintptr_t retaddr)
{ {

View file

@ -30,7 +30,7 @@
#include "qemu/crc32c.h" #include "qemu/crc32c.h"
#include "exec/cpu-common.h" #include "exec/cpu-common.h"
#include "exec/exec-all.h" #include "exec/exec-all.h"
#include "exec/cpu_ldst.h" #include "accel/tcg/cpu-ldst.h"
#include "exec/target_page.h" #include "exec/target_page.h"
#include "exec/tlb-flags.h" #include "exec/tlb-flags.h"
#include "qemu/int128.h" #include "qemu/int128.h"

View file

@ -18,7 +18,7 @@
#include "exec/exec-all.h" #include "exec/exec-all.h"
#include "exec/page-protection.h" #include "exec/page-protection.h"
#ifdef CONFIG_TCG #ifdef CONFIG_TCG
#include "exec/cpu_ldst.h" #include "accel/tcg/cpu-ldst.h"
#include "semihosting/common-semi.h" #include "semihosting/common-semi.h"
#endif #endif
#if !defined(CONFIG_USER_ONLY) #if !defined(CONFIG_USER_ONLY)

View file

@ -29,7 +29,7 @@
#else #else
#include "system/ram_addr.h" #include "system/ram_addr.h"
#endif #endif
#include "exec/cpu_ldst.h" #include "accel/tcg/cpu-ldst.h"
#include "exec/helper-proto.h" #include "exec/helper-proto.h"
#include "exec/tlb-flags.h" #include "exec/tlb-flags.h"
#include "accel/tcg/cpu-ops.h" #include "accel/tcg/cpu-ops.h"

View file

@ -22,7 +22,7 @@
#include "internals.h" #include "internals.h"
#include "vec_internal.h" #include "vec_internal.h"
#include "exec/helper-proto.h" #include "exec/helper-proto.h"
#include "exec/cpu_ldst.h" #include "accel/tcg/cpu-ldst.h"
#include "exec/exec-all.h" #include "exec/exec-all.h"
#include "tcg/tcg.h" #include "tcg/tcg.h"
#include "fpu/softfloat.h" #include "fpu/softfloat.h"

View file

@ -24,7 +24,7 @@
#include "internals.h" #include "internals.h"
#include "cpu-features.h" #include "cpu-features.h"
#include "exec/exec-all.h" #include "exec/exec-all.h"
#include "exec/cpu_ldst.h" #include "accel/tcg/cpu-ldst.h"
#include "cpregs.h" #include "cpregs.h"
#define SIGNBIT (uint32_t)0x80000000 #define SIGNBIT (uint32_t)0x80000000

View file

@ -22,7 +22,7 @@
#include "internals.h" #include "internals.h"
#include "cpu-features.h" #include "cpu-features.h"
#include "exec/exec-all.h" #include "exec/exec-all.h"
#include "exec/cpu_ldst.h" #include "accel/tcg/cpu-ldst.h"
#include "exec/helper-proto.h" #include "exec/helper-proto.h"
#include "tcg/tcg-gvec-desc.h" #include "tcg/tcg-gvec-desc.h"
#include "qemu/xxhash.h" #include "qemu/xxhash.h"

View file

@ -22,7 +22,7 @@
#include "internals.h" #include "internals.h"
#include "tcg/tcg-gvec-desc.h" #include "tcg/tcg-gvec-desc.h"
#include "exec/helper-proto.h" #include "exec/helper-proto.h"
#include "exec/cpu_ldst.h" #include "accel/tcg/cpu-ldst.h"
#include "exec/exec-all.h" #include "exec/exec-all.h"
#include "qemu/int128.h" #include "qemu/int128.h"
#include "fpu/softfloat.h" #include "fpu/softfloat.h"

View file

@ -20,7 +20,7 @@
#ifndef TARGET_ARM_SVE_LDST_INTERNAL_H #ifndef TARGET_ARM_SVE_LDST_INTERNAL_H
#define TARGET_ARM_SVE_LDST_INTERNAL_H #define TARGET_ARM_SVE_LDST_INTERNAL_H
#include "exec/cpu_ldst.h" #include "accel/tcg/cpu-ldst.h"
/* /*
* Load one element into @vd + @reg_off from @host. * Load one element into @vd + @reg_off from @host.

View file

@ -27,7 +27,7 @@
#include "exec/cputlb.h" #include "exec/cputlb.h"
#include "exec/page-protection.h" #include "exec/page-protection.h"
#include "exec/target_page.h" #include "exec/target_page.h"
#include "exec/cpu_ldst.h" #include "accel/tcg/cpu-ldst.h"
#include "exec/helper-proto.h" #include "exec/helper-proto.h"
bool avr_cpu_exec_interrupt(CPUState *cs, int interrupt_request) bool avr_cpu_exec_interrupt(CPUState *cs, int interrupt_request)

View file

@ -18,7 +18,7 @@
#include "qemu/osdep.h" #include "qemu/osdep.h"
#include "qemu/log.h" #include "qemu/log.h"
#include "exec/exec-all.h" #include "exec/exec-all.h"
#include "exec/cpu_ldst.h" #include "accel/tcg/cpu-ldst.h"
#include "exec/helper-proto.h" #include "exec/helper-proto.h"
#include "fpu/softfloat.h" #include "fpu/softfloat.h"
#include "cpu.h" #include "cpu.h"

View file

@ -23,7 +23,7 @@
#include "exec/helper-gen.h" #include "exec/helper-gen.h"
#include "exec/helper-proto.h" #include "exec/helper-proto.h"
#include "exec/translation-block.h" #include "exec/translation-block.h"
#include "exec/cpu_ldst.h" #include "accel/tcg/cpu-ldst.h"
#include "exec/log.h" #include "exec/log.h"
#include "internal.h" #include "internal.h"
#include "attribs.h" #include "attribs.h"

View file

@ -22,7 +22,7 @@
#include "cpu.h" #include "cpu.h"
#include "exec/exec-all.h" #include "exec/exec-all.h"
#include "exec/helper-proto.h" #include "exec/helper-proto.h"
#include "exec/cpu_ldst.h" #include "accel/tcg/cpu-ldst.h"
#include "qemu/timer.h" #include "qemu/timer.h"
#include "trace.h" #include "trace.h"
#ifdef CONFIG_USER_ONLY #ifdef CONFIG_USER_ONLY

View file

@ -3,7 +3,7 @@
#include "qemu/osdep.h" #include "qemu/osdep.h"
#include "cpu.h" #include "cpu.h"
#include "exec/cpu_ldst.h" #include "accel/tcg/cpu-ldst.h"
#include "exec/exec-all.h" #include "exec/exec-all.h"
#include "exec/target_page.h" #include "exec/target_page.h"
#include "access.h" #include "access.h"

View file

@ -22,7 +22,7 @@
#include "cpu.h" #include "cpu.h"
#include "tcg-cpu.h" #include "tcg-cpu.h"
#include "exec/cputlb.h" #include "exec/cputlb.h"
#include "exec/cpu_ldst.h" #include "accel/tcg/cpu-ldst.h"
#include "exec/helper-proto.h" #include "exec/helper-proto.h"
#include "fpu/softfloat.h" #include "fpu/softfloat.h"
#include "fpu/softfloat-macros.h" #include "fpu/softfloat-macros.h"

View file

@ -21,7 +21,7 @@
#include "cpu.h" #include "cpu.h"
#include "exec/helper-proto.h" #include "exec/helper-proto.h"
#include "exec/exec-all.h" #include "exec/exec-all.h"
#include "exec/cpu_ldst.h" #include "accel/tcg/cpu-ldst.h"
#include "qemu/int128.h" #include "qemu/int128.h"
#include "qemu/atomic128.h" #include "qemu/atomic128.h"
#include "tcg/tcg.h" #include "tcg/tcg.h"

View file

@ -20,7 +20,7 @@
#include "qemu/osdep.h" #include "qemu/osdep.h"
#include "cpu.h" #include "cpu.h"
#include "exec/helper-proto.h" #include "exec/helper-proto.h"
#include "exec/cpu_ldst.h" #include "accel/tcg/cpu-ldst.h"
#include "exec/exec-all.h" #include "exec/exec-all.h"
#include "exec/target_page.h" #include "exec/target_page.h"
#include "helper-tcg.h" #include "helper-tcg.h"

View file

@ -23,7 +23,7 @@
#include "qemu/log.h" #include "qemu/log.h"
#include "exec/helper-proto.h" #include "exec/helper-proto.h"
#include "exec/exec-all.h" #include "exec/exec-all.h"
#include "exec/cpu_ldst.h" #include "accel/tcg/cpu-ldst.h"
#include "exec/log.h" #include "exec/log.h"
#include "helper-tcg.h" #include "helper-tcg.h"
#include "seg_helper.h" #include "seg_helper.h"

View file

@ -19,7 +19,7 @@
#include "qemu/osdep.h" #include "qemu/osdep.h"
#include "cpu.h" #include "cpu.h"
#include "exec/cpu_ldst.h" #include "accel/tcg/cpu-ldst.h"
#include "exec/cputlb.h" #include "exec/cputlb.h"
#include "exec/page-protection.h" #include "exec/page-protection.h"
#include "exec/target_page.h" #include "exec/target_page.h"

View file

@ -21,7 +21,7 @@
#include "qemu/main-loop.h" #include "qemu/main-loop.h"
#include "cpu.h" #include "cpu.h"
#include "exec/helper-proto.h" #include "exec/helper-proto.h"
#include "exec/cpu_ldst.h" #include "accel/tcg/cpu-ldst.h"
#include "system/address-spaces.h" #include "system/address-spaces.h"
#include "system/memory.h" #include "system/memory.h"
#include "exec/cputlb.h" #include "exec/cputlb.h"

View file

@ -23,7 +23,7 @@
#include "qemu/main-loop.h" #include "qemu/main-loop.h"
#include "cpu.h" #include "cpu.h"
#include "exec/helper-proto.h" #include "exec/helper-proto.h"
#include "exec/cpu_ldst.h" #include "accel/tcg/cpu-ldst.h"
#include "tcg/helper-tcg.h" #include "tcg/helper-tcg.h"
#include "../seg_helper.h" #include "../seg_helper.h"

View file

@ -22,7 +22,7 @@
#include "cpu.h" #include "cpu.h"
#include "exec/helper-proto.h" #include "exec/helper-proto.h"
#include "exec/cputlb.h" #include "exec/cputlb.h"
#include "exec/cpu_ldst.h" #include "accel/tcg/cpu-ldst.h"
#include "tcg/helper-tcg.h" #include "tcg/helper-tcg.h"
/* Secure Virtual Machine helpers */ /* Secure Virtual Machine helpers */

View file

@ -22,7 +22,7 @@
#include "cpu.h" #include "cpu.h"
#include "exec/helper-proto.h" #include "exec/helper-proto.h"
#include "exec/exec-all.h" #include "exec/exec-all.h"
#include "exec/cpu_ldst.h" #include "accel/tcg/cpu-ldst.h"
#include "tcg/helper-tcg.h" #include "tcg/helper-tcg.h"
#include "tcg/seg_helper.h" #include "tcg/seg_helper.h"

View file

@ -29,7 +29,7 @@
#include <linux/kvm.h> #include <linux/kvm.h>
#endif #endif
#ifdef CONFIG_TCG #ifdef CONFIG_TCG
#include "exec/cpu_ldst.h" #include "accel/tcg/cpu-ldst.h"
#include "tcg/tcg.h" #include "tcg/tcg.h"
#endif #endif

View file

@ -13,7 +13,7 @@
#include "qemu/host-utils.h" #include "qemu/host-utils.h"
#include "exec/helper-proto.h" #include "exec/helper-proto.h"
#include "exec/cputlb.h" #include "exec/cputlb.h"
#include "exec/cpu_ldst.h" #include "accel/tcg/cpu-ldst.h"
#include "hw/irq.h" #include "hw/irq.h"
#include "cpu-csr.h" #include "cpu-csr.h"

View file

@ -9,7 +9,7 @@
#include "cpu.h" #include "cpu.h"
#include "exec/helper-proto.h" #include "exec/helper-proto.h"
#include "exec/exec-all.h" #include "exec/exec-all.h"
#include "exec/cpu_ldst.h" #include "accel/tcg/cpu-ldst.h"
#include "fpu/softfloat.h" #include "fpu/softfloat.h"
#include "internals.h" #include "internals.h"

View file

@ -10,7 +10,7 @@
#include "qemu/host-utils.h" #include "qemu/host-utils.h"
#include "exec/helper-proto.h" #include "exec/helper-proto.h"
#include "exec/exec-all.h" #include "exec/exec-all.h"
#include "exec/cpu_ldst.h" #include "accel/tcg/cpu-ldst.h"
#define GET_MEMTXATTRS(cas) \ #define GET_MEMTXATTRS(cas) \
((MemTxAttrs){.requester_id = env_cpu(cas)->cpu_index}) ((MemTxAttrs){.requester_id = env_cpu(cas)->cpu_index})

View file

@ -11,7 +11,7 @@
#include "qemu/host-utils.h" #include "qemu/host-utils.h"
#include "exec/helper-proto.h" #include "exec/helper-proto.h"
#include "exec/exec-all.h" #include "exec/exec-all.h"
#include "exec/cpu_ldst.h" #include "accel/tcg/cpu-ldst.h"
#include "internals.h" #include "internals.h"
#include "qemu/crc32c.h" #include "qemu/crc32c.h"
#include <zlib.h> /* for crc32 */ #include <zlib.h> /* for crc32 */

View file

@ -16,7 +16,7 @@
#include "exec/exec-all.h" #include "exec/exec-all.h"
#include "exec/page-protection.h" #include "exec/page-protection.h"
#include "exec/target_page.h" #include "exec/target_page.h"
#include "exec/cpu_ldst.h" #include "accel/tcg/cpu-ldst.h"
#include "exec/log.h" #include "exec/log.h"
#include "cpu-csr.h" #include "cpu-csr.h"

View file

@ -22,7 +22,7 @@
#include "cpu.h" #include "cpu.h"
#include "exec/helper-proto.h" #include "exec/helper-proto.h"
#include "exec/exec-all.h" #include "exec/exec-all.h"
#include "exec/cpu_ldst.h" #include "accel/tcg/cpu-ldst.h"
#include "softfloat.h" #include "softfloat.h"
/* /*

View file

@ -21,7 +21,7 @@
#include "cpu.h" #include "cpu.h"
#include "exec/helper-proto.h" #include "exec/helper-proto.h"
#include "exec/exec-all.h" #include "exec/exec-all.h"
#include "exec/cpu_ldst.h" #include "accel/tcg/cpu-ldst.h"
#include "semihosting/semihost.h" #include "semihosting/semihost.h"
#if !defined(CONFIG_USER_ONLY) #if !defined(CONFIG_USER_ONLY)

View file

@ -28,7 +28,7 @@
#include "qemu/module.h" #include "qemu/module.h"
#include "hw/qdev-properties.h" #include "hw/qdev-properties.h"
#include "exec/exec-all.h" #include "exec/exec-all.h"
#include "exec/cpu_ldst.h" #include "accel/tcg/cpu-ldst.h"
#include "exec/gdbstub.h" #include "exec/gdbstub.h"
#include "exec/translation-block.h" #include "exec/translation-block.h"
#include "fpu/softfloat-helpers.h" #include "fpu/softfloat-helpers.h"

View file

@ -24,7 +24,7 @@
#include "exec/helper-proto.h" #include "exec/helper-proto.h"
#include "qemu/host-utils.h" #include "qemu/host-utils.h"
#include "exec/exec-all.h" #include "exec/exec-all.h"
#include "exec/cpu_ldst.h" #include "accel/tcg/cpu-ldst.h"
#include "fpu/softfloat.h" #include "fpu/softfloat.h"
void helper_put(uint32_t id, uint32_t ctrl, uint32_t data) void helper_put(uint32_t id, uint32_t ctrl, uint32_t data)

View file

@ -21,7 +21,7 @@
#include "qemu/osdep.h" #include "qemu/osdep.h"
#include "cpu.h" #include "cpu.h"
#include "exec/exec-all.h" #include "exec/exec-all.h"
#include "exec/cpu_ldst.h" #include "accel/tcg/cpu-ldst.h"
#include "tcg/tcg-op.h" #include "tcg/tcg-op.h"
#include "exec/helper-proto.h" #include "exec/helper-proto.h"
#include "exec/helper-gen.h" #include "exec/helper-gen.h"

View file

@ -24,7 +24,7 @@
#include "cpu.h" #include "cpu.h"
#include "exec/helper-proto.h" #include "exec/helper-proto.h"
#include "exec/exec-all.h" #include "exec/exec-all.h"
#include "exec/cpu_ldst.h" #include "accel/tcg/cpu-ldst.h"
#include "exec/memop.h" #include "exec/memop.h"
#include "internal.h" #include "internal.h"

View file

@ -22,7 +22,7 @@
#include "internal.h" #include "internal.h"
#include "tcg/tcg.h" #include "tcg/tcg.h"
#include "exec/exec-all.h" #include "exec/exec-all.h"
#include "exec/cpu_ldst.h" #include "accel/tcg/cpu-ldst.h"
#include "exec/helper-proto.h" #include "exec/helper-proto.h"
#include "exec/memop.h" #include "exec/memop.h"
#include "exec/target_page.h" #include "exec/target_page.h"

View file

@ -25,7 +25,7 @@
#include "exec/exec-all.h" #include "exec/exec-all.h"
#include "exec/page-protection.h" #include "exec/page-protection.h"
#include "exec/target_page.h" #include "exec/target_page.h"
#include "exec/cpu_ldst.h" #include "accel/tcg/cpu-ldst.h"
#include "exec/log.h" #include "exec/log.h"
#include "exec/helper-proto.h" #include "exec/helper-proto.h"

View file

@ -24,7 +24,7 @@
#include "qemu/host-utils.h" #include "qemu/host-utils.h"
#include "exec/helper-proto.h" #include "exec/helper-proto.h"
#include "helper_regs.h" #include "helper_regs.h"
#include "exec/cpu_ldst.h" #include "accel/tcg/cpu-ldst.h"
#include "internal.h" #include "internal.h"
#include "qemu/atomic128.h" #include "qemu/atomic128.h"

View file

@ -37,7 +37,7 @@
#include "mmu-radix64.h" #include "mmu-radix64.h"
#include "mmu-booke.h" #include "mmu-booke.h"
#include "exec/helper-proto.h" #include "exec/helper-proto.h"
#include "exec/cpu_ldst.h" #include "accel/tcg/cpu-ldst.h"
/* #define FLUSH_ALL_TLBS */ /* #define FLUSH_ALL_TLBS */

View file

@ -20,7 +20,7 @@
#include "qemu/main-loop.h" #include "qemu/main-loop.h"
#include "qemu/log.h" #include "qemu/log.h"
#include "target/ppc/cpu.h" #include "target/ppc/cpu.h"
#include "exec/cpu_ldst.h" #include "accel/tcg/cpu-ldst.h"
#include "exec/exec-all.h" #include "exec/exec-all.h"
#include "exec/helper-proto.h" #include "exec/helper-proto.h"
#include "system/runstate.h" #include "system/runstate.h"

View file

@ -23,7 +23,7 @@
#include "internals.h" #include "internals.h"
#include "exec/exec-all.h" #include "exec/exec-all.h"
#include "exec/cputlb.h" #include "exec/cputlb.h"
#include "exec/cpu_ldst.h" #include "accel/tcg/cpu-ldst.h"
#include "exec/helper-proto.h" #include "exec/helper-proto.h"
#include "exec/tlb-flags.h" #include "exec/tlb-flags.h"
#include "trace.h" #include "trace.h"

View file

@ -22,7 +22,7 @@
#include "cpu.h" #include "cpu.h"
#include "exec/memop.h" #include "exec/memop.h"
#include "exec/exec-all.h" #include "exec/exec-all.h"
#include "exec/cpu_ldst.h" #include "accel/tcg/cpu-ldst.h"
#include "exec/page-protection.h" #include "exec/page-protection.h"
#include "exec/helper-proto.h" #include "exec/helper-proto.h"
#include "exec/tlb-flags.h" #include "exec/tlb-flags.h"

View file

@ -20,7 +20,7 @@
#include "cpu.h" #include "cpu.h"
#include "exec/exec-all.h" #include "exec/exec-all.h"
#include "exec/helper-proto.h" #include "exec/helper-proto.h"
#include "exec/cpu_ldst.h" #include "accel/tcg/cpu-ldst.h"
target_ulong HELPER(cm_jalt)(CPURISCVState *env, uint32_t index) target_ulong HELPER(cm_jalt)(CPURISCVState *env, uint32_t index)
{ {

View file

@ -20,7 +20,7 @@
#include "qemu/bitops.h" #include "qemu/bitops.h"
#include "cpu.h" #include "cpu.h"
#include "exec/log.h" #include "exec/log.h"
#include "exec/cpu_ldst.h" #include "accel/tcg/cpu-ldst.h"
#include "hw/irq.h" #include "hw/irq.h"
void rx_cpu_unpack_psw(CPURXState *env, uint32_t psw, int rte) void rx_cpu_unpack_psw(CPURXState *env, uint32_t psw, int rte)

View file

@ -21,7 +21,7 @@
#include "cpu.h" #include "cpu.h"
#include "exec/exec-all.h" #include "exec/exec-all.h"
#include "exec/helper-proto.h" #include "exec/helper-proto.h"
#include "exec/cpu_ldst.h" #include "accel/tcg/cpu-ldst.h"
#include "fpu/softfloat.h" #include "fpu/softfloat.h"
#include "tcg/debug-assert.h" #include "tcg/debug-assert.h"

View file

@ -18,7 +18,7 @@
#include "tcg_s390x.h" #include "tcg_s390x.h"
#include "exec/helper-proto.h" #include "exec/helper-proto.h"
#include "exec/exec-all.h" #include "exec/exec-all.h"
#include "exec/cpu_ldst.h" #include "accel/tcg/cpu-ldst.h"
static uint64_t R(uint64_t x, int c) static uint64_t R(uint64_t x, int c)
{ {

View file

@ -25,7 +25,7 @@
#include "exec/exec-all.h" #include "exec/exec-all.h"
#include "qemu/host-utils.h" #include "qemu/host-utils.h"
#include "exec/helper-proto.h" #include "exec/helper-proto.h"
#include "exec/cpu_ldst.h" #include "accel/tcg/cpu-ldst.h"
/* #define DEBUG_HELPER */ /* #define DEBUG_HELPER */
#ifdef DEBUG_HELPER #ifdef DEBUG_HELPER

View file

@ -28,7 +28,7 @@
#include "exec/exec-all.h" #include "exec/exec-all.h"
#include "exec/cputlb.h" #include "exec/cputlb.h"
#include "exec/page-protection.h" #include "exec/page-protection.h"
#include "exec/cpu_ldst.h" #include "accel/tcg/cpu-ldst.h"
#include "exec/target_page.h" #include "exec/target_page.h"
#include "exec/tlb-flags.h" #include "exec/tlb-flags.h"
#include "accel/tcg/cpu-ops.h" #include "accel/tcg/cpu-ops.h"

View file

@ -28,7 +28,7 @@
#include "qemu/timer.h" #include "qemu/timer.h"
#include "exec/exec-all.h" #include "exec/exec-all.h"
#include "exec/cputlb.h" #include "exec/cputlb.h"
#include "exec/cpu_ldst.h" #include "accel/tcg/cpu-ldst.h"
#include "exec/target_page.h" #include "exec/target_page.h"
#include "qapi/error.h" #include "qapi/error.h"
#include "tcg_s390x.h" #include "tcg_s390x.h"

View file

@ -16,7 +16,7 @@
#include "tcg/tcg.h" #include "tcg/tcg.h"
#include "tcg/tcg-gvec-desc.h" #include "tcg/tcg-gvec-desc.h"
#include "exec/helper-proto.h" #include "exec/helper-proto.h"
#include "exec/cpu_ldst.h" #include "accel/tcg/cpu-ldst.h"
#include "exec/exec-all.h" #include "exec/exec-all.h"
void HELPER(gvec_vbperm)(void *v1, const void *v2, const void *v3, void HELPER(gvec_vbperm)(void *v1, const void *v2, const void *v3,

View file

@ -20,7 +20,7 @@
#include "cpu.h" #include "cpu.h"
#include "exec/helper-proto.h" #include "exec/helper-proto.h"
#include "exec/exec-all.h" #include "exec/exec-all.h"
#include "exec/cpu_ldst.h" #include "accel/tcg/cpu-ldst.h"
#include "fpu/softfloat.h" #include "fpu/softfloat.h"
#ifndef CONFIG_USER_ONLY #ifndef CONFIG_USER_ONLY

View file

@ -21,7 +21,7 @@
#include "qemu/main-loop.h" #include "qemu/main-loop.h"
#include "cpu.h" #include "cpu.h"
#include "trace.h" #include "trace.h"
#include "exec/cpu_ldst.h" #include "accel/tcg/cpu-ldst.h"
#include "exec/log.h" #include "exec/log.h"
#include "system/runstate.h" #include "system/runstate.h"

View file

@ -27,7 +27,7 @@
#include "exec/cputlb.h" #include "exec/cputlb.h"
#include "exec/page-protection.h" #include "exec/page-protection.h"
#include "exec/target_page.h" #include "exec/target_page.h"
#include "exec/cpu_ldst.h" #include "accel/tcg/cpu-ldst.h"
#include "system/memory.h" #include "system/memory.h"
#ifdef CONFIG_USER_ONLY #ifdef CONFIG_USER_ONLY
#include "user/page-protection.h" #include "user/page-protection.h"

View file

@ -19,7 +19,7 @@
#include "qemu/host-utils.h" #include "qemu/host-utils.h"
#include "exec/helper-proto.h" #include "exec/helper-proto.h"
#include "exec/exec-all.h" #include "exec/exec-all.h"
#include "exec/cpu_ldst.h" #include "accel/tcg/cpu-ldst.h"
#include <zlib.h> /* for crc32 */ #include <zlib.h> /* for crc32 */

View file

@ -22,7 +22,7 @@
#include "cpu.h" #include "cpu.h"
#include "exec/exec-all.h" #include "exec/exec-all.h"
#include "tcg/tcg-op.h" #include "tcg/tcg-op.h"
#include "exec/cpu_ldst.h" #include "accel/tcg/cpu-ldst.h"
#include "qemu/qemu-print.h" #include "qemu/qemu-print.h"
#include "exec/helper-proto.h" #include "exec/helper-proto.h"