Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into staging
[qemu/ar7.git] / target / moxie / cpu-param.h
blob9a40ef525cf8d257cfc5243e6e4425cf10e32580
1 /*
2 * Moxie cpu parameters for qemu.
4 * Copyright (c) 2008, 2010, 2013 Anthony Green
5 * SPDX-License-Identifier: LGPL-2.1+
6 */
8 #ifndef MOXIE_CPU_PARAM_H
9 #define MOXIE_CPU_PARAM_H 1
11 #define TARGET_LONG_BITS 32
12 #define TARGET_PAGE_BITS 12 /* 4k */
13 #define TARGET_PHYS_ADDR_SPACE_BITS 32
14 #define TARGET_VIRT_ADDR_SPACE_BITS 32
15 #define NB_MMU_MODES 1
17 #endif