Home
last modified time | relevance | path

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

/linux/arch/riscv/include/asm/
H A Dpgtable-64.h87 #define _PAGE_NAPOT BIT(_PAGE_NAPOT_SHIFT) macro
H A Dpgtable.h297 return pte_val(pte) & _PAGE_NAPOT; in pte_napot()
306 return __pte((pte_val(pte) & napot_mask) | napot_bit | _PAGE_NAPOT); in pte_mknapot()
/linux/arch/riscv/mm/
H A Dptdump.c138 .mask = _PAGE_NAPOT,