xen_sys

Type Alias xen_remove_from_physmap_t

Source
pub type xen_remove_from_physmap_t = xen_remove_from_physmap;

Aliased Type§

struct xen_remove_from_physmap_t {
    pub domid: u16,
    pub gpfn: u32,
}

Fields§

§domid: u16§gpfn: u32