Home
last modified time | relevance | path

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

/linux/arch/arm64/include/asm/
H A Dpgtable.h189 * flag, since __ptep_clear_flush_young() elides a DSB when invalidating the
1321 static inline bool __ptep_clear_flush_young(struct vm_area_struct *vma, in __ptep_test_and_clear_young()
1857 return __ptep_clear_flush_young(vma, addr, ptep); in ptep_clear_flush_young()
1867 return __ptep_clear_flush_young(vma, addr, ptep); in clear_flush_young_ptes()
1942 #define ptep_clear_flush_young __ptep_clear_flush_young
1329 static inline int __ptep_clear_flush_young(struct vm_area_struct *vma, __ptep_clear_flush_young() function