Searched refs:servicing (Results 1 – 6 of 6) sorted by relevance
/qemu/hw/intc/ |
H A D | openpic.c | 299 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 D | openpic.h | 119 IRQQueue servicing; member
|
/qemu/docs/devel/migration/ |
H A D | postcopy.rst | 175 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 D | cxl.rst | 108 below which the CXL device servicing that address lies. This
|
/qemu/qga/ |
H A D | qapi-schema.json | 1806 # @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 D | trace-events | 215 …vice(uint32_t first, uint32_t current, void *dev, uint32_t ep) "first %d servicing %d dev %p ep %d"
|