Xen Test Framework
|
#include <hvm_vcpu.h>
Data Fields | |
uint64_t | rax |
uint64_t | rcx |
uint64_t | rdx |
uint64_t | rbx |
uint64_t | rsp |
uint64_t | rbp |
uint64_t | rsi |
uint64_t | rdi |
uint64_t | rip |
uint64_t | rflags |
uint64_t | cr0 |
uint64_t | cr3 |
uint64_t | cr4 |
uint64_t | efer |
Definition at line 72 of file hvm_vcpu.h.
uint64_t rax |
Definition at line 73 of file hvm_vcpu.h.
uint64_t rcx |
Definition at line 74 of file hvm_vcpu.h.
uint64_t rdx |
Definition at line 75 of file hvm_vcpu.h.
uint64_t rbx |
Definition at line 76 of file hvm_vcpu.h.
uint64_t rsp |
Definition at line 77 of file hvm_vcpu.h.
uint64_t rbp |
Definition at line 78 of file hvm_vcpu.h.
uint64_t rsi |
Definition at line 79 of file hvm_vcpu.h.
uint64_t rdi |
Definition at line 80 of file hvm_vcpu.h.
uint64_t rip |
Definition at line 81 of file hvm_vcpu.h.
uint64_t rflags |
Definition at line 82 of file hvm_vcpu.h.
uint64_t cr0 |
Definition at line 84 of file hvm_vcpu.h.
uint64_t cr3 |
Definition at line 85 of file hvm_vcpu.h.
uint64_t cr4 |
Definition at line 86 of file hvm_vcpu.h.
uint64_t efer |
Definition at line 87 of file hvm_vcpu.h.