Searched refs:swp_offset_pfn (Results 1 - 5 of 5) sorted by last modified time

/linux-master/mm/
H A Dpage_vma_mapped.c111 pfn = swp_offset_pfn(entry);
121 pfn = swp_offset_pfn(entry);
250 !check_pmd(swp_offset_pfn(entry), pvmw))
H A Dmemory-failure.c763 pfn = swp_offset_pfn(swp);
H A Dhmm.c256 *hmm_pfn = swp_offset_pfn(entry) | cpu_flags;
/linux-master/fs/proc/
H A Dtask_mmu.c1438 offset = swp_offset_pfn(entry);
1501 offset = swp_offset_pfn(entry);
/linux-master/include/linux/
H A Dswapops.h117 static inline unsigned long swp_offset_pfn(swp_entry_t entry) function
489 struct page *p = pfn_to_page(swp_offset_pfn(entry));
502 struct folio *folio = pfn_folio(swp_offset_pfn(entry));

Completed in 186 milliseconds