mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-09 02:24:58 -06:00
target/hppa: Implement the interval timer
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
This commit is contained in:
parent
4f5f254808
commit
49c29d6c2e
6 changed files with 67 additions and 4 deletions
|
@ -234,6 +234,7 @@ struct HPPACPU {
|
|||
/*< public >*/
|
||||
|
||||
CPUHPPAState env;
|
||||
QEMUTimer *alarm_timer;
|
||||
};
|
||||
|
||||
static inline HPPACPU *hppa_env_get_cpu(CPUHPPAState *env)
|
||||
|
@ -342,6 +343,7 @@ int hppa_cpu_handle_mmu_fault(CPUState *cpu, vaddr address, int size,
|
|||
int hppa_get_physical_address(CPUHPPAState *env, vaddr addr, int mmu_idx,
|
||||
int type, hwaddr *pphys, int *pprot);
|
||||
extern const MemoryRegionOps hppa_io_eir_ops;
|
||||
void hppa_cpu_alarm_timer(void *);
|
||||
#endif
|
||||
|
||||
#endif /* HPPA_CPU_H */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue