Searched defs:shared_sint (Results 1 - 1 of 1) sorted by relevance

/drivers/hv/
H A Dhv.c336 union hv_synic_sint shared_sint; local
365 rdmsrl(HV_X64_MSR_SINT0 + VMBUS_MESSAGE_SINT, shared_sint.as_uint64);
367 shared_sint.as_uint64 = 0;
368 shared_sint.vector = HYPERVISOR_CALLBACK_VECTOR;
369 shared_sint.masked = false;
370 shared_sint.auto_eoi = true;
372 wrmsrl(HV_X64_MSR_SINT0 + VMBUS_MESSAGE_SINT, shared_sint.as_uint64);
399 union hv_synic_sint shared_sint; local
407 rdmsrl(HV_X64_MSR_SINT0 + VMBUS_MESSAGE_SINT, shared_sint.as_uint64);
409 shared_sint
[all...]

Completed in 272 milliseconds