Home
last modified time | relevance | path

Searched refs:phys_to_folio (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/arch/s390/include/asm/
H A Dpage.h255 #define phys_to_folio(phys) page_folio(phys_to_page(phys)) macro
/linux-6.15/arch/s390/mm/
H A Dfault.c437 folio = phys_to_folio(addr); in do_secure_storage_access()