Lines Matching refs:pfns
106 /* The array of pfns we tell the Host about. */
108 __virtio32 pfns[VIRTIO_BALLOON_ARRAY_PFNS_MAX];
150 sg_init_one(&sg, vb->pfns, sizeof(vb->pfns[0]) * vb->num_pfns);
189 __virtio32 pfns[], struct page *page)
196 * Set balloon pfns pointing at this page.
200 pfns[i] = cpu_to_virtio32(vb->vdev,
212 num = min(num, ARRAY_SIZE(vb->pfns));
237 set_page_pfns(vb, vb->pfns + vb->num_pfns, page);
276 num = min(num, ARRAY_SIZE(vb->pfns));
286 set_page_pfns(vb, vb->pfns + vb->num_pfns, page);
788 set_page_pfns(vb, vb->pfns, newpage);
796 set_page_pfns(vb, vb->pfns, page);