Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hv/
H A Dhv.c269 union hv_synic_sint shared_sint; in hv_synic_enable_regs() local
313 shared_sint.as_uint64 = hv_get_register(HV_REGISTER_SINT0 + in hv_synic_enable_regs()
316 shared_sint.vector = vmbus_interrupt; in hv_synic_enable_regs()
317 shared_sint.masked = false; in hv_synic_enable_regs()
324 shared_sint.auto_eoi = in hv_synic_enable_regs()
327 shared_sint.auto_eoi = 0; in hv_synic_enable_regs()
330 shared_sint.as_uint64); in hv_synic_enable_regs()
355 union hv_synic_sint shared_sint; in hv_synic_disable_regs() local
360 shared_sint.as_uint64 = hv_get_register(HV_REGISTER_SINT0 + in hv_synic_disable_regs()
363 shared_sint.masked = 1; in hv_synic_disable_regs()
[all …]