Home
last modified time | relevance | path

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

/linux/arch/s390/kernel/
A Duv.c343 int arch_make_page_accessible(struct page *page) in arch_make_page_accessible() function
377 EXPORT_SYMBOL_GPL(arch_make_page_accessible);
/linux/arch/s390/include/asm/
A Dpage.h157 int arch_make_page_accessible(struct page *page);
/linux/arch/s390/mm/
A Dfault.c816 if (arch_make_page_accessible(page)) in do_secure_storage_access()
825 rc = arch_make_page_accessible(page); in do_secure_storage_access()
/linux/mm/
A Dgup.c557 ret = arch_make_page_accessible(page); in follow_page_pte()
2323 ret = arch_make_page_accessible(page); in gup_pte_range()
/linux/include/linux/
A Dmm.h1696 static inline int arch_make_page_accessible(struct page *page) in arch_make_page_accessible() function
1709 ret = arch_make_page_accessible(folio_page(folio, i)); in arch_make_folio_accessible()

Completed in 20 milliseconds