Searched refs:vm_vmcb (Results 1 – 5 of 5) sorted by relevance
/external/qemu/target-i386/ |
D | op_helper.c | 1198 uint32_t event_inj = ldl_phys(env->vm_vmcb + offsetof(struct vmcb, control.event_inj)); in handle_even_inj() 1208 stl_phys(env->vm_vmcb + offsetof(struct vmcb, control.event_inj_err), error_code); in handle_even_inj() 1210 stl_phys(env->vm_vmcb + offsetof(struct vmcb, control.event_inj), event_inj); in handle_even_inj() 1277 uint32_t event_inj = ldl_phys(env->vm_vmcb + offsetof(struct vmcb, control.event_inj)); in do_interrupt() 1278 … stl_phys(env->vm_vmcb + offsetof(struct vmcb, control.event_inj), event_inj & ~SVM_EVTINJ_VALID); in do_interrupt() 4949 env->vm_vmcb = addr; in helper_vmrun() 4984 env->intercept = ldq_phys(env->vm_vmcb + offsetof(struct vmcb, control.intercept)); in helper_vmrun() 4985 …env->intercept_cr_read = lduw_phys(env->vm_vmcb + offsetof(struct vmcb, control.intercept_cr_re… in helper_vmrun() 4986 …env->intercept_cr_write = lduw_phys(env->vm_vmcb + offsetof(struct vmcb, control.intercept_cr_wr… in helper_vmrun() 4987 …env->intercept_dr_read = lduw_phys(env->vm_vmcb + offsetof(struct vmcb, control.intercept_dr_re… in helper_vmrun() [all …]
|
D | machine.c | 125 qemu_put_be64s(f, &env->vm_vmcb); in cpu_save() 319 qemu_get_be64s(f, &env->vm_vmcb); in cpu_load()
|
D | cpu.h | 627 uint64_t vm_vmcb; member
|
D | helper.c | 1261 stq_phys(env->vm_vmcb + offsetof(struct vmcb, control.exit_info_2), in cpu_x86_handle_mmu_fault()
|
/external/qemu/ |
D | cpu-exec.c | 461 … intno = ldl_phys(env->vm_vmcb + offsetof(struct vmcb, control.int_vector)); in cpu_exec()
|