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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/xen/interface/
H A Dgrant_table.h47 * GTF_permit_access: Frame to which access is permitted.
53 * Invalidating an unused GTF_permit_access entry:
60 * Invalidating an in-use GTF_permit_access entry:
80 * Changing a GTF_permit_access from writable to read-only:
83 * Changing a GTF_permit_access from read-only to writable:
99 * 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.
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/xen/
H A Dgrant-table.c152 * GTF_permit_access: Frame to which access is permitted.
171 GTF_permit_access | (readonly ? GTF_readonly : 0));

Completed in 157 milliseconds