Home
last modified time | relevance | path

Searched refs:kho_restore_folio (Results 1 – 4 of 4) sorted by relevance

/linux/include/linux/
H A Dkexec_handover.h55 struct folio *kho_restore_folio(phys_addr_t phys);
107 static inline struct folio *kho_restore_folio(phys_addr_t phys) in kho_restore_folio() function
/linux/mm/
H A Dmemfd_luo.c313 folio = kho_restore_folio(phys); in memfd_luo_discard_folios()
369 folio = kho_restore_folio(phys); in memfd_luo_retrieve_folios()
428 folio = kho_restore_folio(pfolio->pfn); in memfd_luo_retrieve_folios()
/linux/kernel/liveupdate/
H A Dkexec_handover.c276 struct folio *kho_restore_folio(phys_addr_t phys) in kho_restore_folio() function
282 EXPORT_SYMBOL_GPL(kho_restore_folio);
1228 folio = kho_restore_folio(__pa(mem)); in kho_restore_free()
/linux/lib/
H A Dtest_kho.c266 folio = kho_restore_folio(phys); in kho_test_restore_data()