Home
last modified time | relevance | path

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

/linux-6.15/arch/arm64/kernel/
H A Dcpufeature.c512 static const struct arm64_ftr_bits ftr_ctr[] = {
564 static const struct arm64_ftr_bits ftr_mvfr0[] = {
576 static const struct arm64_ftr_bits ftr_mvfr1[] = {
588 static const struct arm64_ftr_bits ftr_mvfr2[] = {
594 static const struct arm64_ftr_bits ftr_dczid[] = {
600 static const struct arm64_ftr_bits ftr_gmid[] = {
673 static const struct arm64_ftr_bits ftr_id_pfr0[] = {
750 static const struct arm64_ftr_bits ftr_raz[] = {
1009 const struct arm64_ftr_bits *ftrp; in init_cpu_ftr_reg()
1210 const struct arm64_ftr_bits *ftrp; in update_cpu_ftr_reg()
[all …]
/linux-6.15/arch/arm64/include/asm/
H A Dcpufeature.h62 struct arm64_ftr_bits { struct
106 const struct arm64_ftr_bits *ftr_bits;
528 static inline u64 arm64_ftr_mask(const struct arm64_ftr_bits *ftrp) in arm64_ftr_mask()
554 static inline s64 arm64_ftr_value(const struct arm64_ftr_bits *ftrp, u64 val) in arm64_ftr_value()
928 s64 arm64_ftr_safe_value(const struct arm64_ftr_bits *ftrp, s64 new, s64 cur);
/linux-6.15/arch/arm64/kvm/
H A Dsys_regs.c1476 static s64 kvm_arm64_ftr_safe_value(u32 id, const struct arm64_ftr_bits *ftrp, in kvm_arm64_ftr_safe_value()
1479 struct arm64_ftr_bits kvm_ftr = *ftrp; in kvm_arm64_ftr_safe_value()
1519 const struct arm64_ftr_bits *ftrp = NULL; in arm64_check_features()