Searched refs:nr_frames (Results 1 - 1 of 1) sorted by relevance

/arch/x86/xen/
H A Dgrant-table.c90 static int arch_gnttab_valloc(struct gnttab_vm_area *area, unsigned nr_frames) argument
92 area->ptes = kmalloc(sizeof(pte_t *) * nr_frames, GFP_KERNEL);
96 area->area = alloc_vm_area(PAGE_SIZE * nr_frames, area->ptes);

Completed in 58 milliseconds