Searched refs:pdshift (Results 1 – 10 of 10) sorted by relevance
| /OK3568_Linux_fs/kernel/arch/powerpc/mm/ |
| H A D | hugetlbpage.c | 45 unsigned long address, unsigned int pdshift, in __hugepte_alloc() argument 53 if (pshift >= pdshift) { in __hugepte_alloc() 55 num_hugepd = 1 << (pshift - pdshift); in __hugepte_alloc() 57 cachep = PGT_CACHE(pdshift - pshift); in __hugepte_alloc() 118 unsigned pdshift = PGDIR_SHIFT; in huge_pte_alloc() local 136 pdshift = PUD_SHIFT; in huge_pte_alloc() 146 pdshift = PMD_SHIFT; in huge_pte_alloc() 164 pdshift = PUD_SHIFT; in huge_pte_alloc() 172 pdshift = PMD_SHIFT; in huge_pte_alloc() 190 pdshift, pshift, ptl)) in huge_pte_alloc() [all …]
|
| H A D | pgtable.c | 355 unsigned pdshift; in __find_linux_pte() local 373 pdshift = P4D_SHIFT; in __find_linux_pte() 393 pdshift = PUD_SHIFT; in __find_linux_pte() 410 pdshift = PMD_SHIFT; in __find_linux_pte() 455 ret_pte = hugepte_offset(*hpdp, ea, pdshift); in __find_linux_pte() 456 pdshift = hugepd_shift(*hpdp); in __find_linux_pte() 459 *hpage_shift = pdshift; in __find_linux_pte()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/include/asm/book3s/64/ |
| H A D | hugetlb.h | 95 unsigned int pdshift) in hugepte_offset() argument 97 unsigned long idx = (addr & ((1UL << pdshift) - 1)) >> hugepd_shift(hpd); in hugepte_offset()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/mm/ptdump/ |
| H A D | ptdump.c | 279 int pdshift, int level) in walk_hugepd() argument 284 int ptrs_per_hpd = pdshift - shift > 0 ? 1 << (pdshift - shift) : 1; in walk_hugepd() 291 pte_t *pte = hugepte_offset(*phpd, addr, pdshift); in walk_hugepd()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/include/asm/nohash/ |
| H A D | hugetlb-book3e.h | 19 unsigned int pdshift) in hugepte_offset() argument
|
| /OK3568_Linux_fs/kernel/arch/powerpc/include/asm/ |
| H A D | hugetlb.h | 71 unsigned pdshift) in hugepte_offset() argument
|
| /OK3568_Linux_fs/kernel/arch/powerpc/include/asm/nohash/32/ |
| H A D | hugetlb-8xx.h | 20 unsigned int pdshift) in hugepte_offset() argument
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | hugetlb.h | 181 int flags, int pdshift); 265 int pdshift) in follow_huge_pd() argument
|
| /OK3568_Linux_fs/kernel/mm/ |
| H A D | gup.c | 2379 unsigned int pdshift, unsigned long end, unsigned int flags, in gup_huge_pd() argument 2386 ptep = hugepte_offset(hugepd, addr, pdshift); in gup_huge_pd() 2397 unsigned int pdshift, unsigned long end, unsigned int flags, in gup_huge_pd() argument
|
| H A D | hugetlb.c | 5622 unsigned long address, hugepd_t hpd, int flags, int pdshift) in follow_huge_pd() argument
|