Searched refs:HV_X64_MSR_HYPERCALL (Results 1 – 4 of 4) sorted by relevance
/arch/x86/hyperv/ |
D | hv_init.c | 284 rdmsrl(HV_X64_MSR_HYPERCALL, hypercall_msr.as_uint64); in hv_suspend() 286 wrmsrl(HV_X64_MSR_HYPERCALL, hypercall_msr.as_uint64); in hv_suspend() 301 rdmsrl(HV_X64_MSR_HYPERCALL, hypercall_msr.as_uint64); in hv_resume() 305 wrmsrl(HV_X64_MSR_HYPERCALL, hypercall_msr.as_uint64); in hv_resume() 415 rdmsrl(HV_X64_MSR_HYPERCALL, hypercall_msr.as_uint64); in hyperv_init() 418 wrmsrl(HV_X64_MSR_HYPERCALL, hypercall_msr.as_uint64); in hyperv_init() 468 wrmsrl(HV_X64_MSR_HYPERCALL, hypercall_msr.as_uint64); in hyperv_cleanup() 551 rdmsrl(HV_X64_MSR_HYPERCALL, hypercall_msr.as_uint64); in hv_is_hyperv_initialized()
|
/arch/x86/include/asm/ |
D | hyperv-tlfs.h | 124 #define HV_X64_MSR_HYPERCALL 0x40000001 macro
|
/arch/x86/kvm/ |
D | hyperv.c | 932 case HV_X64_MSR_HYPERCALL: in kvm_hv_msr_partition_wide() 1149 case HV_X64_MSR_HYPERCALL: { in kvm_hv_set_msr_pw() 1347 case HV_X64_MSR_HYPERCALL: in kvm_hv_get_msr_pw()
|
D | x86.c | 1279 HV_X64_MSR_GUEST_OS_ID, HV_X64_MSR_HYPERCALL,
|