Home
last modified time | relevance | path

Searched refs:__hugepd (Results 1 – 10 of 10) sorted by relevance

/linux-6.3-rc2/arch/powerpc/include/asm/nohash/32/
A Dhugetlb-8xx.h35 *hpdp = __hugepd(__pa(new) | _PMD_USER | _PMD_PRESENT | _PMD_PAGE_8M); in hugepd_populate()
40 *hpdp = __hugepd(__pa(new) | _PMD_PRESENT | _PMD_PAGE_8M); in hugepd_populate_kernel()
/linux-6.3-rc2/arch/powerpc/mm/
A Dhugetlbpage.c97 *hpdp = __hugepd(0); in __hugepte_alloc()
338 *hpdp = __hugepd(0); in free_hugepd_range()
375 if (!is_hugepd(__hugepd(pmd_val(*pmd)))) { in hugetlb_free_pmd_range()
424 if (!is_hugepd(__hugepd(pud_val(*pud)))) { in hugetlb_free_pud_range()
487 if (!is_hugepd(__hugepd(pgd_val(*pgd)))) { in hugetlb_free_pgd_range()
A Dpgtable.c395 if (is_hugepd(__hugepd(p4d_val(p4d)))) { in __find_linux_pte()
417 if (is_hugepd(__hugepd(pud_val(pud)))) { in __find_linux_pte()
456 if (is_hugepd(__hugepd(pmd_val(pmd)))) { in __find_linux_pte()
/linux-6.3-rc2/arch/powerpc/include/asm/nohash/
A Dhugetlb-e500.h34 *hpdp = __hugepd(((unsigned long)new & ~PD_HUGE) | pshift); in hugepd_populate()
/linux-6.3-rc2/mm/
A Dpagewalk.c150 if (is_hugepd(__hugepd(pmd_val(*pmd)))) in walk_pmd_range()
202 if (is_hugepd(__hugepd(pud_val(*pud)))) in walk_pud_range()
237 if (is_hugepd(__hugepd(p4d_val(*p4d)))) in walk_p4d_range()
274 if (is_hugepd(__hugepd(pgd_val(*pgd)))) in walk_pgd_range()
A Dgup.c2787 } else if (unlikely(is_hugepd(__hugepd(pmd_val(pmd))))) { in gup_pmd_range()
2792 if (!gup_huge_pd(__hugepd(pmd_val(pmd)), addr, in gup_pmd_range()
2819 } else if (unlikely(is_hugepd(__hugepd(pud_val(pud))))) { in gup_pud_range()
2820 if (!gup_huge_pd(__hugepd(pud_val(pud)), addr, in gup_pud_range()
2844 if (unlikely(is_hugepd(__hugepd(p4d_val(p4d))))) { in gup_p4d_range()
2845 if (!gup_huge_pd(__hugepd(p4d_val(p4d)), addr, in gup_p4d_range()
2872 } else if (unlikely(is_hugepd(__hugepd(pgd_val(pgd))))) { in gup_pgd_range()
2873 if (!gup_huge_pd(__hugepd(pgd_val(pgd)), addr, in gup_pgd_range()
/linux-6.3-rc2/arch/powerpc/include/asm/
A Dpgtable-types.h88 #define __hugepd(x) ((hugepd_t) { (x) }) macro
A Dpgtable-be-types.h106 #define __hugepd(x) ((hugepd_t) { cpu_to_be64(x) }) macro
/linux-6.3-rc2/arch/powerpc/include/asm/book3s/64/
A Dhugetlb.h103 *hpdp = __hugepd(__pa(new) | HUGEPD_VAL_BITS | (shift_to_mmu_psize(pshift) << 2)); in hugepd_populate()
/linux-6.3-rc2/include/linux/
A Dhugetlb.h26 #define __hugepd(x) ((hugepd_t) { (x) }) macro

Completed in 18 milliseconds