Searched refs:hpdp (Results 1 – 5 of 5) sorted by relevance
/linux-6.3-rc2/arch/powerpc/mm/ |
A D | hugetlbpage.c | 97 *hpdp = __hugepd(0); in __hugepte_alloc() 117 hugepd_t *hpdp = NULL; in huge_pte_alloc() local 135 hpdp = (hugepd_t *)p4; in huge_pte_alloc() 145 hpdp = (hugepd_t *)pu; in huge_pte_alloc() 163 hpdp = (hugepd_t *)p4; in huge_pte_alloc() 171 hpdp = (hugepd_t *)pu; in huge_pte_alloc() 178 hpdp = (hugepd_t *)pm; in huge_pte_alloc() 182 if (!hpdp) in huge_pte_alloc() 188 BUG_ON(!hugepd_none(*hpdp) && !hugepd_ok(*hpdp)); in huge_pte_alloc() 190 if (hugepd_none(*hpdp) && __hugepte_alloc(mm, hpdp, addr, in huge_pte_alloc() [all …]
|
A D | pgtable.c | 366 hugepd_t *hpdp = NULL; in __find_linux_pte() local 396 hpdp = (hugepd_t *)&p4d; in __find_linux_pte() 418 hpdp = (hugepd_t *)&pud; in __find_linux_pte() 457 hpdp = (hugepd_t *)&pmd; in __find_linux_pte() 464 if (!hpdp) in __find_linux_pte() 467 ret_pte = hugepte_offset(*hpdp, ea, pdshift); in __find_linux_pte() 468 pdshift = hugepd_shift(*hpdp); in __find_linux_pte()
|
/linux-6.3-rc2/arch/powerpc/include/asm/nohash/32/ |
A D | hugetlb-8xx.h | 33 static inline void hugepd_populate(hugepd_t *hpdp, pte_t *new, unsigned int pshift) in hugepd_populate() argument 35 *hpdp = __hugepd(__pa(new) | _PMD_USER | _PMD_PRESENT | _PMD_PAGE_8M); in hugepd_populate() 38 static inline void hugepd_populate_kernel(hugepd_t *hpdp, pte_t *new, unsigned int pshift) in hugepd_populate_kernel() argument 40 *hpdp = __hugepd(__pa(new) | _PMD_PRESENT | _PMD_PAGE_8M); in hugepd_populate_kernel()
|
/linux-6.3-rc2/arch/powerpc/include/asm/nohash/ |
A D | hugetlb-e500.h | 31 static inline void hugepd_populate(hugepd_t *hpdp, pte_t *new, unsigned int pshift) in hugepd_populate() argument 34 *hpdp = __hugepd(((unsigned long)new & ~PD_HUGE) | pshift); in hugepd_populate()
|
/linux-6.3-rc2/arch/powerpc/include/asm/book3s/64/ |
A D | hugetlb.h | 101 static inline void hugepd_populate(hugepd_t *hpdp, pte_t *new, unsigned int pshift) in hugepd_populate() argument 103 *hpdp = __hugepd(__pa(new) | HUGEPD_VAL_BITS | (shift_to_mmu_psize(pshift) << 2)); in hugepd_populate()
|
Completed in 8 milliseconds