iPXE
|
A Xen hypervisor. More...
#include <xen.h>
Data Fields | |
struct xen_hypercall * | hypercall |
Hypercall table. More... | |
struct shared_info * | shared |
Shared info page. More... | |
struct xen_grant | grant |
Grant table. More... | |
struct xen_store | store |
XenStore. More... | |
struct xen_hypercall* xen_hypervisor::hypercall |
Hypercall table.
Definition at line 53 of file xen.h.
Referenced by hvm_map_hypercall(), and hvm_unmap_hypercall().
struct shared_info* xen_hypervisor::shared |
Shared info page.
Definition at line 55 of file xen.h.
Referenced by hvm_map_shared_info(), and hvm_unmap_shared_info().
struct xen_grant xen_hypervisor::grant |
Grant table.
Definition at line 57 of file xen.h.
Referenced by __attribute__(), hvm_map_grant(), hvm_unmap_grant(), if(), xengrant_alloc(), xengrant_init(), and xengrant_zero().
struct xen_store xen_hypervisor::store |
XenStore.
Definition at line 59 of file xen.h.
Referenced by hvm_map_xenstore(), hvm_unmap_xenstore(), xenstore_recv(), xenstore_request(), xenstore_response(), and xenstore_send().