Go to the source code of this file.
#define xen_guest_handle |
( |
|
hnd | ) |
((hnd).p) |
#define xencomm_map_no_alloc |
( |
|
ptr, |
|
|
|
bytes |
|
) |
| |
Value:
__xencomm_map_no_alloc(
ptr,
bytes, xc_desc); })
Definition at line 63 of file xencomm.h.
#define XENCOMM_MINI_ADDRS 3 |
#define XENCOMM_MINI_ALIGNED |
( |
|
xc_desc, |
|
|
|
n |
|
) |
| |
Value:unsigned char xc_desc ## _base[((
n) + 1 ) * \
((unsigned long)xc_desc ## _base + \
((unsigned long)xc_desc ## _base) % \
Definition at line 54 of file xencomm.h.
struct xencomm_handle* xencomm_map |
( |
void * |
ptr, |
|
|
unsigned long |
bytes |
|
) |
| |
|
read |
unsigned long xencomm_vtop |
( |
unsigned long |
vaddr | ) |
|