Searched refs:shared_sint (Results 1 – 1 of 1) sorted by relevance
282 union hv_synic_sint shared_sint; in hv_hyp_synic_enable_regs() local326 shared_sint.as_uint64 = hv_get_msr(HV_MSR_SINT0 + VMBUS_MESSAGE_SINT); in hv_hyp_synic_enable_regs()328 shared_sint.vector = vmbus_interrupt; in hv_hyp_synic_enable_regs()329 shared_sint.masked = false; in hv_hyp_synic_enable_regs()330 shared_sint.auto_eoi = hv_recommend_using_aeoi(); in hv_hyp_synic_enable_regs()331 hv_set_msr(HV_MSR_SINT0 + VMBUS_MESSAGE_SINT, shared_sint.as_uint64); in hv_hyp_synic_enable_regs()408 union hv_synic_sint shared_sint; in hv_hyp_synic_disable_regs() local412 shared_sint.as_uint64 = hv_get_msr(HV_MSR_SINT0 + VMBUS_MESSAGE_SINT); in hv_hyp_synic_disable_regs()414 shared_sint.masked = 1; in hv_hyp_synic_disable_regs()418 hv_set_msr(HV_MSR_SINT0 + VMBUS_MESSAGE_SINT, shared_sint.as_uint64); in hv_hyp_synic_disable_regs()