Searched refs:napot_cont_shift (Results 1 – 3 of 3) sorted by relevance
36 if (napot_cont_shift(order) > max_page_shift) in arch_vmap_pte_range_map_size()74 shift = napot_cont_shift(order); in arch_vmap_pte_supported_shift()
104 #define napot_cont_shift(order) ((order) + PAGE_SHIFT) macro105 #define napot_cont_size(order) BIT(napot_cont_shift(order))
169 if (shift == napot_cont_shift(order)) { in arch_make_huge_pte()