Searched refs:interrupt (Results 1 – 9 of 9) sorted by relevance
41 * When the kernel receives an IRQ, it masks the interrupt line at the interrupt56 * Its counterpart for explicitly masking an interrupt line is114 * interchangeably for "interrupt"137 * Detach from this interrupt.235 * \note "ICU" is short for "interrupt control unit".242 * 1. set_mode() (optional if interrupt has a default mode)246 * 4. unmask() to receive the first interrupt285 * Bind an interrupt line of an interrupt controller to an interrupt object.293 * for unmasking the interrupt.309 * Remove binding of an interrupt line from the interrupt controller object.[all …]
37 * The interrupt for read events is provided by the virtual key interrupt.40 * virtual key interrupt which, in contrast to hardware IRQs, implements a
37 * semaphore can be bound to an interrupt line at an ICU (L4::Icu) and
22 * interrupt to get notified when entropy is available. Support for25 * The notification interrupt must have index 0.47 * bytes and a notification interrupt was installed, then the service triggers48 * an interrupt as soon as the remaining entropy is available. That means49 * that when an interrupt is triggered, the service must guarantee that the
30 int siginterrupt (int sig, int interrupt) in siginterrupt() argument39 if (interrupt) in siginterrupt()
228 * Register a handler for an interrupt.247 * Register a handler for an already existing interrupt.251 * software interrupt or an IPC gate.
48 ; Thus, they may be safely used in interrupt handlers.
348 #warning ignoreables probably should not interrupt backwards processing, but this is wrong in next_weight()
282 * Epiface implementation for interrupt handlers.
Completed in 8 milliseconds