Home
last modified time | relevance | path

Searched refs:page_to_pfn (Results 1 – 25 of 34) sorted by relevance

12

/linux-4.19.296/drivers/xen/
Dbiomerge.c11 unsigned long bfn1 = pfn_to_bfn(page_to_pfn(vec1->bv_page)); in xen_biovec_phys_mergeable()
12 unsigned long bfn2 = pfn_to_bfn(page_to_pfn(vec2->bv_page)); in xen_biovec_phys_mergeable()
Dmem-reservation.c37 unsigned long pfn = page_to_pfn(page); in __xenmem_reservation_va_mapping_update()
70 unsigned long pfn = page_to_pfn(page); in __xenmem_reservation_va_mapping_reset()
Dxlate_mmu.c101 pte_t pte = pte_mkspecial(pfn_pte(page_to_pfn(page), info->prot)); in remap_pte_fn()
Dgntdev.c348 pfn_to_kaddr(page_to_pfn(map->pages[i])); in gntdev_map_grant_pages()
372 pfn_to_kaddr(page_to_pfn(map->pages[i])); in gntdev_map_grant_pages()
464 uint8_t *tmp = pfn_to_kaddr(page_to_pfn(map->pages[pgno])); in __unmap_grant_pages()
Dballoon.c655 ret = xen_alloc_p2m_entry(page_to_pfn(page)); in alloc_xenballooned_pages()
Dgrant-table.c378 entry->ref, page_to_pfn(entry->page)); in gnttab_handle_deferred()
433 what, ref, page ? page_to_pfn(page) : -1); in gnttab_add_deferred()
/linux-4.19.296/include/trace/events/
Dkmem.h163 __entry->pfn = page_to_pfn(page);
184 __entry->pfn = page_to_pfn(page);
207 __entry->pfn = page ? page_to_pfn(page) : -1UL;
234 __entry->pfn = page ? page_to_pfn(page) : -1UL;
267 __entry->pfn = page ? page_to_pfn(page) : -1UL;
297 __entry->pfn = page_to_pfn(page);
Dpagemap.h46 __entry->pfn = page_to_pfn(page);
77 __entry->pfn = page_to_pfn(page);
Dpage_ref.h30 __entry->pfn = page_to_pfn(page);
79 __entry->pfn = page_to_pfn(page);
Dhuge_memory.h67 __entry->pfn = page ? page_to_pfn(page) : -1;
125 __entry->pfn = page ? page_to_pfn(page) : -1;
Dfilemap.h30 __entry->pfn = page_to_pfn(page);
Dvmscan.h335 __entry->pfn = page_to_pfn(page);
/linux-4.19.296/include/linux/
Dpageblock-flags.h81 get_pfnblock_flags_mask(page, page_to_pfn(page), \
85 set_pfnblock_flags_mask(page, flags, page_to_pfn(page), \
Dswapops.h109 page_to_pfn(page)); in make_device_private_entry()
189 page_to_pfn(page)); in make_migration_entry()
336 return swp_entry(SWP_HWPOISON, page_to_pfn(page)); in make_hwpoison_entry()
Dpfn_t.h76 return pfn_to_pfn_t(page_to_pfn(page)); in page_to_pfn_t()
Dhmm.h207 return (page_to_pfn(page) << range->pfn_shift) | in hmm_pfn_from_page()
Dkexec.h352 return page_to_pfn(page); in page_to_boot_pfn()
/linux-4.19.296/include/asm-generic/
Dpage.h85 #define page_to_virt(page) pfn_to_virt(page_to_pfn(page))
88 #define page_to_phys(page) ((dma_addr_t)page_to_pfn(page) << PAGE_SHIFT)
Dmemory_model.h81 #define page_to_pfn __page_to_pfn macro
Dpgtable.h828 #define my_zero_pfn(addr) page_to_pfn(ZERO_PAGE(addr))
/linux-4.19.296/include/xen/
Dpage.h21 ((page_to_pfn(page)) << (PAGE_SHIFT - XEN_PAGE_SHIFT))
/linux-4.19.296/lib/
Dscatterlist.c399 page_to_pfn(pages[i]) != page_to_pfn(pages[i - 1]) + 1) { in __sg_alloc_table_from_pages()
419 page_to_pfn(pages[j]) != in __sg_alloc_table_from_pages()
420 page_to_pfn(pages[j - 1]) + 1) in __sg_alloc_table_from_pages()
/linux-4.19.296/block/
Dbounce.c300 if (page_to_pfn(from.bv_page) > q->limits.bounce_pfn) in __blk_queue_bounce()
318 if (page_to_pfn(page) <= q->limits.bounce_pfn) in __blk_queue_bounce()
/linux-4.19.296/drivers/misc/
Dvmw_balloon.c561 locked = vmballoon_send_lock_page(b, page_to_pfn(page), &hv_status, in vmballoon_lock_page()
663 if (!vmballoon_send_unlock_page(b, page_to_pfn(page), target)) { in vmballoon_unlock_page()
747 (u64)page_to_pfn(p) << PAGE_SHIFT); in vmballoon_add_batched_page()
/linux-4.19.296/fs/proc/
Dpage.c143 } else if (is_zero_pfn(page_to_pfn(page))) in stable_page_flags()

12