/openbmc/qemu/linux-user/ |
H A D | cpu_loop-common.h | diff 29a0af618ddd21f55df5753c3e16b0625f534b3c Fri Mar 22 18:07:18 CDT 2019 Richard Henderson <richard.henderson@linaro.org> cpu: Replace ENV_GET_CPU with env_cpu
Now that we have both ArchCPU and CPUArchState, we can define this generically instead of via macro in each target's cpu.h.
Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Acked-by: Alistair Francis <alistair.francis@wdc.com> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
|
H A D | uname.c | diff 29a0af618ddd21f55df5753c3e16b0625f534b3c Fri Mar 22 18:07:18 CDT 2019 Richard Henderson <richard.henderson@linaro.org> cpu: Replace ENV_GET_CPU with env_cpu
Now that we have both ArchCPU and CPUArchState, we can define this generically instead of via macro in each target's cpu.h.
Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Acked-by: Alistair Francis <alistair.francis@wdc.com> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
|
/openbmc/qemu/accel/tcg/ |
H A D | tcg-runtime.c | diff 29a0af618ddd21f55df5753c3e16b0625f534b3c Fri Mar 22 18:07:18 CDT 2019 Richard Henderson <richard.henderson@linaro.org> cpu: Replace ENV_GET_CPU with env_cpu
Now that we have both ArchCPU and CPUArchState, we can define this generically instead of via macro in each target's cpu.h.
Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Acked-by: Alistair Francis <alistair.francis@wdc.com> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
|
H A D | atomic_template.h | diff 29a0af618ddd21f55df5753c3e16b0625f534b3c Fri Mar 22 18:07:18 CDT 2019 Richard Henderson <richard.henderson@linaro.org> cpu: Replace ENV_GET_CPU with env_cpu
Now that we have both ArchCPU and CPUArchState, we can define this generically instead of via macro in each target's cpu.h.
Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Acked-by: Alistair Francis <alistair.francis@wdc.com> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
|
/openbmc/qemu/target/i386/hvf/ |
H A D | x86_decode.c | diff 29a0af618ddd21f55df5753c3e16b0625f534b3c Fri Mar 22 18:07:18 CDT 2019 Richard Henderson <richard.henderson@linaro.org> cpu: Replace ENV_GET_CPU with env_cpu
Now that we have both ArchCPU and CPUArchState, we can define this generically instead of via macro in each target's cpu.h.
Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Acked-by: Alistair Francis <alistair.francis@wdc.com> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
|
H A D | x86_emu.c | diff 29a0af618ddd21f55df5753c3e16b0625f534b3c Fri Mar 22 18:07:18 CDT 2019 Richard Henderson <richard.henderson@linaro.org> cpu: Replace ENV_GET_CPU with env_cpu
Now that we have both ArchCPU and CPUArchState, we can define this generically instead of via macro in each target's cpu.h.
Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Acked-by: Alistair Francis <alistair.francis@wdc.com> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
|
/openbmc/qemu/linux-user/m68k/ |
H A D | cpu_loop.c | diff 29a0af618ddd21f55df5753c3e16b0625f534b3c Fri Mar 22 18:07:18 CDT 2019 Richard Henderson <richard.henderson@linaro.org> cpu: Replace ENV_GET_CPU with env_cpu
Now that we have both ArchCPU and CPUArchState, we can define this generically instead of via macro in each target's cpu.h.
Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Acked-by: Alistair Francis <alistair.francis@wdc.com> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
|
/openbmc/qemu/target/sh4/ |
H A D | op_helper.c | diff 29a0af618ddd21f55df5753c3e16b0625f534b3c Fri Mar 22 18:07:18 CDT 2019 Richard Henderson <richard.henderson@linaro.org> cpu: Replace ENV_GET_CPU with env_cpu
Now that we have both ArchCPU and CPUArchState, we can define this generically instead of via macro in each target's cpu.h.
Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Acked-by: Alistair Francis <alistair.francis@wdc.com> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
|
H A D | cpu.h | diff 29a0af618ddd21f55df5753c3e16b0625f534b3c Fri Mar 22 18:07:18 CDT 2019 Richard Henderson <richard.henderson@linaro.org> cpu: Replace ENV_GET_CPU with env_cpu
Now that we have both ArchCPU and CPUArchState, we can define this generically instead of via macro in each target's cpu.h.
Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Acked-by: Alistair Francis <alistair.francis@wdc.com> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
|
/openbmc/qemu/target/s390x/ |
H A D | gdbstub.c | diff 29a0af618ddd21f55df5753c3e16b0625f534b3c Fri Mar 22 18:07:18 CDT 2019 Richard Henderson <richard.henderson@linaro.org> cpu: Replace ENV_GET_CPU with env_cpu
Now that we have both ArchCPU and CPUArchState, we can define this generically instead of via macro in each target's cpu.h.
Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Acked-by: Alistair Francis <alistair.francis@wdc.com> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
|
/openbmc/qemu/linux-user/riscv/ |
H A D | cpu_loop.c | diff 29a0af618ddd21f55df5753c3e16b0625f534b3c Fri Mar 22 18:07:18 CDT 2019 Richard Henderson <richard.henderson@linaro.org> cpu: Replace ENV_GET_CPU with env_cpu
Now that we have both ArchCPU and CPUArchState, we can define this generically instead of via macro in each target's cpu.h.
Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Acked-by: Alistair Francis <alistair.francis@wdc.com> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
|
/openbmc/qemu/linux-user/mips/ |
H A D | cpu_loop.c | diff 29a0af618ddd21f55df5753c3e16b0625f534b3c Fri Mar 22 18:07:18 CDT 2019 Richard Henderson <richard.henderson@linaro.org> cpu: Replace ENV_GET_CPU with env_cpu
Now that we have both ArchCPU and CPUArchState, we can define this generically instead of via macro in each target's cpu.h.
Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Acked-by: Alistair Francis <alistair.francis@wdc.com> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
|
/openbmc/qemu/linux-user/arm/ |
H A D | cpu_loop.c | diff 29a0af618ddd21f55df5753c3e16b0625f534b3c Fri Mar 22 18:07:18 CDT 2019 Richard Henderson <richard.henderson@linaro.org> cpu: Replace ENV_GET_CPU with env_cpu
Now that we have both ArchCPU and CPUArchState, we can define this generically instead of via macro in each target's cpu.h.
Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Acked-by: Alistair Francis <alistair.francis@wdc.com> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
|
/openbmc/qemu/target/tricore/ |
H A D | cpu.h | diff 29a0af618ddd21f55df5753c3e16b0625f534b3c Fri Mar 22 18:07:18 CDT 2019 Richard Henderson <richard.henderson@linaro.org> cpu: Replace ENV_GET_CPU with env_cpu
Now that we have both ArchCPU and CPUArchState, we can define this generically instead of via macro in each target's cpu.h.
Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Acked-by: Alistair Francis <alistair.francis@wdc.com> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
|
/openbmc/qemu/target/hppa/ |
H A D | op_helper.c | diff 29a0af618ddd21f55df5753c3e16b0625f534b3c Fri Mar 22 18:07:18 CDT 2019 Richard Henderson <richard.henderson@linaro.org> cpu: Replace ENV_GET_CPU with env_cpu
Now that we have both ArchCPU and CPUArchState, we can define this generically instead of via macro in each target's cpu.h.
Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Acked-by: Alistair Francis <alistair.francis@wdc.com> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
|
H A D | cpu.h | diff 29a0af618ddd21f55df5753c3e16b0625f534b3c Fri Mar 22 18:07:18 CDT 2019 Richard Henderson <richard.henderson@linaro.org> cpu: Replace ENV_GET_CPU with env_cpu
Now that we have both ArchCPU and CPUArchState, we can define this generically instead of via macro in each target's cpu.h.
Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Acked-by: Alistair Francis <alistair.francis@wdc.com> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
|
/openbmc/qemu/target/m68k/ |
H A D | op_helper.c | diff 29a0af618ddd21f55df5753c3e16b0625f534b3c Fri Mar 22 18:07:18 CDT 2019 Richard Henderson <richard.henderson@linaro.org> cpu: Replace ENV_GET_CPU with env_cpu
Now that we have both ArchCPU and CPUArchState, we can define this generically instead of via macro in each target's cpu.h.
Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Acked-by: Alistair Francis <alistair.francis@wdc.com> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
|
H A D | cpu.h | diff 29a0af618ddd21f55df5753c3e16b0625f534b3c Fri Mar 22 18:07:18 CDT 2019 Richard Henderson <richard.henderson@linaro.org> cpu: Replace ENV_GET_CPU with env_cpu
Now that we have both ArchCPU and CPUArchState, we can define this generically instead of via macro in each target's cpu.h.
Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Acked-by: Alistair Francis <alistair.francis@wdc.com> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
|
/openbmc/qemu/target/alpha/ |
H A D | cpu.h | diff 29a0af618ddd21f55df5753c3e16b0625f534b3c Fri Mar 22 18:07:18 CDT 2019 Richard Henderson <richard.henderson@linaro.org> cpu: Replace ENV_GET_CPU with env_cpu
Now that we have both ArchCPU and CPUArchState, we can define this generically instead of via macro in each target's cpu.h.
Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Acked-by: Alistair Francis <alistair.francis@wdc.com> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
|
/openbmc/qemu/target/openrisc/ |
H A D | cpu.h | diff 29a0af618ddd21f55df5753c3e16b0625f534b3c Fri Mar 22 18:07:18 CDT 2019 Richard Henderson <richard.henderson@linaro.org> cpu: Replace ENV_GET_CPU with env_cpu
Now that we have both ArchCPU and CPUArchState, we can define this generically instead of via macro in each target's cpu.h.
Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Acked-by: Alistair Francis <alistair.francis@wdc.com> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
|
/openbmc/qemu/target/microblaze/ |
H A D | cpu.h | diff 29a0af618ddd21f55df5753c3e16b0625f534b3c Fri Mar 22 18:07:18 CDT 2019 Richard Henderson <richard.henderson@linaro.org> cpu: Replace ENV_GET_CPU with env_cpu
Now that we have both ArchCPU and CPUArchState, we can define this generically instead of via macro in each target's cpu.h.
Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Acked-by: Alistair Francis <alistair.francis@wdc.com> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
|
/openbmc/qemu/target/sparc/ |
H A D | cpu.h | diff 29a0af618ddd21f55df5753c3e16b0625f534b3c Fri Mar 22 18:07:18 CDT 2019 Richard Henderson <richard.henderson@linaro.org> cpu: Replace ENV_GET_CPU with env_cpu
Now that we have both ArchCPU and CPUArchState, we can define this generically instead of via macro in each target's cpu.h.
Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Acked-by: Alistair Francis <alistair.francis@wdc.com> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
|
/openbmc/qemu/target/xtensa/ |
H A D | cpu.h | diff 29a0af618ddd21f55df5753c3e16b0625f534b3c Fri Mar 22 18:07:18 CDT 2019 Richard Henderson <richard.henderson@linaro.org> cpu: Replace ENV_GET_CPU with env_cpu
Now that we have both ArchCPU and CPUArchState, we can define this generically instead of via macro in each target's cpu.h.
Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Acked-by: Alistair Francis <alistair.francis@wdc.com> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
|
/openbmc/qemu/target/ppc/ |
H A D | mmu_helper.c | diff 29a0af618ddd21f55df5753c3e16b0625f534b3c Fri Mar 22 18:07:18 CDT 2019 Richard Henderson <richard.henderson@linaro.org> cpu: Replace ENV_GET_CPU with env_cpu
Now that we have both ArchCPU and CPUArchState, we can define this generically instead of via macro in each target's cpu.h.
Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Acked-by: Alistair Francis <alistair.francis@wdc.com> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
|
/openbmc/qemu/target/mips/ |
H A D | cpu.h | diff 29a0af618ddd21f55df5753c3e16b0625f534b3c Fri Mar 22 18:07:18 CDT 2019 Richard Henderson <richard.henderson@linaro.org> cpu: Replace ENV_GET_CPU with env_cpu
Now that we have both ArchCPU and CPUArchState, we can define this generically instead of via macro in each target's cpu.h.
Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Acked-by: Alistair Francis <alistair.francis@wdc.com> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
|