Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/s390/include/asm/
A Dpage.h178 int arch_make_page_accessible(struct page *page);
/linux-6.3-rc2/arch/s390/kernel/
A Duv.c433 int arch_make_page_accessible(struct page *page) in arch_make_page_accessible() function
467 EXPORT_SYMBOL_GPL(arch_make_page_accessible);
/linux-6.3-rc2/arch/s390/mm/
A Dfault.c848 if (arch_make_page_accessible(page)) in do_secure_storage_access()
857 rc = arch_make_page_accessible(page); in do_secure_storage_access()
/linux-6.3-rc2/mm/
A Dgup.c617 ret = arch_make_page_accessible(page); in follow_page_pte()
2437 ret = arch_make_page_accessible(page); in gup_pte_range()
/linux-6.3-rc2/include/linux/
A Dmm.h1945 static inline int arch_make_page_accessible(struct page *page) in arch_make_page_accessible() function
1958 ret = arch_make_page_accessible(folio_page(folio, i)); in arch_make_folio_accessible()

Completed in 30 milliseconds