Home
last modified time | relevance | path

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

/linux/arch/arm64/include/asm/
H A Dpgtable.h1833 #define test_and_clear_young_ptes test_and_clear_young_ptes macro
1834 static inline bool test_and_clear_young_ptes(struct vm_area_struct *vma, in test_and_clear_young_ptes() function
1847 return test_and_clear_young_ptes(vma, addr, ptep, 1); in ptep_test_and_clear_young()
/linux/mm/
H A Dinternal.h1913 young = test_and_clear_young_ptes(vma, addr, ptep, nr); in test_and_clear_young_ptes_notify()
1932 #define test_and_clear_young_ptes_notify test_and_clear_young_ptes
/linux/include/linux/
H A Dpgtable.h1105 #ifndef test_and_clear_young_ptes
1125 static inline bool test_and_clear_young_ptes(struct vm_area_struct *vma, in test_and_clear_young_ptes() function