Searched refs:pages (Results 1 – 5 of 5) sorted by relevance
80 size_t pages; in vmap() local83 pages = size / PAGE_SIZE; in vmap()84 mem = p = alloc_vpages(pages); in vmap()87 while (pages--) { in vmap()
25 struct virtio_device *vdev, void *pages, in vring_init_virtqueue() argument32 vring_init(&vq->vring, num, pages, vring_align); in vring_init_virtqueue()
138 struct virtio_device *vdev, void *pages,
158 void *pages = alloc_pages(1); in test_access() local163 uvcb = pages + PAGE_SIZE; in test_access()209 free_pages(pages); in test_access()278 void *pages = alloc_pages(1); in test_set_se_header() local295 inv = pages + PAGE_SIZE; in test_set_se_header()312 free_pages(pages); in test_set_se_header()
166 struct page **pages; member