Home
last modified time | relevance | path

Searched refs:id_aa64mmfr0_parange_to_phys_shift (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/arch/arm64/kvm/
H A Dreset.c346 kvm_ipa_limit = id_aa64mmfr0_parange_to_phys_shift(parange); in kvm_set_ipa_limit()
/openbmc/linux/arch/arm64/mm/
H A Dinit.c411 BIT(id_aa64mmfr0_parange_to_phys_shift(parange)); in arm64_memblock_init()
/openbmc/linux/arch/arm64/include/asm/
H A Dcpufeature.h837 static inline u32 id_aa64mmfr0_parange_to_phys_shift(int parange) in id_aa64mmfr0_parange_to_phys_shift() function
/openbmc/linux/drivers/iommu/arm/arm-smmu-v3/
H A Darm-smmu-v3-sva.c413 oas = id_aa64mmfr0_parange_to_phys_shift(fld); in arm_smmu_sva_supported()
/openbmc/linux/arch/arm64/kvm/hyp/nvhe/
H A Dmem_protect.c130 phys_shift = id_aa64mmfr0_parange_to_phys_shift(parange); in prepare_host_vtcr()
/openbmc/linux/arch/arm64/kvm/hyp/
H A Dpgtable.c82 return phys < BIT(id_aa64mmfr0_parange_to_phys_shift(ID_AA64MMFR0_EL1_PARANGE_MAX)); in kvm_phys_is_valid()
/openbmc/linux/arch/arm64/kernel/
H A Dcpufeature.c3212 ipa_max = id_aa64mmfr0_parange_to_phys_shift(parange); in verify_hyp_capabilities()