Home
last modified time | relevance | path

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

/Linux-v4.19/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] = {
464 for (psize = 0; psize < MMU_PAGE_COUNT; ++psize) { in setup_page_sizes()
503 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.c97 struct mmu_psize_def mmu_psize_defs[MMU_PAGE_COUNT];
142 .penc = {[MMU_PAGE_4K] = 0, [1 ... MMU_PAGE_COUNT - 1] = -1},
156 .penc = {[MMU_PAGE_4K] = 0, [1 ... MMU_PAGE_COUNT - 1] = -1},
164 [MMU_PAGE_16M + 1 ... MMU_PAGE_COUNT - 1] = -1 },
526 for (bpsize = 0; bpsize < MMU_PAGE_COUNT; bpsize++) in mmu_psize_set_default_penc()
527 for (apsize = 0; apsize < MMU_PAGE_COUNT; apsize++) in mmu_psize_set_default_penc()
609 for (bp = 0; bp < MMU_PAGE_COUNT; ++bp) { in init_hpte_page_sizes()
612 for (ap = bp; ap < MMU_PAGE_COUNT; ++ap) { in init_hpte_page_sizes()
Dpgtable-book3s64.c460 atomic_long_t direct_pages_count[MMU_PAGE_COUNT];
Dmem.c344 BUILD_BUG_ON(MMU_PAGE_COUNT > 16); in mem_init()
Ddump_hashpagetable.c304 while (idx < MMU_PAGE_COUNT) { in decode_r()
Dhugetlbpage.c667 for (psize = 0; psize < MMU_PAGE_COUNT; ++psize) { in hugetlbpage_init()
/Linux-v4.19/arch/powerpc/include/asm/
Dmmu-8xx.h235 extern struct mmu_psize_def mmu_psize_defs[MMU_PAGE_COUNT];
241 for (psize = 0; psize < MMU_PAGE_COUNT; ++psize) in shift_to_mmu_psize()
Dmmu-book3e.h250 extern struct mmu_psize_def mmu_psize_defs[MMU_PAGE_COUNT];
256 for (psize = 0; psize < MMU_PAGE_COUNT; ++psize) in shift_to_mmu_psize()
Dhugetlb.h24 BUILD_BUG_ON((MMU_PAGE_COUNT - 1) > 0xf); in hugepd_page()
Dmmu.h310 #define MMU_PAGE_COUNT 16 macro
Dpage.h49 #define HUGE_MAX_HSTATE (MMU_PAGE_COUNT-1)
/Linux-v4.19/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];
Dpgalloc.h230 extern atomic_long_t direct_pages_count[MMU_PAGE_COUNT];
Dmmu-hash.h193 for (psize = 0; psize < MMU_PAGE_COUNT; ++psize) in shift_to_mmu_psize()
/Linux-v4.19/arch/powerpc/kvm/
Dbook3s_64_mmu_radix.c106 for (ps = MMU_PAGE_4K; ps < MMU_PAGE_COUNT; ++ps) in kvmppc_mmu_radix_xlate()