Lines Matching full:xen
31 #include "xen.h"
36 * Xen's grant tables provide a generic mechanism to memory sharing
41 * is shared with Xen; it allows the domain to tell Xen what kind of
62 * reference implementation for guest OSes (drivers/xen/grant_table.c, see
63 …* http://git.kernel.org/?p=linux/kernel/git/torvalds/linux.git;a=blob;f=drivers/xen/grant-table.c;…
118 * page frames shared between Xen and a guest.
119 * [XEN]: This field is written by Xen and read by the sharing guest.
120 * [GST]: This field is written by the guest and read by Xen.
133 /* GTF_xxx: various type and flag information. [XEN,GST] */
141 * (non-translated guests only). [XEN]
159 * to this guest. Xen writes the page number to @frame.
172 * GTF_reading: Grant entry is currently mapped for reading by @domid. [XEN]
173 * GTF_writing: Grant entry is currently mapped for writing by @domid. [XEN]
198 * GTF_transfer_committed: Xen sets this flag to indicate that it is committed
201 * set by Xen.
203 * after reading GTF_transfer_committed. Xen will always write the frame
271 * The current version of Xen does not allow transitive grants
386 * 3. Xen may not support more than a single grant-table page per domain.
405 * xen console. Debugging use only.