Searched defs:ioctl_privcmd_mmapresource (Results 1 – 1 of 1) sorted by relevance
53 struct ioctl_privcmd_mmapresource { struct54 domid_t dom; /* target domain */55 unsigned int type; /* type of resource to map */56 unsigned int id; /* type-specific resource identifier */57 unsigned int idx; /* the index of the initial frame to be mapped */58 unsigned long num; /* number of frames of the resource to be mapped */82 _IOWR('E', 2, struct ioctl_privcmd_mmapresource) argument