Home
last modified time | relevance | path

Searched defs:xen_domctl_memory_mapping (Results 1 – 1 of 1) sorted by relevance

/xen/xen/include/public/
A Ddomctl.h596 struct xen_domctl_memory_mapping { struct
597 uint64_aligned_t first_gfn; /* first page (hvm guest phys page) in range */
598 uint64_aligned_t first_mfn; /* first page (machine page) in range */
599 uint64_aligned_t nr_mfns; /* number of pages in range (>0) */
600 uint32_t add_mapping; /* add or remove mapping */
601 uint32_t padding; /* padding for 64-bit aligned structure */

Completed in 14 milliseconds