Lines Matching defs:pfn
256 * @pfn: the physical frame number of the page to be locked or unlocked.
261 u64 pfn : 52;
727 pr_debug("%s: failed comm pfn %lx status %lu page_size %s\n", __func__,
756 *p = pfn_to_page(b->batch_page[idx].pfn);
792 unsigned long cmd, pfn;
806 pfn = PHYS_PFN(virt_to_phys(b->batch_page));
810 pfn = page_to_pfn(b->page);
813 if (unlikely(pfn != (u32)pfn))
817 return vmballoon_cmd(b, cmd, pfn, num_pages);
836 { .pfn = page_to_pfn(p) };