block/amend: separate amend and create options for qemu-img
[qemu/ar7.git] / target / microblaze / cpu-param.h
blob4abbc62d50963c2d0b4fe6a706aa10d6eee5d38c
1 /*
2 * MicroBlaze cpu parameters for qemu.
4 * Copyright (c) 2009 Edgar E. Iglesias
5 * SPDX-License-Identifier: LGPL-2.0+
6 */
8 #ifndef MICROBLAZE_CPU_PARAM_H
9 #define MICROBLAZE_CPU_PARAM_H 1
11 #define TARGET_LONG_BITS 64
12 #define TARGET_PHYS_ADDR_SPACE_BITS 64
13 #define TARGET_VIRT_ADDR_SPACE_BITS 64
14 /* FIXME: MB uses variable pages down to 1K but linux only uses 4k. */
15 #define TARGET_PAGE_BITS 12
16 #define NB_MMU_MODES 3
18 #endif