Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
Dmmu_notifier.h582 #define ptep_clear_flush_notify(__vma, __address, __ptep) \ macro
735 #define ptep_clear_flush_notify ptep_clear_flush macro
/kernel/linux/linux-5.10/kernel/events/
Duprobes.c198 ptep_clear_flush_notify(vma, addr, pvmw.pte); in __replace_page()
/kernel/linux/linux-5.10/mm/
Dmigrate.c2970 ptep_clear_flush_notify(vma, addr, ptep); in migrate_vma_insert_page()
Dmemory.c2917 ptep_clear_flush_notify(vma, vmf->address, vmf->pte); in wp_page_copy()