Home
last modified time | relevance | path

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

/linux/drivers/hv/
H A Dhv.c312 shared_sint.as_uint64 = hv_get_msr(HV_MSR_SINT0 + VMBUS_MESSAGE_SINT); in hv_synic_enable_regs()
327 hv_set_msr(HV_MSR_SINT0 + VMBUS_MESSAGE_SINT, shared_sint.as_uint64); in hv_synic_enable_regs()
340 hv_stimer_legacy_init(cpu, VMBUS_MESSAGE_SINT); in hv_synic_init()
354 shared_sint.as_uint64 = hv_get_msr(HV_MSR_SINT0 + VMBUS_MESSAGE_SINT); in hv_synic_disable_regs()
360 hv_set_msr(HV_MSR_SINT0 + VMBUS_MESSAGE_SINT, shared_sint.as_uint64); in hv_synic_disable_regs()
414 (union hv_synic_event_flags *)hv_cpu->synic_event_page + VMBUS_MESSAGE_SINT; in hv_synic_event_pending()
H A Dhyperv_vmbus.h116 VMBUS_MESSAGE_SINT = 2, enumerator
H A Dconnection.c100 msg->msg_sint = VMBUS_MESSAGE_SINT; in vmbus_negotiate_version()
H A Dvmbus_drv.c1023 VMBUS_MESSAGE_SINT; in vmbus_on_msg_dpc()
1208 VMBUS_MESSAGE_SINT; in vmbus_chan_sched()
1289 msg = (struct hv_message *)page_addr + VMBUS_MESSAGE_SINT; in vmbus_isr()