Home
last modified time | relevance | path

Searched refs:HV_X64_MSR_SINT0 (Results 1 – 5 of 5) sorted by relevance

/linux-6.12.1/arch/x86/include/asm/
Dhyperv-tlfs.h217 #define HV_X64_MSR_SINT0 0x40000090 macro
295 #define HV_MSR_SINT0 (HV_X64_MSR_SINT0)
Dmshyperv.h303 return (reg >= HV_X64_MSR_SINT0) && in hv_is_sint_msr()
/linux-6.12.1/arch/x86/kvm/
Dhyperv.c318 case HV_X64_MSR_SINT0 ... HV_X64_MSR_SINT15: in synic_set_msr()
319 ret = synic_set_sint(synic, msr - HV_X64_MSR_SINT0, data, host); in synic_set_msr()
462 case HV_X64_MSR_SINT0 ... HV_X64_MSR_SINT15: in synic_get_msr()
463 *pdata = atomic64_read(&synic->sint[msr - HV_X64_MSR_SINT0]); in synic_get_msr()
1279 case HV_X64_MSR_SINT0 ... HV_X64_MSR_SINT15: in hv_check_msr_access()
1596 case HV_X64_MSR_SINT0 ... HV_X64_MSR_SINT15: in kvm_hv_set_msr()
1716 case HV_X64_MSR_SINT0 ... HV_X64_MSR_SINT15: in kvm_hv_get_msr()
/linux-6.12.1/tools/testing/selftests/kvm/include/x86_64/
Dhyperv.h44 #define HV_X64_MSR_SINT0 0x40000090 macro
/linux-6.12.1/arch/x86/kernel/cpu/
Dmshyperv.c50 return reg - HV_X64_MSR_SINT0 + HV_X64_MSR_NESTED_SINT0; in hv_get_nested_msr()