Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm64/kernel/
H A Dcpufeature.c408 static const struct arm64_ftr_bits ftr_ctr[] = {
460 static const struct arm64_ftr_bits ftr_mvfr0[] = {
472 static const struct arm64_ftr_bits ftr_mvfr1[] = {
484 static const struct arm64_ftr_bits ftr_mvfr2[] = {
496 static const struct arm64_ftr_bits ftr_gmid[] = {
614 static const struct arm64_ftr_bits ftr_zcr[] = {
620 static const struct arm64_ftr_bits ftr_smcr[] = {
650 static const struct arm64_ftr_bits ftr_raz[] = {
902 const struct arm64_ftr_bits *ftrp; in init_cpu_ftr_reg()
1079 const struct arm64_ftr_bits *ftrp; in update_cpu_ftr_reg()
[all …]
/openbmc/linux/arch/arm64/include/asm/
H A Dcpufeature.h60 struct arm64_ftr_bits { struct
104 const struct arm64_ftr_bits *ftr_bits;
557 static inline u64 arm64_ftr_mask(const struct arm64_ftr_bits *ftrp) in arm64_ftr_mask()
583 static inline s64 arm64_ftr_value(const struct arm64_ftr_bits *ftrp, u64 val) in arm64_ftr_value()
911 s64 arm64_ftr_safe_value(const struct arm64_ftr_bits *ftrp, s64 new, s64 cur);
/openbmc/linux/arch/arm64/kvm/
H A Dsys_regs.c1217 static s64 kvm_arm64_ftr_safe_value(u32 id, const struct arm64_ftr_bits *ftrp, in kvm_arm64_ftr_safe_value()
1220 struct arm64_ftr_bits kvm_ftr = *ftrp; in kvm_arm64_ftr_safe_value()
1254 const struct arm64_ftr_bits *ftrp = NULL; in arm64_check_features()