7e1c521e2a
Signed-off-by: Xiaojuan Yang <yangxiaojuan@loongson.cn> Signed-off-by: Song Gao <gaosong@loongson.cn> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20220606124333.2060567-23-yangxiaojuan@loongson.cn> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
19 lines
386 B
C
19 lines
386 B
C
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
|
/*
|
|
* LoongArch CPU parameters for QEMU.
|
|
*
|
|
* Copyright (c) 2021 Loongson Technology Corporation Limited
|
|
*/
|
|
|
|
#ifndef LOONGARCH_CPU_PARAM_H
|
|
#define LOONGARCH_CPU_PARAM_H
|
|
|
|
#define TARGET_LONG_BITS 64
|
|
#define TARGET_PHYS_ADDR_SPACE_BITS 48
|
|
#define TARGET_VIRT_ADDR_SPACE_BITS 48
|
|
|
|
#define TARGET_PAGE_BITS 14
|
|
#define NB_MMU_MODES 5
|
|
|
|
#endif
|