KVM
|
#include <kvm_emulate.h>
Public Attributes | |
u8 | intercept |
u8 | rep_prefix |
u8 | modrm_mod |
u8 | modrm_reg |
u8 | modrm_rm |
u64 | src_val |
u64 | dst_val |
u8 | src_bytes |
u8 | dst_bytes |
u8 | ad_bytes |
u64 | next_rip |
Definition at line 36 of file kvm_emulate.h.
u8 x86_instruction_info::ad_bytes |
Definition at line 46 of file kvm_emulate.h.
u8 x86_instruction_info::dst_bytes |
Definition at line 45 of file kvm_emulate.h.
u64 x86_instruction_info::dst_val |
Definition at line 43 of file kvm_emulate.h.
u8 x86_instruction_info::intercept |
Definition at line 37 of file kvm_emulate.h.
u8 x86_instruction_info::modrm_mod |
Definition at line 39 of file kvm_emulate.h.
u8 x86_instruction_info::modrm_reg |
Definition at line 40 of file kvm_emulate.h.
u8 x86_instruction_info::modrm_rm |
Definition at line 41 of file kvm_emulate.h.
u64 x86_instruction_info::next_rip |
Definition at line 47 of file kvm_emulate.h.
u8 x86_instruction_info::rep_prefix |
Definition at line 38 of file kvm_emulate.h.
u8 x86_instruction_info::src_bytes |
Definition at line 44 of file kvm_emulate.h.
u64 x86_instruction_info::src_val |
Definition at line 42 of file kvm_emulate.h.