Home
last modified time | relevance | path

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

/linux/arch/powerpc/mm/nohash/
A Dtlb.c54 struct mmu_psize_def mmu_psize_defs[MMU_PAGE_COUNT] = {
85 struct mmu_psize_def mmu_psize_defs[MMU_PAGE_COUNT] = {
100 struct mmu_psize_def mmu_psize_defs[MMU_PAGE_COUNT] = {
454 for (psize = 0; psize < MMU_PAGE_COUNT; ++psize) { in setup_page_sizes()
493 for (psize = 0; psize < MMU_PAGE_COUNT; ++psize) { in setup_page_sizes()
516 for (psize = 0; psize < MMU_PAGE_COUNT; ++psize) { in setup_page_sizes()
544 for (psize = 0; psize < MMU_PAGE_COUNT; psize++) { in setup_page_sizes()
557 for (psize = 0; psize < MMU_PAGE_COUNT; ++psize) { in setup_page_sizes()
/linux/arch/powerpc/include/asm/nohash/32/
A Dmmu-8xx.h210 extern struct mmu_psize_def mmu_psize_defs[MMU_PAGE_COUNT];
216 for (psize = 0; psize < MMU_PAGE_COUNT; ++psize) in shift_to_mmu_psize()
/linux/arch/powerpc/include/asm/book3s/64/
A Dmmu.h19 int penc[MMU_PAGE_COUNT]; /* HPTE encoding */
28 extern struct mmu_psize_def mmu_psize_defs[MMU_PAGE_COUNT];
A Dhugetlb.h74 BUILD_BUG_ON((MMU_PAGE_COUNT - 1) > 0xf); in hugepd_page()
A Dpgalloc.h174 extern atomic_long_t direct_pages_count[MMU_PAGE_COUNT];
A Dmmu-hash.h188 for (psize = 0; psize < MMU_PAGE_COUNT; ++psize) in shift_to_mmu_psize()
205 for (psize = 0; psize < MMU_PAGE_COUNT; psize++) { in ap_to_shift()
/linux/arch/powerpc/include/asm/nohash/
A Dmmu-book3e.h259 extern struct mmu_psize_def mmu_psize_defs[MMU_PAGE_COUNT];
265 for (psize = 0; psize < MMU_PAGE_COUNT; ++psize) in shift_to_mmu_psize()
/linux/arch/powerpc/mm/book3s64/
A Dhash_utils.c102 struct mmu_psize_def mmu_psize_defs[MMU_PAGE_COUNT];
149 .penc = {[MMU_PAGE_4K] = 0, [1 ... MMU_PAGE_COUNT - 1] = -1},
164 .penc = {[MMU_PAGE_4K] = 0, [1 ... MMU_PAGE_COUNT - 1] = -1},
172 [MMU_PAGE_16M + 1 ... MMU_PAGE_COUNT - 1] = -1 },
569 for (bpsize = 0; bpsize < MMU_PAGE_COUNT; bpsize++) in mmu_psize_set_default_penc()
570 for (apsize = 0; apsize < MMU_PAGE_COUNT; apsize++) in mmu_psize_set_default_penc()
652 for (bp = 0; bp < MMU_PAGE_COUNT; ++bp) { in init_hpte_page_sizes()
655 for (ap = bp; ap < MMU_PAGE_COUNT; ++ap) { in init_hpte_page_sizes()
A Dpgtable.c416 atomic_long_t direct_pages_count[MMU_PAGE_COUNT];
A Dradix_tlb.c1503 for (psize = 0; psize < MMU_PAGE_COUNT; psize++) { in do_h_rpt_invalidate_prt()
/linux/arch/powerpc/platforms/pseries/
A Dlpar.c68 static int hblkrm_size[MMU_PAGE_COUNT][MMU_PAGE_COUNT] __ro_after_init;
1419 for (bpsize = 0; bpsize < MMU_PAGE_COUNT; bpsize++) { in check_lp_set_hblkrm()
1422 for (psize = 0; psize < MMU_PAGE_COUNT; psize++) { in check_lp_set_hblkrm()
1493 for (bpsize = 0; bpsize < MMU_PAGE_COUNT; bpsize++) in pseries_lpar_read_hblkrm_characteristics()
1494 for (idx = 0; idx < MMU_PAGE_COUNT; idx++) in pseries_lpar_read_hblkrm_characteristics()
/linux/arch/powerpc/include/asm/
A Dpage.h40 #define HUGE_MAX_HSTATE (MMU_PAGE_COUNT-1)
A Dmmu.h392 #define MMU_PAGE_COUNT 16 macro
/linux/arch/powerpc/mm/
A Dmem.c241 BUILD_BUG_ON(MMU_PAGE_COUNT > 16); in mem_init()
A Dpgtable.c261 psize = MMU_PAGE_COUNT; in huge_ptep_set_access_flags()
A Dhugetlbpage.c617 for (psize = 0; psize < MMU_PAGE_COUNT; ++psize) { in hugetlbpage_init()
/linux/arch/powerpc/mm/ptdump/
A Dhashpagetable.c297 while (idx < MMU_PAGE_COUNT) { in decode_r()
/linux/arch/powerpc/kvm/
A Dbook3s_64_mmu_radix.c196 for (ps = MMU_PAGE_4K; ps < MMU_PAGE_COUNT; ++ps) in kvmppc_mmu_walk_radix_tree()
A Dbook3s_hv_nested.c1277 for (psize = 0; psize < MMU_PAGE_COUNT; psize++) { in do_tlb_invalidate_nested_tlb()

Completed in 34 milliseconds