Searched refs:napot_cont_size (Results 1 – 3 of 3) sorted by relevance
69 if (napot_cont_size(order) == sz) { in huge_pte_alloc()120 if (napot_cont_size(order) == sz) { in huge_pte_offset()139 case napot_cont_size(NAPOT_CONT64KB_ORDER): in hugetlb_mask_last_page()140 return PMD_SIZE - napot_cont_size(NAPOT_CONT64KB_ORDER); in hugetlb_mask_last_page()279 ptep = huge_pte_offset(mm, addr, napot_cont_size(order)); in huge_ptep_set_access_flags()325 ptep = huge_pte_offset(mm, addr, napot_cont_size(order)); in huge_ptep_set_wrprotect()375 if (size == napot_cont_size(order)) in is_napot_size()
105 #define napot_cont_size(order) BIT(napot_cont_shift(order)) macro106 #define napot_cont_mask(order) (~(napot_cont_size(order) - 1UL))
442 napot_cont_size(napot_cont_order(pte)) :\