Home
last modified time | relevance | path

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

/linux/drivers/hv/
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()
A Dhyperv_vmbus.h116 VMBUS_MESSAGE_SINT = 2, enumerator
A Dconnection.c100 msg->msg_sint = VMBUS_MESSAGE_SINT; in vmbus_negotiate_version()
A Dchannel_mgmt.c858 + VMBUS_MESSAGE_SINT; in vmbus_wait_for_unload()
898 msg = (struct hv_message *)page_addr + VMBUS_MESSAGE_SINT; in vmbus_wait_for_unload()
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()
/linux/Documentation/virt/hyperv/
A Dvmbus.rst173 (VMBUS_MESSAGE_SINT). All interrupts related to communication between
181 VMBUS_MESSAGE_SINT. This IRQ appears in /proc/interrupts as an IRQ labelled

Completed in 16 milliseconds