Xen Test Framework
include
xen
physdev.h
Go to the documentation of this file.
1
/*
2
* Xen public physdev_op hypercall interface
3
*/
4
5
#ifndef XEN_PUBLIC_PHYSDEV_H
6
#define XEN_PUBLIC_PHYSDEV_H
7
8
/*
9
* Set the current VCPU's I/O privilege level.
10
* @arg == pointer to physdev_set_iopl structure.
11
*/
12
#define PHYSDEVOP_set_iopl 6
13
#ifndef __ASSEMBLY__
14
struct
physdev_set_iopl
{
15
/* IN */
16
uint32_t
iopl
;
17
};
18
#endif
19
20
#endif
/* XEN_PUBLIC_PHYSDEV_H */
21
22
/*
23
* Local variables:
24
* mode: C
25
* c-file-style: "BSD"
26
* c-basic-offset: 4
27
* tab-width: 4
28
* indent-tabs-mode: nil
29
* End:
30
*/
uint32_t
__UINT32_TYPE__ uint32_t
Definition:
stdint.h:16
physdev_set_iopl
Definition:
physdev.h:14
physdev_set_iopl::iopl
uint32_t iopl
Definition:
physdev.h:16
Generated by
1.9.4