Home
last modified time | relevance | path

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

/linux-4.4.14/arch/arm64/kernel/
Dcpufeature.c70 static struct arm64_ftr_bits ftr_id_aa64isar0[] = {
83 static struct arm64_ftr_bits ftr_id_aa64pfr0[] = {
97 static struct arm64_ftr_bits ftr_id_aa64mmfr0[] = {
115 static struct arm64_ftr_bits ftr_id_aa64mmfr1[] = {
126 static struct arm64_ftr_bits ftr_ctr[] = {
142 static struct arm64_ftr_bits ftr_id_mmfr0[] = {
154 static struct arm64_ftr_bits ftr_id_aa64dfr0[] = {
165 static struct arm64_ftr_bits ftr_mvfr2[] = {
172 static struct arm64_ftr_bits ftr_dczid[] = {
180 static struct arm64_ftr_bits ftr_id_isar5[] = {
[all …]
/linux-4.4.14/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()