Displaying 3 results from an estimated 3 matches for "privcmd_mmapbatch_t".
Did you mean:
privcmd_mmapbatch_v2
2007 Apr 18
1
[rfc][patch][linux] ioctl32() compat plumbing for xen calls
...def 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 on err */
-} privcmd_mmapbatch_t;
+};
+typedef struct privcmd_mmapbatch privcmd_mmapbatch_t;
+
+#ifdef CONFIG_COMPAT
+extern int privcmd_ioctl_32(int fd, unsigned int cmd, unsigned long arg);
+struct privcmd_mmap_32 {
+ int num;
+ domid_t dom;
+ compat_uptr_t entry;
+};
+
+struct privcmd_mmapbatch_32 {
+ int num; /* number o...
2005 Jun 16
9
Re: dom0 bootstrap for xenstore
...arse/include/asm-xen/linux-public/privcmd.h 2005-06-16 18:03:13.000000000 +1000
+++ xen-dom0-store/linux-2.6.11-xen-sparse/include/asm-xen/linux-public/privcmd.h 2005-06-16 13:47:48.000000000 +1000
@@ -84,5 +84,7 @@ typedef struct privcmd_blkmsg
_IOC(_IOC_NONE, ''P'', 3, sizeof(privcmd_mmapbatch_t))
#define IOCTL_PRIVCMD_GET_MACH2PHYS_START_MFN \
_IOC(_IOC_READ, ''P'', 4, sizeof(unsigned long))
+#define IOCTL_PRIVCMD_INITDOMAIN_STORE \
+ _IOC(_IOC_READ, ''P'', 5, 0)
#endif /* __PRIVCMD_H__ */
diff -urpN --exclude TAGS -X /home/rusty/devel/kernel/ke...
2011 Jul 21
51
Linux Stubdom Problem
2011/7/19 Stefano Stabellini <stefano.stabellini@eu.citrix.com>:
> CC''ing Tim and xen-devel
>
> On Mon, 18 Jul 2011, Jiageng Yu wrote:
>> 2011/7/16 Stefano Stabellini <stefano.stabellini@eu.citrix.com>:
>> > On Fri, 15 Jul 2011, Jiageng Yu wrote:
>> >> 2011/7/15 Jiageng Yu <yujiageng734@gmail.com>:
>> >> > 2011/7/15