Lines Matching defs:shared_sint
269 union hv_synic_sint shared_sint;
313 shared_sint.as_uint64 = hv_get_register(HV_REGISTER_SINT0 +
316 shared_sint.vector = vmbus_interrupt;
317 shared_sint.masked = false;
324 shared_sint.auto_eoi =
327 shared_sint.auto_eoi = 0;
330 shared_sint.as_uint64);
355 union hv_synic_sint shared_sint;
360 shared_sint.as_uint64 = hv_get_register(HV_REGISTER_SINT0 +
363 shared_sint.masked = 1;
368 shared_sint.as_uint64);