Searched refs:InterruptPage (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/hv/
H A Dconnection.c69 gVmbusConnection.InterruptPage = osd_PageAlloc(1);
70 if (gVmbusConnection.InterruptPage == NULL) {
75 gVmbusConnection.RecvInterruptPage = gVmbusConnection.InterruptPage;
77 (void *)((unsigned long)gVmbusConnection.InterruptPage +
108 msg->InterruptPage = virt_to_phys(gVmbusConnection.InterruptPage);
126 msg->InterruptPage, msg->MonitorPage1, msg->MonitorPage2);
164 if (gVmbusConnection.InterruptPage) {
165 osd_PageFree(gVmbusConnection.InterruptPage, 1);
166 gVmbusConnection.InterruptPage
[all...]
H A Dvmbus_private.h70 void *InterruptPage; member in struct:VMBUS_CONNECTION
H A Dchannel_mgmt.h212 u64 InterruptPage; member in struct:vmbus_channel_initiate_contact

Completed in 55 milliseconds