Searched refs:arm64_ftr_bits (Results 1 – 3 of 3) sorted by relevance
481 static const struct arm64_ftr_bits ftr_ctr[] = {533 static const struct arm64_ftr_bits ftr_mvfr0[] = {545 static const struct arm64_ftr_bits ftr_mvfr1[] = {557 static const struct arm64_ftr_bits ftr_mvfr2[] = {563 static const struct arm64_ftr_bits ftr_dczid[] = {569 static const struct arm64_ftr_bits ftr_gmid[] = {642 static const struct arm64_ftr_bits ftr_id_pfr0[] = {711 static const struct arm64_ftr_bits ftr_raz[] = {967 const struct arm64_ftr_bits *ftrp; in init_cpu_ftr_reg()1172 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;550 static inline u64 arm64_ftr_mask(const struct arm64_ftr_bits *ftrp) in arm64_ftr_mask()576 static inline s64 arm64_ftr_value(const struct arm64_ftr_bits *ftrp, u64 val) in arm64_ftr_value()918 s64 arm64_ftr_safe_value(const struct arm64_ftr_bits *ftrp, s64 new, s64 cur);
1408 static s64 kvm_arm64_ftr_safe_value(u32 id, const struct arm64_ftr_bits *ftrp, in kvm_arm64_ftr_safe_value()1411 struct arm64_ftr_bits kvm_ftr = *ftrp; in kvm_arm64_ftr_safe_value()1451 const struct arm64_ftr_bits *ftrp = NULL; in arm64_check_features()
Completed in 23 milliseconds