Home
last modified time | relevance | path

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

/linux-6.1.9/arch/s390/include/asm/
Dpage.h179 int arch_make_page_accessible(struct page *page);
/linux-6.1.9/arch/s390/kernel/
Duv.c426 int arch_make_page_accessible(struct page *page) in arch_make_page_accessible() function
460 EXPORT_SYMBOL_GPL(arch_make_page_accessible);
/linux-6.1.9/arch/s390/mm/
Dfault.c823 if (arch_make_page_accessible(page)) in do_secure_storage_access()
832 rc = arch_make_page_accessible(page); in do_secure_storage_access()
/linux-6.1.9/include/linux/
Dmm.h1723 static inline int arch_make_page_accessible(struct page *page) in arch_make_page_accessible() function
1736 ret = arch_make_page_accessible(folio_page(folio, i)); in arch_make_folio_accessible()
/linux-6.1.9/mm/
Dgup.c637 ret = arch_make_page_accessible(page); in follow_page_pte()
2486 ret = arch_make_page_accessible(page); in gup_pte_range()