Home
last modified time | relevance | path

Searched refs:MMU_FTR_CI_LARGE_PAGE (Results 1 – 5 of 5) sorted by relevance

/linux/arch/powerpc/include/asm/
H A Dmmu.h116 #define MMU_FTR_CI_LARGE_PAGE ASM_CONST(0x20000000) macro
137 MMU_FTR_CI_LARGE_PAGE
139 MMU_FTR_CI_LARGE_PAGE | MMU_FTR_NO_SLBIE_B
173 MMU_FTR_LOCKLESS_TLBIE | MMU_FTR_CI_LARGE_PAGE |
/linux/arch/powerpc/mm/book3s64/
H A Dhash_64k.c256 if (!mmu_has_feature(MMU_FTR_CI_LARGE_PAGE) && in __hash_page_64K()
H A Dhash_utils.c850 if (mmu_has_feature(MMU_FTR_CI_LARGE_PAGE)) { in htab_init_page_sizes()
/linux/arch/powerpc/kernel/
H A Dprom.c173 { .pabyte = 1, .pabit = 2, .mmu_features = MMU_FTR_CI_LARGE_PAGE },
H A Ddt_cpu_ftrs.c576 cur_cpu_spec->mmu_features |= MMU_FTR_CI_LARGE_PAGE; in feat_enable_large_ci()