Lines Matching refs:pfns
113 /* The array of pfns we tell the Host about. */
115 __virtio32 pfns[VIRTIO_BALLOON_ARRAY_PFNS_MAX];
157 sg_init_one(&sg, vb->pfns, sizeof(vb->pfns[0]) * vb->num_pfns);
196 __virtio32 pfns[], struct page *page)
203 * Set balloon pfns pointing at this page.
207 pfns[i] = cpu_to_virtio32(vb->vdev,
219 num = min(num, ARRAY_SIZE(vb->pfns));
244 set_page_pfns(vb, vb->pfns + vb->num_pfns, page);
283 num = min(num, ARRAY_SIZE(vb->pfns));
293 set_page_pfns(vb, vb->pfns + vb->num_pfns, page);
795 set_page_pfns(vb, vb->pfns, newpage);
803 set_page_pfns(vb, vb->pfns, page);