Home
last modified time | relevance | path

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

/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] = {
108 struct mmu_psize_def mmu_psize_defs[MMU_PAGE_COUNT] = {
461 for (psize = 0; psize < MMU_PAGE_COUNT; ++psize) { in setup_page_sizes()
500 for (psize = 0; psize < MMU_PAGE_COUNT; ++psize) { in setup_page_sizes()
523 for (psize = 0; psize < MMU_PAGE_COUNT; ++psize) { in setup_page_sizes()
551 for (psize = 0; psize < MMU_PAGE_COUNT; psize++) { in setup_page_sizes()
564 for (psize = 0; psize < MMU_PAGE_COUNT; ++psize) { in setup_page_sizes()
Dhash_utils_64.c96 struct mmu_psize_def mmu_psize_defs[MMU_PAGE_COUNT];
140 .penc = {[MMU_PAGE_4K] = 0, [1 ... MMU_PAGE_COUNT - 1] = -1},
154 .penc = {[MMU_PAGE_4K] = 0, [1 ... MMU_PAGE_COUNT - 1] = -1},
162 [MMU_PAGE_16M + 1 ... MMU_PAGE_COUNT - 1] = -1 },
531 for (bpsize = 0; bpsize < MMU_PAGE_COUNT; bpsize++) in mmu_psize_set_default_penc()
532 for (apsize = 0; apsize < MMU_PAGE_COUNT; apsize++) in mmu_psize_set_default_penc()
612 for (bp = 0; bp < MMU_PAGE_COUNT; ++bp) { in init_hpte_page_sizes()
615 for (ap = bp; ap < MMU_PAGE_COUNT; ++ap) { in init_hpte_page_sizes()
Dmem.c353 BUILD_BUG_ON(MMU_PAGE_COUNT > 16); in mem_init()
Ddump_hashpagetable.c305 while (idx < MMU_PAGE_COUNT) { in decode_r()
Dhugetlbpage.c664 for (psize = 0; psize < MMU_PAGE_COUNT; ++psize) { in hugetlbpage_init()
/arch/powerpc/include/asm/
Dmmu-8xx.h198 extern struct mmu_psize_def mmu_psize_defs[MMU_PAGE_COUNT];
204 for (psize = 0; psize < MMU_PAGE_COUNT; ++psize) in shift_to_mmu_psize()
Dmmu-book3e.h254 extern struct mmu_psize_def mmu_psize_defs[MMU_PAGE_COUNT];
260 for (psize = 0; psize < MMU_PAGE_COUNT; ++psize) in shift_to_mmu_psize()
Dpage.h49 #define HUGE_MAX_HSTATE (MMU_PAGE_COUNT-1)
Dmmu.h302 #define MMU_PAGE_COUNT 16 macro
Dhugetlb.h24 BUILD_BUG_ON((MMU_PAGE_COUNT - 1) > 0xf); in hugepd_page()
/arch/powerpc/include/asm/book3s/64/
Dmmu.h17 int penc[MMU_PAGE_COUNT]; /* HPTE encoding */
25 extern struct mmu_psize_def mmu_psize_defs[MMU_PAGE_COUNT];
Dmmu-hash.h188 for (psize = 0; psize < MMU_PAGE_COUNT; ++psize) in shift_to_mmu_psize()
/arch/powerpc/kvm/
Dbook3s_64_mmu_radix.c112 for (ps = MMU_PAGE_4K; ps < MMU_PAGE_COUNT; ++ps) in kvmppc_mmu_radix_xlate()