Searched refs:MMU_PAGE_1G (Results 1 - 17 of 17) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/include/asm/book3s/64/ |
H A D | hugetlb.h | 27 else if (shift == mmu_psize_defs[MMU_PAGE_1G].shift) in hstate_get_psize() 28 return MMU_PAGE_1G; in hstate_get_psize() 127 if (mmu_psize != MMU_PAGE_2M && mmu_psize != MMU_PAGE_1G) in check_and_get_huge_psize()
|
H A D | tlbflush-radix.h | 19 if (psize == MMU_PAGE_1G) in psize_to_rpti_pgsize()
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/book3s/64/ |
H A D | hugetlb.h | 26 else if (shift == mmu_psize_defs[MMU_PAGE_1G].shift) in hstate_get_psize() 27 return MMU_PAGE_1G; in hstate_get_psize() 126 if (mmu_psize != MMU_PAGE_2M && mmu_psize != MMU_PAGE_1G) in check_and_get_huge_psize()
|
H A D | tlbflush-radix.h | 23 if (psize == MMU_PAGE_1G) in psize_to_rpti_pgsize()
|
H A D | radix.h | 312 if (mmu_psize_defs[MMU_PAGE_1G].shift == PUD_SHIFT) in radix__has_transparent_pud_hugepage()
|
/kernel/linux/linux-5.10/arch/powerpc/mm/nohash/ |
H A D | tlb.c | 79 [MMU_PAGE_1G] = { 128 [MMU_PAGE_1G] = { 664 mmu_linear_psize = MMU_PAGE_1G; in early_init_mmu_global()
|
/kernel/linux/linux-5.10/arch/powerpc/mm/book3s64/ |
H A D | radix_pgtable.c | 291 mmu_psize_defs[MMU_PAGE_1G].shift) { in create_physical_mapping() 293 psize = MMU_PAGE_1G; in create_physical_mapping() 442 idx = MMU_PAGE_1G; in get_idx_from_shift() 879 update_page_count(MMU_PAGE_1G, -pages); in remove_pud_table()
|
H A D | pgtable.c | 420 atomic_long_read(&direct_pages_count[MMU_PAGE_1G]) << 20); in arch_report_meminfo()
|
H A D | radix_tlb.c | 997 else if (page_size == (1UL << mmu_psize_defs[MMU_PAGE_1G].shift)) in radix_get_mmu_psize() 998 psize = MMU_PAGE_1G; in radix_get_mmu_psize()
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
H A D | mmu.h | 358 #define MMU_PAGE_1G 13 macro
|
/kernel/linux/linux-6.6/arch/powerpc/mm/book3s64/ |
H A D | pgtable.c | 79 * We can use MMU_PAGE_1G here, because only radix in pudp_set_access_flags() 83 pud_pte(entry), address, MMU_PAGE_1G); in pudp_set_access_flags() 516 atomic_long_read(&direct_pages_count[MMU_PAGE_1G]) << 20); in arch_report_meminfo()
|
H A D | radix_pgtable.c | 320 mmu_psize_defs[MMU_PAGE_1G].shift) { in create_physical_mapping() 322 psize = MMU_PAGE_1G; in create_physical_mapping() 454 idx = MMU_PAGE_1G; in get_idx_from_shift() 826 update_page_count(MMU_PAGE_1G, -pages); in remove_pud_table()
|
H A D | radix_tlb.c | 1138 else if (page_size == (1UL << mmu_psize_defs[MMU_PAGE_1G].shift)) in radix_get_mmu_psize() 1139 psize = MMU_PAGE_1G; in radix_get_mmu_psize() 1373 radix__flush_tlb_range_psize(vma->vm_mm, start, end, MMU_PAGE_1G); in radix__flush_pud_tlb_range()
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
H A D | mmu.h | 380 #define MMU_PAGE_1G 13 macro
|
/kernel/linux/linux-6.6/arch/powerpc/mm/nohash/ |
H A D | tlb.c | 78 [MMU_PAGE_1G] = {
|
/kernel/linux/linux-5.10/arch/powerpc/kvm/ |
H A D | book3s_64_mmu_radix.c | 1207 add_rmmu_ap_encoding(info, MMU_PAGE_1G, &i); in kvmhv_get_rmmu_info()
|
/kernel/linux/linux-6.6/arch/powerpc/kvm/ |
H A D | book3s_64_mmu_radix.c | 1236 add_rmmu_ap_encoding(info, MMU_PAGE_1G, &i); in kvmhv_get_rmmu_info()
|
Completed in 18 milliseconds