Searched defs:xen_domctl_memory_mapping (Results 1 – 1 of 1) sorted by relevance
613 struct xen_domctl_memory_mapping { struct614 uint64_aligned_t first_gfn; /* first page (hvm guest phys page) in range */615 uint64_aligned_t first_mfn; /* first page (machine page) in range */616 uint64_aligned_t nr_mfns; /* number of pages in range (>0) */617 uint32_t add_mapping; /* add or remove mapping */618 uint32_t padding; /* padding for 64-bit aligned structure */