Searched refs:dev_dispatch_interrupt (Results 1 - 8 of 8) sorted by relevance

/seL4-refos-master/libs/librefos/include/refos-util/
H A Ddevice_irq.h115 int dev_dispatch_interrupt(dev_irq_state_t *irqState, srv_msg_t *m);
/seL4-refos-master/projects/refos/impl/apps/console_server/src/
H A Dconsole_server.c78 if (dev_dispatch_interrupt(&s->irqState, msg) == DISPATCH_SUCCESS) {
/seL4-refos-master/projects/refos/impl/apps/timer_server/src/
H A Dtimer_server.c69 if (dev_dispatch_interrupt(&timeServ.irqState, msg) == DISPATCH_SUCCESS) {
/seL4-refos-master/projects/refos/impl/libs/librefos/include/refos-util/
H A Ddevice_irq.h115 int dev_dispatch_interrupt(dev_irq_state_t *irqState, srv_msg_t *m);
/seL4-refos-master/apps/console_server/src/
H A Dconsole_server.c78 if (dev_dispatch_interrupt(&s->irqState, msg) == DISPATCH_SUCCESS) {
/seL4-refos-master/apps/timer_server/src/
H A Dtimer_server.c69 if (dev_dispatch_interrupt(&timeServ.irqState, msg) == DISPATCH_SUCCESS) {
/seL4-refos-master/libs/librefos/src/refos-util/
H A Ddevice_irq.c109 int dev_dispatch_interrupt(dev_irq_state_t *irqState, srv_msg_t *m) function
/seL4-refos-master/projects/refos/impl/libs/librefos/src/refos-util/
H A Ddevice_irq.c109 int dev_dispatch_interrupt(dev_irq_state_t *irqState, srv_msg_t *m) function

Completed in 44 milliseconds