target/loongarch: Add fixed point bit instruction translation
[qemu.git] / target / loongarch / cpu-param.h
blob9a769b67e05dc515a9df9f72a2f5457f255a0247
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 /*
3 * LoongArch CPU parameters for QEMU.
5 * Copyright (c) 2021 Loongson Technology Corporation Limited
6 */
8 #ifndef LOONGARCH_CPU_PARAM_H
9 #define LOONGARCH_CPU_PARAM_H
11 #define TARGET_LONG_BITS 64
12 #define TARGET_PHYS_ADDR_SPACE_BITS 48
13 #define TARGET_VIRT_ADDR_SPACE_BITS 48
15 #define TARGET_PAGE_BITS 14
16 #define NB_MMU_MODES 4
18 #endif