Searched refs:GNTALLOC_FLAG_WRITABLE (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/include/uapi/xen/ | ||
D | gntalloc.h | 37 #define GNTALLOC_FLAG_WRITABLE 1 macro |
/linux-4.4.14/drivers/xen/ | ||
D | gntalloc.c | 129 readonly = !(op->flags & GNTALLOC_FLAG_WRITABLE); in add_grefs() |