Home
last modified time | relevance | path

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

/linux/arch/arm64/kernel/
H A Dcpufeature.c224 static const struct arm64_ftr_bits ftr_id_aa64isar0[] = {
242 static const struct arm64_ftr_bits ftr_id_aa64isar1[] = {
266 static const struct arm64_ftr_bits ftr_id_aa64isar2[] = {
282 static const struct arm64_ftr_bits ftr_id_aa64isar3[] = {
289 static const struct arm64_ftr_bits ftr_id_aa64pfr0[] = {
309 static const struct arm64_ftr_bits ftr_id_aa64pfr1[] = {
326 static const struct arm64_ftr_bits ftr_id_aa64pfr2[] = {
333 static const struct arm64_ftr_bits ftr_id_aa64zfr0[] = {
361 static const struct arm64_ftr_bits ftr_id_aa64smfr0[] = {
411 static const struct arm64_ftr_bits ftr_id_aa64fpfr0[] = {
[all …]
/linux/arch/arm64/include/asm/
H A Dcpufeature.h62 struct arm64_ftr_bits { struct
106 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()
958 s64 arm64_ftr_safe_value(const struct arm64_ftr_bits *ftrp, s64 new, s64 cur);
/linux/arch/arm64/kvm/
H A Dsys_regs.c1655 static s64 kvm_arm64_ftr_safe_value(u32 id, const struct arm64_ftr_bits *ftrp, in kvm_arm64_ftr_safe_value()
1658 struct arm64_ftr_bits kvm_ftr = *ftrp; in kvm_arm64_ftr_safe_value()
1698 const struct arm64_ftr_bits *ftrp = NULL; in arm64_check_features()