Home
last modified time | relevance | path

Searched refs:early_mmu_has_feature (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/arch/powerpc/include/asm/
Dmmu.h150 static inline bool early_mmu_has_feature(unsigned long feature) in early_mmu_has_feature() function
176 return early_mmu_has_feature(feature); in mmu_has_feature()
204 return early_mmu_has_feature(feature); in mmu_has_feature()
248 return early_mmu_has_feature(MMU_FTR_TYPE_RADIX); in early_radix_enabled()
/Linux-v4.19/arch/powerpc/kernel/
Dsetup_64.c614 if (early_mmu_has_feature(MMU_FTR_TYPE_FSL_E)) in ppc64_bolted_size()
624 if (early_mmu_has_feature(MMU_FTR_1T_SEGMENT)) in ppc64_bolted_size()
/Linux-v4.19/arch/powerpc/mm/
Dtlb_nohash.c776 if (early_mmu_has_feature(MMU_FTR_TYPE_FSL_E)) { in setup_initial_memory_limit()
Dhash_utils_64.c565 if (rc == 0 && early_mmu_has_feature(MMU_FTR_16M_PAGE)) { in htab_scan_page_sizes()