master
h 15 lines 452 Bytes
Raw
1 #ifndef AARCH64_TARGET_SIGNAL_H
2 #define AARCH64_TARGET_SIGNAL_H
3
4 #include "../generic/signal.h"
5
6 #define TARGET_SA_RESTORER 0x04000000
7
8 #define TARGET_SEGV_MTEAERR 8 /* Asynchronous ARM MTE error */
9 #define TARGET_SEGV_MTESERR 9 /* Synchronous ARM MTE exception */
10 #define TARGET_SEGV_CPERR 10 /* Control protection fault */
11
12 #define TARGET_ARCH_HAS_SETUP_FRAME
13 #define TARGET_ARCH_HAS_SIGTRAMP_PAGE 1
14
15 #endif /* AARCH64_TARGET_SIGNAL_H */