Home
last modified time | relevance | path

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

/linux/drivers/hv/
H A Dhv.c155 hv_cpu->synic_event_page = in hv_synic_alloc()
157 if (!hv_cpu->synic_event_page) { in hv_synic_alloc()
178 free_page((unsigned long)hv_cpu->synic_event_page); in hv_synic_alloc()
179 hv_cpu->synic_event_page = NULL; in hv_synic_alloc()
184 hv_cpu->synic_event_page, 1); in hv_synic_alloc()
187 hv_cpu->synic_event_page = NULL; in hv_synic_alloc()
192 memset(hv_cpu->synic_event_page, 0, PAGE_SIZE); in hv_synic_alloc()
237 if (hv_cpu->synic_event_page) { in hv_synic_free()
239 hv_cpu->synic_event_page, 1); in hv_synic_free()
242 hv_cpu->synic_event_page = NULL; in hv_synic_free()
[all …]
H A Dhyperv_vmbus.h124 void *synic_event_page; member
H A Dvmbus_drv.c1205 void *page_addr = hv_cpu->synic_event_page; in vmbus_chan_sched()