Home
last modified time | relevance | path

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

/openbmc/linux/arch/riscv/mm/
H A Dhugetlbpage.c371 if (!has_svnapot()) in is_napot_size()
383 if (has_svnapot()) { in napot_hugetlbpages_init()
/openbmc/linux/arch/riscv/include/asm/
H A Dpgtable.h295 static __always_inline bool has_svnapot(void) in has_svnapot() function
316 static __always_inline bool has_svnapot(void) { return false; } in has_svnapot() function
330 if (has_svnapot() && pte_napot(pte)) in pte_pfn()