Searched refs:parange (Results 1 - 6 of 6) sorted by relevance

/linux-master/arch/arm64/kvm/
H A Dreset.c276 unsigned int parange; local
280 parange = cpuid_feature_extract_unsigned_field(mmfr0,
288 parange = min(parange, (unsigned int)ID_AA64MMFR0_EL1_PARANGE_48);
309 kvm_ipa_limit = id_aa64mmfr0_parange_to_phys_shift(parange);
/linux-master/arch/arm64/include/asm/
H A Dkvm_pgtable.h43 u64 parange = cpuid_feature_extract_unsigned_field(mmfr0, local
45 if (parange > parange_max)
46 parange = parange_max;
48 return parange;
H A Dcpufeature.h838 static inline u32 id_aa64mmfr0_parange_to_phys_shift(int parange) argument
840 switch (parange) {
/linux-master/arch/arm64/mm/
H A Dinit.c285 int parange = cpuid_feature_extract_unsigned_field( local
288 BIT(id_aa64mmfr0_parange_to_phys_shift(parange));
/linux-master/arch/arm64/kvm/hyp/nvhe/
H A Dmem_protect.c126 u32 parange, phys_shift; local
128 /* The host stage 2 is id-mapped, so use parange for T0SZ */
129 parange = kvm_get_parange(id_aa64mmfr0_el1_sys_val);
130 phys_shift = id_aa64mmfr0_parange_to_phys_shift(parange);
/linux-master/arch/arm64/kernel/
H A Dcpufeature.c3339 int parange, ipa_max; local
3358 parange = cpuid_feature_extract_unsigned_field(mmfr0,
3360 ipa_max = id_aa64mmfr0_parange_to_phys_shift(parange);

Completed in 504 milliseconds