Home
last modified time | relevance | path

Searched refs:msr_hv_crash_params (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/target/i386/
H A Dcpu-sysemu.c281 panic_info->u.hyper_v.arg1 = env->msr_hv_crash_params[0]; in x86_cpu_get_crash_info()
282 panic_info->u.hyper_v.arg2 = env->msr_hv_crash_params[1]; in x86_cpu_get_crash_info()
283 panic_info->u.hyper_v.arg3 = env->msr_hv_crash_params[2]; in x86_cpu_get_crash_info()
284 panic_info->u.hyper_v.arg4 = env->msr_hv_crash_params[3]; in x86_cpu_get_crash_info()
285 panic_info->u.hyper_v.arg5 = env->msr_hv_crash_params[4]; in x86_cpu_get_crash_info()
H A Dmachine.c783 if (env->msr_hv_crash_params[i]) { in hyperv_crash_enable_needed()
796 VMSTATE_UINT64_ARRAY(env.msr_hv_crash_params, X86CPU, HV_CRASH_PARAMS),
H A Dcpu.h1886 uint64_t msr_hv_crash_params[HV_CRASH_PARAMS]; member
/openbmc/qemu/target/i386/kvm/
H A Dkvm.c4067 env->msr_hv_crash_params[j]); in kvm_put_msrs()
4814 env->msr_hv_crash_params[index - HV_X64_MSR_CRASH_P0] = msrs[i].data; in kvm_get_msrs()