1 /* SPDX-License-Identifier: GPL-2.0 */
3 #ifndef __ASM_CSKY_REGDEF_H
4 #define __ASM_CSKY_REGDEF_H
12 #define regs_syscallid(regs) regs->regs[3]
13 #define regs_fp(regs) regs->regs[4]
17 * | 31 | 30-24 | 23-16 | 15 14 | 13-10 | 9 | 8-0 |
21 * VEC: Exception Number
23 * MM: Memory unaligned addr access
25 #define DEFAULT_PSR_VALUE 0x80000200
27 #define SYSTRACE_SAVENUM 5
31 #endif /* __ASM_CSKY_REGDEF_H */