Home
last modified time | relevance | path

Searched refs:napot_cont_shift (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/riscv/include/asm/
H A Dpgtable-64.h104 #define napot_cont_shift(order) ((order) + PAGE_SHIFT) macro
105 #define napot_cont_size(order) BIT(napot_cont_shift(order))
/openbmc/linux/arch/riscv/mm/
H A Dhugetlbpage.c189 if (shift == napot_cont_shift(order)) { in arch_make_huge_pte()