search for: privcmd_mmap_t

Displaying 2 results from an estimated 2 matches for "privcmd_mmap_t".

Did you mean: privcmd_mmap
2007 Apr 18
1
[rfc][patch][linux] ioctl32() compat plumbing for xen calls
...struct privcmd_mmap_entry { __u64 va; __u64 mfn; __u64 npages; -} privcmd_mmap_entry_t; +}; +typedef struct privcmd_mmap_entry privcmd_mmap_entry_t; -typedef struct privcmd_mmap { +struct privcmd_mmap { int num; domid_t dom; /* target domain */ privcmd_mmap_entry_t __user *entry; -} privcmd_mmap_t; +}; +typedef struct privcmd_mmap privcmd_mmap_t; -typedef struct privcmd_mmapbatch { +struct privcmd_mmapbatch { int num; /* number of pages to populate */ domid_t dom; /* target domain */ __u64 addr; /* virtual address */ xen_pfn_t __user *arr; /* array of mfns - top nibble set o...
2005 Aug 27
1
problems getting xen going on FC4
...xc_private.h:118: `privcmd_hypercall_t'' undeclared (first use in this function) xc_private.h:118: syntax error before "hypercall" xc_private.h:121: `hypercall'' undeclared (first use in this function) xc_private.h: At top level: xc_private.h:194: syntax error before "privcmd_mmap_t" cc1: warnings being treated as errors xc_private.h:194: warning: no semicolon at end of struct or union xc_private.h:196: warning: type defaults to `int'' in declaration of `mfn_mapper_ t'' xc_private.h:196: warning: data definition has no type or storage class make[3]: *** [x...