Home
last modified time | relevance | path

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

/openbmc/linux/arch/s390/include/asm/
H A Dpage.h178 int arch_make_page_accessible(struct page *page);
/openbmc/linux/arch/s390/mm/
H A Dfault.c646 if (arch_make_page_accessible(page)) in do_secure_storage_access()
655 rc = arch_make_page_accessible(page); in do_secure_storage_access()
/openbmc/linux/arch/s390/kernel/
H A Duv.c434 int arch_make_page_accessible(struct page *page) in arch_make_page_accessible() function
468 EXPORT_SYMBOL_GPL(arch_make_page_accessible);
/openbmc/linux/mm/
H A Dgup.c663 ret = arch_make_page_accessible(page); in follow_page_pte()
2640 ret = arch_make_page_accessible(page); in gup_pte_range()
/openbmc/linux/include/linux/
H A Dmm.h2145 static inline int arch_make_page_accessible(struct page *page) in arch_make_page_accessible() function
2158 ret = arch_make_page_accessible(folio_page(folio, i)); in arch_make_folio_accessible()