vcpu_reg_state
const struct vcpu_reg_state vcpu_init_flat16 = {
struct vcpu_reg_state *vrs)
struct vcpu_reg_state *vrs)
struct vcpu_reg_state *vrs)
struct vcpu_reg_state *vrs)
vcpu_reset_regs_svm(struct vcpu *vcpu, struct vcpu_reg_state *vrs)
vcpu_svm_init_vmsa(struct vcpu *vcpu, struct vcpu_reg_state *vrs)
vcpu_reset_regs_vmx(struct vcpu *vcpu, struct vcpu_reg_state *vrs)
vcpu_reset_regs(struct vcpu *vcpu, struct vcpu_reg_state *vrs)
struct vcpu_reg_state vrs;
struct vcpu_reg_state *vrs = &vrwp->vrwp_regs;
int vcpu_readregs_vmx(struct vcpu *, uint64_t, int, struct vcpu_reg_state *);
int vcpu_readregs_svm(struct vcpu *, uint64_t, struct vcpu_reg_state *);
int vcpu_writeregs_vmx(struct vcpu *, uint64_t, int, struct vcpu_reg_state *);
int vcpu_writeregs_svm(struct vcpu *, uint64_t, struct vcpu_reg_state *);
int vcpu_reset_regs(struct vcpu *, struct vcpu_reg_state *);
int vcpu_reset_regs_vmx(struct vcpu *, struct vcpu_reg_state *);
int vcpu_reset_regs_svm(struct vcpu *, struct vcpu_reg_state *);
int vcpu_svm_init_vmsa(struct vcpu *, struct vcpu_reg_state *);
int vcpu_reset_regs(struct vcpu *, struct vcpu_reg_state *);
struct vcpu_reg_state vrs;
struct vcpu_reg_state vrwp_regs;
struct vcpu_reg_state vrs;
struct vcpu_reg_state vrwp_regs;
struct vcpu_reg_state vrp_init_state;
load_firmware(struct vmd_vm *vm, struct vcpu_reg_state *vrs)
int loadfile_elf(gzFile, struct vmd_vm *, struct vcpu_reg_state *,
loadfile_elf(gzFile fp, struct vmd_vm *vm, struct vcpu_reg_state *vrs,
struct vcpu_reg_state vrs;
static int run_vm(struct vmd_vm *, struct vcpu_reg_state *);
vcpu_reset(uint32_t vmid, uint32_t vcpu_id, struct vcpu_reg_state *vrs)
memcpy(&vrp.vrp_init_state, vrs, sizeof(struct vcpu_reg_state));
run_vm(struct vmd_vm *vm, struct vcpu_reg_state *vrs)
int load_firmware(struct vmd_vm *, struct vcpu_reg_state *);
int vcpu_reset(uint32_t, uint32_t, struct vcpu_reg_state *);
dump_regs(struct vcpu_reg_state *vrs)
detect_cpu_mode(struct vcpu_reg_state *vrs)
static int detect_cpu_mode(struct vcpu_reg_state *);
get_modrm_addr(struct x86_insn *insn, struct vcpu_reg_state *vrs)
static int get_modrm_addr(struct x86_insn *, struct vcpu_reg_state *vrs);
struct vcpu_reg_state *vrs = &exit->vrs;
struct vcpu_reg_state *vrs;
static const struct vcpu_reg_state vcpu_init_flat16 = {
load_firmware(struct vmd_vm *vm, struct vcpu_reg_state *vrs)
loadfile_bios(gzFile fp, off_t size, struct vcpu_reg_state *vrs)
static int loadfile_bios(gzFile, off_t, struct vcpu_reg_state *);
static const struct vcpu_reg_state vcpu_init_flat64 = {