Home
last modified time | relevance | path

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

/qemu/hw/intc/
H A Dopenpic.c299 if (IRQ_get_next(opp, &dst->servicing) >= 0 && in IRQ_local_pipe()
300 priority <= dst->servicing.priority) { in IRQ_local_pipe()
302 __func__, n_IRQ, dst->servicing.next, n_CPU); in IRQ_local_pipe()
309 IRQ_get_next(opp, &dst->servicing); in IRQ_local_pipe()
311 dst->raised.priority > dst->servicing.priority) { in IRQ_local_pipe()
314 dst->ctpr, dst->servicing.priority, n_CPU); in IRQ_local_pipe()
318 __func__, n_IRQ, dst->ctpr, dst->servicing.priority, n_CPU); in IRQ_local_pipe()
1001 dst->servicing.priority); in openpic_cpu_write_internal()
1007 } else if (dst->raised.priority > dst->servicing.priority) { in openpic_cpu_write_internal()
1022 s_IRQ = IRQ_get_next(opp, &dst->servicing); in openpic_cpu_write_internal()
[all …]
/qemu/include/hw/ppc/
H A Dopenpic.h119 IRQQueue servicing; member
/qemu/docs/devel/migration/
H A Dpostcopy.rst175 a new thread (a) is started that takes over servicing the migration stream,
185 is no longer used by migration, while the listen thread carries on servicing
/qemu/docs/system/devices/
H A Dcxl.rst108 below which the CXL device servicing that address lies. This
/qemu/qga/
H A Dqapi-schema.json1806 # @irq: Time servicing interrupts (since Linux 2.6.0-test4)
1808 # @softirq: Time servicing softirqs (since Linux 2.6.0-test4)
/qemu/hw/usb/
H A Dtrace-events215 …vice(uint32_t first, uint32_t current, void *dev, uint32_t ep) "first %d servicing %d dev %p ep %d"