Searched refs:arm64_ftr_bits (Results 1 – 3 of 3) sorted by relevance
517 static const struct arm64_ftr_bits ftr_ctr[] = {569 static const struct arm64_ftr_bits ftr_mvfr0[] = {581 static const struct arm64_ftr_bits ftr_mvfr1[] = {593 static const struct arm64_ftr_bits ftr_mvfr2[] = {599 static const struct arm64_ftr_bits ftr_dczid[] = {605 static const struct arm64_ftr_bits ftr_gmid[] = {678 static const struct arm64_ftr_bits ftr_id_pfr0[] = {755 static const struct arm64_ftr_bits ftr_raz[] = {1014 const struct arm64_ftr_bits *ftrp; in init_cpu_ftr_reg()1217 const struct arm64_ftr_bits *ftrp; in update_cpu_ftr_reg()[all …]
62 struct arm64_ftr_bits { struct106 const struct arm64_ftr_bits *ftr_bits;551 static inline u64 arm64_ftr_mask(const struct arm64_ftr_bits *ftrp) in arm64_ftr_mask()577 static inline s64 arm64_ftr_value(const struct arm64_ftr_bits *ftrp, u64 val) in arm64_ftr_value()956 s64 arm64_ftr_safe_value(const struct arm64_ftr_bits *ftrp, s64 new, s64 cur);
1482 static s64 kvm_arm64_ftr_safe_value(u32 id, const struct arm64_ftr_bits *ftrp, in kvm_arm64_ftr_safe_value()1485 struct arm64_ftr_bits kvm_ftr = *ftrp; in kvm_arm64_ftr_safe_value()1525 const struct arm64_ftr_bits *ftrp = NULL; in arm64_check_features()
Completed in 24 milliseconds