Searched defs:xen_domctl_memory_mapping (Results 1 – 1 of 1) sorted by relevance
570 struct xen_domctl_memory_mapping { struct571 uint64_aligned_t first_gfn; /* first page (hvm guest phys page) in range */572 uint64_aligned_t first_mfn; /* first page (machine page) in range */573 uint64_aligned_t nr_mfns; /* number of pages in range (>0) */574 uint32_t add_mapping; /* add or remove mapping */575 uint32_t padding; /* padding for 64-bit aligned structure */
Completed in 8 milliseconds