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

/freebsd-13-stable/sys/dev/xen/grant_table/
H A Dgrant_table.c57 static struct resource *gnttab_pseudo_phys_res; variable in typeref:struct:resource
558 gnttab_pseudo_phys_res = xenmem_alloc(dev,
560 if (gnttab_pseudo_phys_res == NULL)
562 resume_frames = rman_get_start(gnttab_pseudo_phys_res);

Completed in 59 milliseconds