Home
last modified time | relevance | path

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

/linux/mm/
H A Dfolio-compat.c31 void mark_page_accessed(struct page *page) in mark_page_accessed() function
35 EXPORT_SYMBOL(mark_page_accessed);
/linux/include/linux/
H A Dswap.h338 void mark_page_accessed(struct page *);
/linux/Documentation/admin-guide/mm/
H A Didle_page_tracking.rst83 set, or marked accessed explicitly by the kernel (see mark_page_accessed()). The
/linux/arch/x86/kvm/svm/
H A Dsev.c861 mark_page_accessed(inpages[i]); in sev_launch_update_data()
1433 mark_page_accessed(pages[i]); in sev_launch_secret()
/linux/Documentation/mm/
H A Dprocess_addrs.rst480 ->lruvec->lru_lock (follow_page_mask->mark_page_accessed)
/linux/virt/kvm/
H A Dkvm_main.c2827 mark_page_accessed(page); in kvm_set_page_accessed()