Searched refs:hugepd_shift (Results 1 – 8 of 8) sorted by relevance
82 static inline unsigned int hugepd_shift(hugepd_t hpd) in hugepd_shift() function96 unsigned long idx = (addr & ((1UL << pdshift) - 1)) >> hugepd_shift(hpd); in hugepte_offset()
328 unsigned int shift = hugepd_shift(*hpdp); in free_hugepd_range()395 more = addr + (1UL << hugepd_shift(*(hugepd_t *)pmd)); in hugetlb_free_pmd_range()437 more = addr + (1UL << hugepd_shift(*(hugepd_t *)pud)); in hugetlb_free_pud_range()499 more = addr + (1UL << hugepd_shift(*(hugepd_t *)pgd)); in hugetlb_free_pgd_range()
468 pdshift = hugepd_shift(*hpdp); in __find_linux_pte()
13 static inline unsigned int hugepd_shift(hugepd_t hpd) in hugepd_shift() function
70 #define hugepd_shift(x) 0 macro
14 static inline unsigned int hugepd_shift(hugepd_t hpd) in hugepd_shift() function
67 int shift = hugepd_shift(*phpd); in walk_hugepd_range()
2632 unsigned long sz = 1UL << hugepd_shift(hugepd); in gup_huge_pd()
Completed in 13 milliseconds