HomeSort by: relevance | last modified time | path
    Searched refs:GTF_permit_access (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/xen/xen/
xengnt.c 458 GTF_permit_access | (ro ? GTF_readonly : 0);
468 GTF_permit_access | (ro ? GTF_readonly : 0);
  /src/sys/external/mit/xen-include-public/dist/xen/include/public/
grant_table.h 71 * 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)
169 * Subflags for GTF_permit_access.
239 * -- hdr.type is GTF_permit_access and GTF_sub_page is not set
    [all...]

Completed in 24 milliseconds