hv_synic_event_flags
static bool __hv_synic_event_pending(union hv_synic_event_flags *event, int sint)
union hv_synic_event_flags *hyp_synic_event_page = hv_cpu->hyp_synic_event_page;
union hv_synic_event_flags *para_synic_event_page = hv_cpu->para_synic_event_page;
union hv_synic_event_flags *event_flags;
event_flags = (union hv_synic_event_flags *)per_cpu->hyp_synic_event_page +
union hv_synic_event_flags *event;
event = (union hv_synic_event_flags *)event_page_addr + VMBUS_MESSAGE_SINT;
volatile union hv_synic_event_flags event_flags[HV_SYNIC_SINT_COUNT];