Searched refs:hugepd_shift (Results 1 – 6 of 6) sorted by relevance
83 static inline unsigned int hugepd_shift(hugepd_t hpd) in hugepd_shift() function97 unsigned long idx = (addr & ((1UL << pdshift) - 1)) >> hugepd_shift(hpd); in hugepte_offset()
13 static inline unsigned int hugepd_shift(hugepd_t hpd) in hugepd_shift() function
322 unsigned int shift = hugepd_shift(*hpdp); in free_hugepd_range()389 more = addr + (1 << hugepd_shift(*(hugepd_t *)pmd)); in hugetlb_free_pmd_range()431 more = addr + (1 << hugepd_shift(*(hugepd_t *)pud)); in hugetlb_free_pud_range()493 more = addr + (1 << hugepd_shift(*(hugepd_t *)pgd)); in hugetlb_free_pgd_range()511 int shift = hugepd_shift(hpd); in follow_huge_pd()
465 pdshift = hugepd_shift(*hpdp); in __find_linux_pte()
67 #define hugepd_shift(x) 0 macro
14 static inline unsigned int hugepd_shift(hugepd_t hpd) in hugepd_shift() function