Home
last modified time | relevance | path

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

/arch/powerpc/include/asm/book3s/64/
Dmmu.h16 int penc[MMU_PAGE_COUNT]; /* HPTE encoding */
24 extern struct mmu_psize_def mmu_psize_defs[MMU_PAGE_COUNT];
Dmmu-hash.h185 for (psize = 0; psize < MMU_PAGE_COUNT; ++psize) in shift_to_mmu_psize()
/arch/powerpc/mm/
Dtlb_nohash.c58 struct mmu_psize_def mmu_psize_defs[MMU_PAGE_COUNT] = {
89 struct mmu_psize_def mmu_psize_defs[MMU_PAGE_COUNT] = {
442 for (psize = 0; psize < MMU_PAGE_COUNT; ++psize) { in setup_page_sizes()
481 for (psize = 0; psize < MMU_PAGE_COUNT; ++psize) { in setup_page_sizes()
501 for (psize = 0; psize < MMU_PAGE_COUNT; ++psize) { in setup_page_sizes()
529 for (psize = 0; psize < MMU_PAGE_COUNT; psize++) { in setup_page_sizes()
542 for (psize = 0; psize < MMU_PAGE_COUNT; ++psize) { in setup_page_sizes()
Dhash_utils_64.c93 struct mmu_psize_def mmu_psize_defs[MMU_PAGE_COUNT];
137 .penc = {[MMU_PAGE_4K] = 0, [1 ... MMU_PAGE_COUNT - 1] = -1},
151 .penc = {[MMU_PAGE_4K] = 0, [1 ... MMU_PAGE_COUNT - 1] = -1},
159 [MMU_PAGE_16M + 1 ... MMU_PAGE_COUNT - 1] = -1 },
520 for (bpsize = 0; bpsize < MMU_PAGE_COUNT; bpsize++) in mmu_psize_set_default_penc()
521 for (apsize = 0; apsize < MMU_PAGE_COUNT; apsize++) in mmu_psize_set_default_penc()
601 for (bp = 0; bp < MMU_PAGE_COUNT; ++bp) { in init_hpte_page_sizes()
604 for (ap = bp; ap < MMU_PAGE_COUNT; ++ap) { in init_hpte_page_sizes()
Dhugetlbpage.c47 static struct psize_gpages gpage_freearray[MMU_PAGE_COUNT];
289 unsigned long gpage_npages[MMU_PAGE_COUNT];
349 for (i = MMU_PAGE_COUNT-1; i >= 0; i--) { in reserve_hugetlb_gpages()
818 for (psize = 0; psize < MMU_PAGE_COUNT; ++psize) { in hugetlbpage_init()
859 for (psize = 0; psize < MMU_PAGE_COUNT; ++psize) { in hugetlbpage_init()
Dmem.c344 BUILD_BUG_ON(MMU_PAGE_COUNT > 16); in mem_init()
/arch/powerpc/include/asm/
Dmmu-book3e.h258 extern struct mmu_psize_def mmu_psize_defs[MMU_PAGE_COUNT];
264 for (psize = 0; psize < MMU_PAGE_COUNT; ++psize) in shift_to_mmu_psize()
Dmmu.h288 #define MMU_PAGE_COUNT 15 macro
Dpage.h49 #define HUGE_MAX_HSTATE (MMU_PAGE_COUNT-1)
Dhugetlb.h23 BUILD_BUG_ON((MMU_PAGE_COUNT - 1) > 0xf); in hugepd_page()