- add arm64 dependent codes with GICv3 and SVE support - fix bugs based on architecture separation requests
9 lines
231 B
C
9 lines
231 B
C
/* virt.h COPYRIGHT FUJITSU LIMITED 2015 */
|
|
#ifndef __HEADER_ARM64_COMMON_VIRT_H
|
|
#define __HEADER_ARM64_COMMON_VIRT_H
|
|
|
|
#define BOOT_CPU_MODE_EL1 (0xe11)
|
|
#define BOOT_CPU_MODE_EL2 (0xe12)
|
|
|
|
#endif /* !__HEADER_ARM64_COMMON_VIRT_H */
|