Home
last modified time | relevance | path

Searched refs:ID_AA64ISAR0_TS_VAL (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/arm64/arm64/
H A Didentcpu.c1251 switch (ID_AA64ISAR0_TS_VAL(user_cpu_desc.id_aa64isar0)) { in parse_cpu_features_hwcap()
1395 if (ID_AA64ISAR0_TS_VAL(user_cpu_desc.id_aa64isar0) == in parse_cpu_features_hwcap2()
/f-stack/freebsd/arm64/include/
H A Darmreg.h360 #define ID_AA64ISAR0_TS_VAL(x) ((x) & ID_AA64ISAR0_TS_MASK) macro