Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dmemremap.h179 static inline bool is_device_coherent_page(const struct page *page) in is_device_coherent_page() function
187 return is_device_coherent_page(&folio->page); in folio_is_device_coherent()
/linux-6.15/lib/
H A Dtest_hmm.c842 !is_device_coherent_page(spage))) in dmirror_devmem_fault_alloc_and_copy()
1035 } else if (is_device_coherent_page(page)) { in dmirror_mkentry()
1216 !is_device_coherent_page(spage))) in dmirror_device_evict_chunk()
/linux-6.15/mm/
H A Dmigrate_device.c166 } else if (page && is_device_coherent_page(page)) { in migrate_vma_collect_pmd()
/linux-6.15/drivers/gpu/drm/
H A Ddrm_gpusvm.c1423 is_device_coherent_page(page)) { in drm_gpusvm_range_get_pages()