Home
last modified time | relevance | path

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

/Linux-v4.19/arch/arm64/kernel/
Dcpufeature.c125 static const struct arm64_ftr_bits ftr_id_aa64isar0[] = {
141 static const struct arm64_ftr_bits ftr_id_aa64isar1[] = {
149 static const struct arm64_ftr_bits ftr_id_aa64pfr0[] = {
167 static const struct arm64_ftr_bits ftr_id_aa64mmfr0[] = {
184 static const struct arm64_ftr_bits ftr_id_aa64mmfr1[] = {
194 static const struct arm64_ftr_bits ftr_id_aa64mmfr2[] = {
205 static const struct arm64_ftr_bits ftr_ctr[] = {
227 static const struct arm64_ftr_bits ftr_id_mmfr0[] = {
239 static const struct arm64_ftr_bits ftr_id_aa64dfr0[] = {
255 static const struct arm64_ftr_bits ftr_mvfr2[] = {
[all …]
/Linux-v4.19/arch/arm64/include/asm/
Dcpufeature.h65 struct arm64_ftr_bits { struct
86 const struct arm64_ftr_bits *ftr_bits; argument
424 static inline u64 arm64_ftr_mask(const struct arm64_ftr_bits *ftrp) in arm64_ftr_mask()
448 static inline s64 arm64_ftr_value(const struct arm64_ftr_bits *ftrp, u64 val) in arm64_ftr_value()