Home
last modified time | relevance | path

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

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