]> git.proxmox.com Git - qemu.git/blame - target-mips/mips-defs.h
MIPS TLB style selection at runtime, by Herve Poussineau.
[qemu.git] / target-mips / mips-defs.h
CommitLineData
6af0bf9c
FB
1#if !defined (__QEMU_MIPS_DEFS_H__)
2#define __QEMU_MIPS_DEFS_H__
3
6af0bf9c
FB
4/* If we want to use host float regs... */
5//#define USE_HOST_FLOAT_REGS
6
6af0bf9c
FB
7/* real pages are variable size... */
8#define TARGET_PAGE_BITS 12
814b9a47 9#define MIPS_TLB_MAX 128
6af0bf9c 10
60aa19ab 11#ifdef TARGET_MIPS64
c570fd16
TS
12#define TARGET_LONG_BITS 64
13#else
14#define TARGET_LONG_BITS 32
15#endif
16
19221bda
TS
17/* Strictly follow the architecture standard:
18 - Disallow "special" instruction handling for PMON/SPIM.
19 Note that we still maintain Count/Compare to match the host clock. */
b48cfdff
TS
20//#define MIPS_STRICT_STANDARD 1
21
6af0bf9c 22#endif /* !defined (__QEMU_MIPS_DEFS_H__) */