Searched defs:mem_sharing_op_range (Results 1 – 1 of 1) sorted by relevance
523 struct mem_sharing_op_range { /* OP_RANGE_SHARE */ struct524 uint64_aligned_t first_gfn; /* IN: the first gfn */525 uint64_aligned_t last_gfn; /* IN: the last gfn */526 uint64_aligned_t opaque; /* Must be set to 0 */527 domid_t client_domain; /* IN: the client domain id */528 uint16_t _pad[3]; /* Must be set to 0 */
Completed in 4 milliseconds