Searched refs:synic_event_page (Results 1 – 4 of 4) sorted by relevance
199 memset(hv_context.synic_event_page, 0, sizeof(void *) * NR_CPUS); in hv_init()443 hv_context.synic_event_page[cpu] = in hv_synic_alloc()446 if (hv_context.synic_event_page[cpu] == NULL) { in hv_synic_alloc()469 if (hv_context.synic_event_page[cpu]) in hv_synic_free_cpu()470 free_page((unsigned long)hv_context.synic_event_page[cpu]); in hv_synic_free_cpu()521 siefp.base_siefp_gpa = virt_to_phys(hv_context.synic_event_page[cpu]) in hv_synic_init()
392 page_addr = hv_context.synic_event_page[cpu]; in vmbus_on_event()
520 void *synic_event_page[NR_CPUS]; member
785 page_addr = hv_context.synic_event_page[cpu]; in vmbus_isr()