Home
last modified time | relevance | path

Searched refs:vmbus_isr (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/Documentation/virt/hyperv/
Dvmbus.rst184 across all CPUs and explicitly coded to call vmbus_isr(). In this case,
190 VMBus handler in Linux. This demultiplexing is done by vmbus_isr() and
215 that are demultiplexed by vmbus_isr(). It demultiplexes by first checking
220 vmbus_isr() checks for and processes any messages received on the VMBus
Dclocks.rst69 vmbus_isr() as described in the Documentation/virt/hyperv/vmbus.rst
/linux-6.12.1/drivers/hv/
Dvmbus_drv.c1279 static void vmbus_isr(void) in vmbus_isr() function
1305 vmbus_isr(); in vmbus_percpu_isr()
1349 hv_setup_vmbus_handler(vmbus_isr); in vmbus_bus_init()