|
Stackdb
Stackdb is a stackable, multi-target and -level source debugger and memory forensics library.
|
#include <target_xen_vm.h>

Data Fields | |
| domid_t | id |
| char * | name |
| unsigned int | hvm:1 |
| unsigned int | hvm_monitor_trap_flag_set:1 |
| char * | vmpath |
| char * | ostype |
| char * | kernel_filename |
| ADDR | kernel_start_addr |
| ADDR | hypercall_page |
| shared_info_t * | live_shinfo |
| xc_dominfo_t | dominfo |
| vcpu_info_t | vcpuinfo |
| int | dominfo_valid |
| arch_x86_v2p_flags_t | v2p_flags |
| struct xen_vm_mem_ops * | memops |
| void * | memops_priv |
| int | evloop_fd |
| int | xen_vm_vmp_client_fd |
| char * | xen_vm_vmp_client_path |
Definition at line 115 of file target_xen_vm.h.
| xc_dominfo_t xen_vm_state::dominfo |
Definition at line 132 of file target_xen_vm.h.
| int xen_vm_state::dominfo_valid |
Definition at line 134 of file target_xen_vm.h.
| int xen_vm_state::evloop_fd |
Definition at line 149 of file target_xen_vm.h.
| unsigned int xen_vm_state::hvm |
Definition at line 119 of file target_xen_vm.h.
| unsigned int xen_vm_state::hvm_monitor_trap_flag_set |
Definition at line 119 of file target_xen_vm.h.
| ADDR xen_vm_state::hypercall_page |
Definition at line 129 of file target_xen_vm.h.
| domid_t xen_vm_state::id |
Definition at line 116 of file target_xen_vm.h.
| char* xen_vm_state::kernel_filename |
Definition at line 124 of file target_xen_vm.h.
| ADDR xen_vm_state::kernel_start_addr |
Definition at line 127 of file target_xen_vm.h.
| shared_info_t* xen_vm_state::live_shinfo |
Definition at line 131 of file target_xen_vm.h.
| struct xen_vm_mem_ops* xen_vm_state::memops |
Definition at line 140 of file target_xen_vm.h.
| void* xen_vm_state::memops_priv |
Definition at line 141 of file target_xen_vm.h.
| char* xen_vm_state::name |
Definition at line 117 of file target_xen_vm.h.
| char* xen_vm_state::ostype |
Definition at line 123 of file target_xen_vm.h.
| arch_x86_v2p_flags_t xen_vm_state::v2p_flags |
Definition at line 137 of file target_xen_vm.h.
| vcpu_info_t xen_vm_state::vcpuinfo |
Definition at line 133 of file target_xen_vm.h.
| char* xen_vm_state::vmpath |
Definition at line 122 of file target_xen_vm.h.
| int xen_vm_state::xen_vm_vmp_client_fd |
Definition at line 151 of file target_xen_vm.h.
| char* xen_vm_state::xen_vm_vmp_client_path |
Definition at line 152 of file target_xen_vm.h.
1.8.8