Searched refs:raised (Results 1 - 7 of 7) sorted by relevance

/linux-master/kernel/
H A Dirq_work.c186 struct llist_head *raised, *lazy; local
188 raised = this_cpu_ptr(&raised_list);
191 if (llist_empty(raised) || arch_irq_work_has_interrupt())
271 struct llist_head *raised = this_cpu_ptr(&raised_list); local
273 if (!llist_empty(raised) && !arch_irq_work_has_interrupt())
274 irq_work_run_list(raised);
/linux-master/arch/powerpc/kvm/
H A Dmpic.c181 struct irq_queue raised; member in struct:irq_dest
367 * it is still raised, in case ctpr is lowered later.
370 IRQ_setbit(&dst->raised, n_IRQ);
372 IRQ_resetbit(&dst->raised, n_IRQ);
374 IRQ_check(opp, &dst->raised);
389 __func__, n_CPU, n_IRQ, dst->raised.next);
394 if (dst->raised.priority > dst->ctpr &&
395 dst->raised.priority > dst->servicing.priority) {
397 __func__, n_IRQ, dst->raised.next,
398 dst->raised
[all...]
/linux-master/arch/m68k/fpsp040/
H A Dsetox.S169 | raised, to simulate that exception cost to much than the
177 | raised by 7.3. That is the only exception raised by 7.3.
/linux-master/drivers/gpu/drm/amd/amdkfd/
H A Dcwsr_trap_handler_gfx9.asm49 var SINGLE_STEP_MISSED_WORKAROUND = (ASIC_FAMILY <= CHIP_ALDEBARAN) //workaround for lost MODE.DEBUG_EN exception when SAVECTX raised
220 // Wave is halted but neither host trap nor SAVECTX is raised.
1078 // Do not restore STATUS.SPI_PRIO since scheduler may have raised it.
H A Dcwsr_trap_handler_gfx10.asm49 var SINGLE_STEP_MISSED_WORKAROUND = 1 //workaround for lost MODE.DEBUG_EN exception when SAVECTX raised
213 // Spin wait until SAVECTX exception is raised.
230 // Wave is halted but neither host trap nor SAVECTX is raised.
H A Dcwsr_trap_handler_gfx8.asm742 // Do not restore STATUS.SPI_PRIO since scheduler may have raised it.
/linux-master/arch/m68k/ifpsp060/src/
H A Dfplsp.S6828 # should always be raised, to simulate that exception #
6836 # raised by 7.3. That is the only exception raised by 7.3.#

Completed in 118 milliseconds