Searched refs:shared_sint (Results 1 – 1 of 1) sorted by relevance
285 union hv_synic_sint shared_sint; in hv_hyp_synic_enable_regs() local329 shared_sint.as_uint64 = hv_get_msr(HV_MSR_SINT0 + VMBUS_MESSAGE_SINT); in hv_hyp_synic_enable_regs()331 shared_sint.vector = vmbus_interrupt; in hv_hyp_synic_enable_regs()332 shared_sint.masked = false; in hv_hyp_synic_enable_regs()333 shared_sint.auto_eoi = hv_recommend_using_aeoi(); in hv_hyp_synic_enable_regs()334 hv_set_msr(HV_MSR_SINT0 + VMBUS_MESSAGE_SINT, shared_sint.as_uint64); in hv_hyp_synic_enable_regs()409 union hv_synic_sint shared_sint; in hv_hyp_synic_disable_regs() local413 shared_sint.as_uint64 = hv_get_msr(HV_MSR_SINT0 + VMBUS_MESSAGE_SINT); in hv_hyp_synic_disable_regs()415 shared_sint.masked = 1; in hv_hyp_synic_disable_regs()419 hv_set_msr(HV_MSR_SINT0 + VMBUS_MESSAGE_SINT, shared_sint.as_uint64); in hv_hyp_synic_disable_regs()