Searched refs:bounce_pfns (Results 1 – 1 of 1) sorted by relevance
237 unsigned long pfn, bounce_pfns; in vduse_domain_free_kernel_bounce_pages() local239 bounce_pfns = domain->bounce_size >> PAGE_SHIFT; in vduse_domain_free_kernel_bounce_pages()241 for (pfn = 0; pfn < bounce_pfns; pfn++) { in vduse_domain_free_kernel_bounce_pages()581 unsigned long pfn, bounce_pfns; in vduse_domain_create() local584 bounce_pfns = PAGE_ALIGN(bounce_size) >> PAGE_SHIFT; in vduse_domain_create()598 domain->bounce_maps = vzalloc(bounce_pfns * in vduse_domain_create()603 for (pfn = 0; pfn < bounce_pfns; pfn++) { in vduse_domain_create()621 PAGE_SIZE, bounce_pfns); in vduse_domain_create()