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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/lguest/
H A Dlguest_device.c24 static void *lguest_devices; variable
42 * in the lguest_devices page.
47 /* The entry in the lguest_devices page for this device. */
177 unsigned long offset = (void *)to_lgdev(vdev)->desc - lguest_devices;
396 * descriptor in the "lguest_devices" page, and the offset into the device
451 d = lguest_devices + i;
469 * and store the pointer in the global "lguest_devices". Then we register a
474 * lguest_devices page.
486 lguest_devices = lguest_map(max_pfn<<PAGE_SHIFT, 1);

Completed in 92 milliseconds