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

/opensolaris-onvv-gate/usr/src/uts/common/xen/public/
H A Dgrant_table.h46 * GTF_permit_access: Frame to which access is permitted.
52 * Invalidating an unused GTF_permit_access entry:
59 * Invalidating an in-use GTF_permit_access entry:
79 * Changing a GTF_permit_access from writable to read-only:
82 * Changing a GTF_permit_access from read-only to writable:
98 * GTF_permit_access: Frame that @domid is allowed to map and access. [GST]
108 * GTF_permit_access: Allow @domid to map/access @frame.
113 #define GTF_permit_access (1U<<0) macro
118 * Subflags for GTF_permit_access.
/opensolaris-onvv-gate/usr/src/uts/common/xen/os/
H A Dgnttab.c267 shared[ref].flags = GTF_permit_access | (readonly ? GTF_readonly : 0);
281 shared[ref].flags = GTF_permit_access | (readonly ? GTF_readonly : 0);

Completed in 75 milliseconds