qemu-e2k/target/openrisc
Stafford Horne 6b4bbd6aeb openrisc/cputimer: Perparation for Multicore
In order to support multicore system we move some of the previously
static state variables into the state of each core.

On the other hand in order to allow timers to be synced between each
code the ttcr (tick timer count register) is moved out of the core.
This is not as per real hardware spec which has a separate timer counter
per core, but it seems the most simple way to keep each clock in sync.

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Stafford Horne <shorne@gmail.com>
2017-10-21 06:35:47 +09:00
..
cpu.c openrisc/cputimer: Perparation for Multicore 2017-10-21 06:35:47 +09:00
cpu.h openrisc/cputimer: Perparation for Multicore 2017-10-21 06:35:47 +09:00
exception_helper.c
exception.c
exception.h
fpu_helper.c
gdbstub.c
helper.h
interrupt_helper.c
interrupt.c
machine.c openrisc/cputimer: Perparation for Multicore 2017-10-21 06:35:47 +09:00
Makefile.objs
mmu_helper.c
mmu.c
sys_helper.c openrisc/cputimer: Perparation for Multicore 2017-10-21 06:35:47 +09:00
translate.c target: [tcg] Use a generic enum for DISAS_ values 2017-09-06 08:06:47 -07:00