| viomb.c | 276 	uint64_t nvpages, nhpages;  local in function:inflate 286 	nhpages = nvpages * VIRTIO_PAGE_SIZE / PAGE_SIZE;
 289 	if (uvm_pglistalloc(nhpages*PAGE_SIZE, 0, UINT32_MAX*(paddr_t)PAGE_SIZE,
 290 			    0, 0, &b->bl_pglist, nhpages, 0)) {
 293 		       device_xname(sc->sc_dev), nhpages);
 387 	uint64_t nvpages, nhpages;  local in function:deflate
 395 	nhpages = nvpages * VIRTIO_PAGE_SIZE / PAGE_SIZE;
 401 	for (i = 0; i < nhpages; i++) {
 
 |