Home
last modified time | relevance | path

Searched refs:napot_cont_size (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.6/arch/riscv/include/asm/
Dvmalloc.h39 size = napot_cont_size(order); in arch_vmap_pte_range_map_size()
68 if (napot_cont_size(order) > size) in arch_vmap_pte_supported_shift()
71 if (!IS_ALIGNED(size, napot_cont_size(order))) in arch_vmap_pte_supported_shift()
Dpgtable-64.h105 #define napot_cont_size(order) BIT(napot_cont_shift(order)) macro
106 #define napot_cont_mask(order) (~(napot_cont_size(order) - 1UL))
/Linux-v6.6/arch/riscv/mm/
Dhugetlbpage.c69 if (napot_cont_size(order) == sz) { in huge_pte_alloc()
120 if (napot_cont_size(order) == sz) { in huge_pte_offset()
221 ptep = huge_pte_offset(mm, addr, napot_cont_size(order)); in huge_ptep_set_access_flags()
267 ptep = huge_pte_offset(mm, addr, napot_cont_size(order)); in huge_ptep_set_wrprotect()
317 if (size == napot_cont_size(order)) in is_napot_size()