Searched refs:bounce_pfns (Results 1 – 1 of 1) sorted by relevance
233 unsigned long pfn, bounce_pfns; in vduse_domain_free_kernel_bounce_pages() local235 bounce_pfns = domain->bounce_size >> PAGE_SHIFT; in vduse_domain_free_kernel_bounce_pages()237 for (pfn = 0; pfn < bounce_pfns; pfn++) { in vduse_domain_free_kernel_bounce_pages()557 unsigned long pfn, bounce_pfns; in vduse_domain_create() local560 bounce_pfns = PAGE_ALIGN(bounce_size) >> PAGE_SHIFT; in vduse_domain_create()574 domain->bounce_maps = vzalloc(bounce_pfns * in vduse_domain_create()579 for (pfn = 0; pfn < bounce_pfns; pfn++) { in vduse_domain_create()597 PAGE_SIZE, bounce_pfns); in vduse_domain_create()