| 1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ |
| 2 | /* |
| 3 | * Copyright (c) 2021 Loongson Technology Corporation Limited |
| 4 | */ |
| 5 | |
| 6 | #ifndef LOONGARCH_TARGET_SYSCALL_H |
| 7 | #define LOONGARCH_TARGET_SYSCALL_H |
| 8 | |
| 9 | #include "qemu/units.h" |
| 10 | |
| 11 | #define UNAME_MACHINE "loongarch64" |
| 12 | #define UNAME_MINIMUM_RELEASE "5.19.0" |
| 13 | |
| 14 | #define TARGET_MCL_CURRENT 1 |
| 15 | #define TARGET_MCL_FUTURE 2 |
| 16 | #define TARGET_MCL_ONFAULT 4 |
| 17 | |
| 18 | #endif |