Home
last modified time | relevance | path

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

/Linux-v4.19/include/xen/interface/
Dgrant_table.h532 #define _GNTMAP_guest_avail0 (16) macro
533 #define GNTMAP_guest_avail_mask ((uint32_t)~0 << _GNTMAP_guest_avail0)
/Linux-v4.19/drivers/xen/
Dgntdev.c284 flags |= (1 << _GNTMAP_guest_avail0); in find_grant_ptes()