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

/linux-master/arch/arm64/include/asm/
H A Dcpufeature.h62 struct arm64_ftr_bits { struct
106 const struct arm64_ftr_bits *ftr_bits;
550 static inline u64 arm64_ftr_mask(const struct arm64_ftr_bits *ftrp)
576 static inline s64 arm64_ftr_value(const struct arm64_ftr_bits *ftrp, u64 val)
912 s64 arm64_ftr_safe_value(const struct arm64_ftr_bits *ftrp, s64 new, s64 cur);
/linux-master/arch/arm64/kernel/
H A Dcpufeature.c57 * - If the arm64_ftr_bits[] for a register has a missing field, then this
212 static const struct arm64_ftr_bits ftr_id_aa64isar0[] = {
230 static const struct arm64_ftr_bits ftr_id_aa64isar1[] = {
252 static const struct arm64_ftr_bits ftr_id_aa64isar2[] = {
268 static const struct arm64_ftr_bits ftr_id_aa64isar3[] = {
273 static const struct arm64_ftr_bits ftr_id_aa64pfr0[] = {
293 static const struct arm64_ftr_bits ftr_id_aa64pfr1[] = {
306 static const struct arm64_ftr_bits ftr_id_aa64pfr2[] = {
311 static const struct arm64_ftr_bits ftr_id_aa64zfr0[] = {
335 static const struct arm64_ftr_bits ftr_id_aa64smfr
[all...]
/linux-master/arch/arm64/kvm/
H A Dsys_regs.c1412 static s64 kvm_arm64_ftr_safe_value(u32 id, const struct arm64_ftr_bits *ftrp,
1415 struct arm64_ftr_bits kvm_ftr = *ftrp;
1455 const struct arm64_ftr_bits *ftrp = NULL;

Completed in 207 milliseconds