Searched refs:GNTDEV_ALLOC_FLAG_WRITABLE (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/xen/ | ||
H A D | gntdev.h | 143 #define GNTDEV_ALLOC_FLAG_WRITABLE 1 macro |
/freebsd/sys/dev/xen/gntdev/ | ||
H A D | gntdev.c | 347 readonly = !(arg->flags & GNTDEV_ALLOC_FLAG_WRITABLE); in gntdev_alloc_gref() |