1 /* SPDX-License-Identifier: GPL-2.0 */
2 // Copyright (C) 2018 Hangzhou C-SKY Microsystems co.,ltd.
4 #ifndef __ASM_CSKY_ENTRY_H
5 #define __ASM_CSKY_ENTRY_H
8 #include <abi/regdef.h>
31 .macro SAVE_ALL epc_inc
119 .macro SAVE_SWITCH_STACK
124 .macro RESTORE_SWITCH_STACK
129 /* MMU registers operators. */
155 /* Init psr and enable ee */
156 lrw r6
, DEFAULT_PSR_VALUE
160 /* Select MMU as co-processor */
165 * 31 - 29 | 28 - 4 | 3 | 2 | 1 | 0
177 #endif /* __ASM_CSKY_ENTRY_H */