Home
last modified time | relevance | path

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

/drivers/hv/
Dhv.c198 union hv_synic_sint shared_sint; in hv_synic_enable_regs() local
220 shared_sint.as_uint64 = hv_get_register(HV_REGISTER_SINT0 + in hv_synic_enable_regs()
223 shared_sint.vector = vmbus_interrupt; in hv_synic_enable_regs()
224 shared_sint.masked = false; in hv_synic_enable_regs()
231 shared_sint.auto_eoi = in hv_synic_enable_regs()
234 shared_sint.auto_eoi = 0; in hv_synic_enable_regs()
237 shared_sint.as_uint64); in hv_synic_enable_regs()
260 union hv_synic_sint shared_sint; in hv_synic_disable_regs() local
265 shared_sint.as_uint64 = hv_get_register(HV_REGISTER_SINT0 + in hv_synic_disable_regs()
268 shared_sint.masked = 1; in hv_synic_disable_regs()
[all …]