Home
last modified time | relevance | path

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

/Linux-v5.10/arch/arm64/kernel/
Dcpufeature.c168 static const struct arm64_ftr_bits ftr_id_aa64isar0[] = {
186 static const struct arm64_ftr_bits ftr_id_aa64isar1[] = {
208 static const struct arm64_ftr_bits ftr_id_aa64pfr0[] = {
228 static const struct arm64_ftr_bits ftr_id_aa64pfr1[] = {
239 static const struct arm64_ftr_bits ftr_id_aa64zfr0[] = {
261 static const struct arm64_ftr_bits ftr_id_aa64mmfr0[] = {
307 static const struct arm64_ftr_bits ftr_id_aa64mmfr1[] = {
321 static const struct arm64_ftr_bits ftr_id_aa64mmfr2[] = {
340 static const struct arm64_ftr_bits ftr_ctr[] = {
362 static const struct arm64_ftr_bits ftr_id_mmfr0[] = {
[all …]
/Linux-v5.10/arch/arm64/include/asm/
Dcpufeature.h56 struct arm64_ftr_bits { struct
77 const struct arm64_ftr_bits *ftr_bits; argument
543 static inline u64 arm64_ftr_mask(const struct arm64_ftr_bits *ftrp) in arm64_ftr_mask()
567 static inline s64 arm64_ftr_value(const struct arm64_ftr_bits *ftrp, u64 val) in arm64_ftr_value()