Lines Matching defs:frame
46 * 2. Write ent->frame:
48 * GTF_accept_transfer: Pseudo-phys frame slot being filled by new
49 * frame, or zero if none.
73 * transferred frame is written. It is safe for the guest to spin waiting
112 uint32_t frame;
118 * GTF_permit_access: Allow @domid to map/access @frame.
119 * GTF_accept_transfer: Allow @domid to transfer ownership of one page frame
120 * to this guest. Xen writes the page number to @frame.
151 * to transferring ownership of a page frame. When a guest sees this flag
155 * after reading GTF_transfer_committed. Xen will always write the frame
196 * In that case, the frame field has the same semantics as the
202 uint64_t frame;
208 * in frame @frame.
214 uint64_t frame;
251 * via which I/O devices may access the granted frame.
299 * <nr_frames> pages. The frame addresses are written to the <frame_list>.
331 * GNTTABOP_transfer_grant_ref: Transfer <frame> to a foreign domain. The
362 * source_offset specifies an offset in the source frame, dest_offset
363 * the offset in the target frame and len specifies the number of
450 * The frame addresses are returned in the <frame_list>.
509 /* Accesses to the granted frame will be restricted to read-only access. */