Home
last modified time | relevance | path

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

/netbsd-src/sys/external/mit/xen-include-public/dist/xen/include/public/
H A Ddomctl.h557 struct xen_domctl_memory_mapping { struct
558 uint64_aligned_t first_gfn; /* first page (hvm guest phys page) in range */
559 uint64_aligned_t first_mfn; /* first page (machine page) in range */
560 uint64_aligned_t nr_mfns; /* number of pages in range (>0) */
561 uint32_t add_mapping; /* add or remove mapping */
562 uint32_t padding; /* padding for 64-bit aligned structure */