xref: /qemu/target/loongarch/cpu-param.h (revision 940bb5fa)
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 12
16 
17 #endif
18