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

/freebsd-11.0-release/sys/dev/xen/grant_table/
H A Dgrant_table.c153 shared[ref].flags = GTF_permit_access | (readonly ? GTF_readonly : 0);
169 shared[ref].flags = GTF_permit_access | (readonly ? GTF_readonly : 0);
/freebsd-11.0-release/sys/xen/interface/
H A Dgrant_table.h71 * GTF_permit_access: Frame to which access is permitted.
77 * Invalidating an unused GTF_permit_access entry:
84 * Invalidating an in-use GTF_permit_access entry:
104 * Changing a GTF_permit_access from writable to read-only:
107 * Changing a GTF_permit_access from read-only to writable:
137 * GTF_permit_access: GFN that @domid is allowed to map and access. [GST]
156 * GTF_permit_access: Allow @domid to map/access @frame.
163 #define GTF_permit_access (1U<<0) macro
169 * Subflags for GTF_permit_access.
239 * -- hdr.type is GTF_permit_access an
[all...]

Completed in 42 milliseconds