Home
last modified time | relevance | path

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

/arch/arm64/include/asm/
Dcpufeature.h53 struct arm64_ftr_bits { struct
72 struct arm64_ftr_bits *ftr_bits; argument
143 static inline u64 arm64_ftr_mask(struct arm64_ftr_bits *ftrp) in arm64_ftr_mask()
148 static inline s64 arm64_ftr_value(struct arm64_ftr_bits *ftrp, u64 val) in arm64_ftr_value()
/arch/arm64/kernel/
Dcpufeature.c75 static struct arm64_ftr_bits ftr_id_aa64isar0[] = {
87 static struct arm64_ftr_bits ftr_id_aa64pfr0[] = {
101 static struct arm64_ftr_bits ftr_id_aa64mmfr0[] = {
119 static struct arm64_ftr_bits ftr_id_aa64mmfr1[] = {
130 static struct arm64_ftr_bits ftr_id_aa64mmfr2[] = {
135 static struct arm64_ftr_bits ftr_ctr[] = {
151 static struct arm64_ftr_bits ftr_id_mmfr0[] = {
163 static struct arm64_ftr_bits ftr_id_aa64dfr0[] = {
174 static struct arm64_ftr_bits ftr_mvfr2[] = {
181 static struct arm64_ftr_bits ftr_dczid[] = {
[all …]