Home
last modified time | relevance | path

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

/linux/arch/riscv/mm/ !
H A Dhugetlbpage.c385 if (!has_svnapot()) in is_napot_size()
397 if (has_svnapot()) { in napot_hugetlbpages_init()
H A Dtlbflush.c185 if (has_svnapot()) { in flush_tlb_range()
/linux/arch/riscv/include/asm/ !
H A Dpgtable.h293 static __always_inline bool has_svnapot(void) in has_svnapot() function
314 static __always_inline bool has_svnapot(void) { return false; } in has_svnapot() function
328 if (has_svnapot() && pte_napot(pte)) in pte_pfn()