]> git.proxmox.com Git - qemu.git/blob - target-sparc/exec.h
6b49ca79af11324d7fc65b78858cfd1e466e19d0
[qemu.git] / target-sparc / exec.h
1 #ifndef EXEC_SPARC_H
2 #define EXEC_SPARC_H 1
3 #include "dyngen-exec.h"
4
5 register struct CPUSPARCState *env asm(AREG0);
6 register uint32_t T0 asm(AREG1);
7 register uint32_t T1 asm(AREG2);
8 register uint32_t T2 asm(AREG3);
9
10 #include "cpu.h"
11 #include "exec-all.h"
12
13 void cpu_lock(void);
14 void cpu_unlock(void);
15 void cpu_loop_exit(void);
16 void helper_flush(target_ulong addr);
17 #endif