mirror of
https://github.com/anrieff/libcpuid
synced 2025-01-23 20:06:41 +00:00
Remove ARM64 registers definition
Moved to libcpuid_arm_driver.h in 0f0b1e6060
This commit is contained in:
parent
9b9f9e2faa
commit
a4c97cd1e7
1 changed files with 0 additions and 19 deletions
|
@ -58,25 +58,6 @@
|
||||||
#elif defined(__aarch64__)
|
#elif defined(__aarch64__)
|
||||||
#if !defined(PLATFORM_AARCH64)
|
#if !defined(PLATFORM_AARCH64)
|
||||||
# define PLATFORM_AARCH64
|
# define PLATFORM_AARCH64
|
||||||
/*
|
|
||||||
* Older assemblers don't recognize newer system register names,
|
|
||||||
* but we can still access them by the Sn_n_Cn_Cn_n syntax.
|
|
||||||
*/
|
|
||||||
# define SYS_ID_AA64PFR0_EL1 "S3_0_C0_C4_0"
|
|
||||||
# define SYS_ID_AA64PFR1_EL1 "S3_0_C0_C4_1"
|
|
||||||
# define SYS_ID_AA64PFR2_EL1 "S3_0_C0_C4_2"
|
|
||||||
# define SYS_ID_AA64ZFR0_EL1 "S3_0_C0_C4_4"
|
|
||||||
# define SYS_ID_AA64SMFR0_EL1 "S3_0_C0_C4_5"
|
|
||||||
# define SYS_ID_AA64DFR0_EL1 "S3_0_C0_C5_0"
|
|
||||||
# define SYS_ID_AA64DFR1_EL1 "S3_0_C0_C5_1"
|
|
||||||
# define SYS_ID_AA64ISAR0_EL1 "S3_0_C0_C6_0"
|
|
||||||
# define SYS_ID_AA64ISAR1_EL1 "S3_0_C0_C6_1"
|
|
||||||
# define SYS_ID_AA64ISAR2_EL1 "S3_0_C0_C6_2"
|
|
||||||
# define SYS_ID_AA64MMFR0_EL1 "S3_0_C0_C7_0"
|
|
||||||
# define SYS_ID_AA64MMFR1_EL1 "S3_0_C0_C7_1"
|
|
||||||
# define SYS_ID_AA64MMFR2_EL1 "S3_0_C0_C7_2"
|
|
||||||
# define SYS_ID_AA64MMFR3_EL1 "S3_0_C0_C7_3"
|
|
||||||
# define SYS_ID_AA64MMFR4_EL1 "S3_0_C0_C7_4"
|
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue