Home
last modified time | relevance | path

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

/linux-6.1.9/arch/powerpc/mm/nohash/
Dtlb.c53 struct mmu_psize_def mmu_psize_defs[MMU_PAGE_COUNT] = {
97 struct mmu_psize_def mmu_psize_defs[MMU_PAGE_COUNT] = {
421 for (psize = 0; psize < MMU_PAGE_COUNT; ++psize) { in setup_page_sizes()
460 for (psize = 0; psize < MMU_PAGE_COUNT; ++psize) { in setup_page_sizes()
483 for (psize = 0; psize < MMU_PAGE_COUNT; ++psize) { in setup_page_sizes()
511 for (psize = 0; psize < MMU_PAGE_COUNT; psize++) { in setup_page_sizes()
524 for (psize = 0; psize < MMU_PAGE_COUNT; ++psize) { in setup_page_sizes()
/linux-6.1.9/arch/powerpc/include/asm/nohash/32/
Dmmu-8xx.h208 extern struct mmu_psize_def mmu_psize_defs[MMU_PAGE_COUNT];
214 for (psize = 0; psize < MMU_PAGE_COUNT; ++psize) in shift_to_mmu_psize()
/linux-6.1.9/arch/powerpc/include/asm/book3s/64/
Dmmu.h19 int penc[MMU_PAGE_COUNT]; /* HPTE encoding */
28 extern struct mmu_psize_def mmu_psize_defs[MMU_PAGE_COUNT];
Dhugetlb.h73 BUILD_BUG_ON((MMU_PAGE_COUNT - 1) > 0xf); in hugepd_page()
Dpgalloc.h176 extern atomic_long_t direct_pages_count[MMU_PAGE_COUNT];
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-6.1.9/arch/powerpc/include/asm/nohash/
Dmmu-e500.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-6.1.9/arch/powerpc/mm/book3s64/
Dhash_utils.c143 .penc = {[MMU_PAGE_4K] = 0, [1 ... MMU_PAGE_COUNT - 1] = -1},
158 .penc = {[MMU_PAGE_4K] = 0, [1 ... MMU_PAGE_COUNT - 1] = -1},
166 [MMU_PAGE_16M + 1 ... MMU_PAGE_COUNT - 1] = -1 },
665 for (bpsize = 0; bpsize < MMU_PAGE_COUNT; bpsize++) in mmu_psize_set_default_penc()
666 for (apsize = 0; apsize < MMU_PAGE_COUNT; apsize++) in mmu_psize_set_default_penc()
748 for (bp = 0; bp < MMU_PAGE_COUNT; ++bp) { in init_hpte_page_sizes()
751 for (ap = bp; ap < MMU_PAGE_COUNT; ++ap) { in init_hpte_page_sizes()
Dpgtable.c27 struct mmu_psize_def mmu_psize_defs[MMU_PAGE_COUNT];
420 atomic_long_t direct_pages_count[MMU_PAGE_COUNT];
Dradix_tlb.c1511 for (psize = 0; psize < MMU_PAGE_COUNT; psize++) { in do_h_rpt_invalidate_prt()
/linux-6.1.9/arch/powerpc/platforms/pseries/
Dlpar.c67 static int hblkrm_size[MMU_PAGE_COUNT][MMU_PAGE_COUNT] __ro_after_init;
1460 for (bpsize = 0; bpsize < MMU_PAGE_COUNT; bpsize++) { in check_lp_set_hblkrm()
1463 for (psize = 0; psize < MMU_PAGE_COUNT; psize++) { in check_lp_set_hblkrm()
1534 for (bpsize = 0; bpsize < MMU_PAGE_COUNT; bpsize++) in pseries_lpar_read_hblkrm_characteristics()
1535 for (idx = 0; idx < MMU_PAGE_COUNT; idx++) in pseries_lpar_read_hblkrm_characteristics()
/linux-6.1.9/arch/powerpc/include/asm/
Dpage.h40 #define HUGE_MAX_HSTATE (MMU_PAGE_COUNT-1)
Dmmu.h393 #define MMU_PAGE_COUNT 16 macro
/linux-6.1.9/arch/powerpc/mm/
Dmem.c276 BUILD_BUG_ON(MMU_PAGE_COUNT > 16); in mem_init()
Dpgtable.c273 psize = MMU_PAGE_COUNT; in huge_ptep_set_access_flags()
Dhugetlbpage.c590 for (psize = 0; psize < MMU_PAGE_COUNT; ++psize) { in hugetlbpage_init()
/linux-6.1.9/arch/powerpc/mm/ptdump/
Dhashpagetable.c300 while (idx < MMU_PAGE_COUNT) { in decode_r()
/linux-6.1.9/arch/powerpc/kvm/
Dbook3s_64_mmu_radix.c202 for (ps = MMU_PAGE_4K; ps < MMU_PAGE_COUNT; ++ps) in kvmppc_mmu_walk_radix_tree()
Dbook3s_hv_nested.c1282 for (psize = 0; psize < MMU_PAGE_COUNT; psize++) { in do_tlb_invalidate_nested_tlb()