]> git.proxmox.com Git - mirror_qemu.git/blob - target/loongarch/cpu-param.h
target/loongarch: Add MMU support for LoongArch CPU.
[mirror_qemu.git] / target / loongarch / cpu-param.h
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 /*
3 * LoongArch CPU parameters for QEMU.
4 *
5 * Copyright (c) 2021 Loongson Technology Corporation Limited
6 */
7
8 #ifndef LOONGARCH_CPU_PARAM_H
9 #define LOONGARCH_CPU_PARAM_H
10
11 #define TARGET_LONG_BITS 64
12 #define TARGET_PHYS_ADDR_SPACE_BITS 48
13 #define TARGET_VIRT_ADDR_SPACE_BITS 48
14
15 #define TARGET_PAGE_BITS 14
16 #define NB_MMU_MODES 5
17
18 #endif