Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/arm64/kernel/
H A Dcpufeature.c57 * - If the arm64_ftr_bits[] for a register has a missing field, then this
174 static const struct arm64_ftr_bits ftr_id_aa64isar0[] = {
192 static const struct arm64_ftr_bits ftr_id_aa64isar1[] = {
214 static const struct arm64_ftr_bits ftr_id_aa64isar2[] = {
220 static const struct arm64_ftr_bits ftr_id_aa64pfr0[] = {
240 static const struct arm64_ftr_bits ftr_id_aa64pfr1[] = {
251 static const struct arm64_ftr_bits ftr_id_aa64zfr0[] = {
273 static const struct arm64_ftr_bits ftr_id_aa64mmfr0[] = {
319 static const struct arm64_ftr_bits ftr_id_aa64mmfr1[] = {
334 static const struct arm64_ftr_bits ftr_id_aa64mmfr
[all...]
/kernel/linux/linux-6.6/arch/arm64/kernel/
H A Dcpufeature.c57 * - If the arm64_ftr_bits[] for a register has a missing field, then this
182 static const struct arm64_ftr_bits ftr_id_aa64isar0[] = {
200 static const struct arm64_ftr_bits ftr_id_aa64isar1[] = {
222 static const struct arm64_ftr_bits ftr_id_aa64isar2[] = {
237 static const struct arm64_ftr_bits ftr_id_aa64pfr0[] = {
257 static const struct arm64_ftr_bits ftr_id_aa64pfr1[] = {
270 static const struct arm64_ftr_bits ftr_id_aa64zfr0[] = {
292 static const struct arm64_ftr_bits ftr_id_aa64smfr0[] = {
320 static const struct arm64_ftr_bits ftr_id_aa64mmfr0[] = {
366 static const struct arm64_ftr_bits ftr_id_aa64mmfr
[all...]
/kernel/linux/linux-6.6/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);
/kernel/linux/linux-5.10/arch/arm64/include/asm/
H A Dcpufeature.h56 struct arm64_ftr_bits { struct
77 const struct arm64_ftr_bits *ftr_bits;
543 static inline u64 arm64_ftr_mask(const struct arm64_ftr_bits *ftrp) in arm64_ftr_mask()
567 static inline s64 arm64_ftr_value(const struct arm64_ftr_bits *ftrp, u64 val) in arm64_ftr_value()
/kernel/linux/linux-6.6/arch/arm64/kvm/
H A Dsys_regs.c1211 static s64 kvm_arm64_ftr_safe_value(u32 id, const struct arm64_ftr_bits *ftrp, in kvm_arm64_ftr_safe_value()
1214 struct arm64_ftr_bits kvm_ftr = *ftrp; in kvm_arm64_ftr_safe_value()
1248 const struct arm64_ftr_bits *ftrp = NULL; in arm64_check_features()

Completed in 11 milliseconds