Home
last modified time | relevance | path

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

/linux-6.12.1/arch/riscv/mm/
Dhugetlbpage.c371 if (!has_svnapot()) in is_napot_size()
383 if (has_svnapot()) { in napot_hugetlbpages_init()
Dtlbflush.c150 if (has_svnapot()) { in flush_tlb_range()
/linux-6.12.1/arch/riscv/include/asm/
Dpgtable.h289 static __always_inline bool has_svnapot(void) in has_svnapot() function
310 static __always_inline bool has_svnapot(void) { return false; } in has_svnapot() function
324 if (has_svnapot() && pte_napot(pte)) in pte_pfn()