Home
last modified time | relevance | path

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

/linux-6.6.21/arch/x86/include/asm/
Dpgtable.h1695 #define arch_has_hw_nonleaf_pmd_young arch_has_hw_nonleaf_pmd_young macro
1696 static inline bool arch_has_hw_nonleaf_pmd_young(void) in arch_has_hw_nonleaf_pmd_young() function
/linux-6.6.21/include/linux/
Dpgtable.h358 #ifndef arch_has_hw_nonleaf_pmd_young
363 static inline bool arch_has_hw_nonleaf_pmd_young(void) in arch_has_hw_nonleaf_pmd_young() function
/linux-6.6.21/mm/
Dvmscan.c3254 return arch_has_hw_nonleaf_pmd_young() && get_cap(LRU_GEN_NONLEAF_YOUNG); in should_clear_pmd_young()