Home
last modified time | relevance | path

Searched refs:MMU_PAGE_COUNT (Results 1 – 10 of 10) sorted by relevance

/linux/arch/powerpc/include/asm/book3s/64/
H A Dmmu.h19 int penc[MMU_PAGE_COUNT]; /* HPTE encoding */
28 extern struct mmu_psize_def mmu_psize_defs[MMU_PAGE_COUNT];
H A Dpgalloc.h176 extern atomic_long_t direct_pages_count[MMU_PAGE_COUNT];
H A Dmmu-hash.h189 for (psize = 0; psize < MMU_PAGE_COUNT; ++psize) in shift_to_mmu_psize()
206 for (psize = 0; psize < MMU_PAGE_COUNT; psize++) { in ap_to_shift()
/linux/arch/powerpc/include/asm/nohash/
H A Dmmu-e500.h256 extern struct mmu_psize_def mmu_psize_defs[MMU_PAGE_COUNT];
262 for (psize = 0; psize < MMU_PAGE_COUNT; ++psize) in shift_to_mmu_psize()
/linux/arch/powerpc/mm/book3s64/
H A Dhash_utils.c144 .penc = {[MMU_PAGE_4K] = 0, [1 ... MMU_PAGE_COUNT - 1] = -1},
159 .penc = {[MMU_PAGE_4K] = 0, [1 ... MMU_PAGE_COUNT - 1] = -1},
167 [MMU_PAGE_16M + 1 ... MMU_PAGE_COUNT - 1] = -1 },
972 for (bpsize = 0; bpsize < MMU_PAGE_COUNT; bpsize++) in mmu_psize_set_default_penc()
973 for (apsize = 0; apsize < MMU_PAGE_COUNT; apsize++) in mmu_psize_set_default_penc()
1055 for (bp = 0; bp < MMU_PAGE_COUNT; ++bp) { in init_hpte_page_sizes()
1058 for (ap = bp; ap < MMU_PAGE_COUNT; ++ap) { in init_hpte_page_sizes()
/linux/arch/powerpc/include/asm/
H A Dmmu.h374 #define MMU_PAGE_COUNT 16 macro
/linux/arch/powerpc/mm/
H A Dmem.c287 BUILD_BUG_ON(MMU_PAGE_COUNT > 16); in arch_mm_preinit()
/linux/arch/powerpc/mm/ptdump/
H A Dhashpagetable.c306 while (idx < MMU_PAGE_COUNT) { in decode_r()
/linux/arch/powerpc/kvm/
H A Dbook3s_64_mmu_radix.c208 for (ps = MMU_PAGE_4K; ps < MMU_PAGE_COUNT; ++ps) in kvmppc_mmu_walk_radix_tree()
H A Dbook3s_hv_nested.c1320 for (psize = 0; psize < MMU_PAGE_COUNT; psize++) { in do_tlb_invalidate_nested_tlb()