Home
last modified time | relevance | path

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

/arch/x86/xen/
A Dgrant-table.c102 static int arch_gnttab_valloc(struct gnttab_vm_area *area, unsigned nr_frames) in arch_gnttab_valloc() argument
104 area->ptes = kmalloc_array(nr_frames, sizeof(*area->ptes), GFP_KERNEL); in arch_gnttab_valloc()
107 area->area = get_vm_area(PAGE_SIZE * nr_frames, VM_IOREMAP); in arch_gnttab_valloc()
111 PAGE_SIZE * nr_frames, gnttab_apply, area)) in arch_gnttab_valloc()

Completed in 4 milliseconds