Home
last modified time | relevance | path

Searched refs:NOTIF_EVENT_STOPPED (Results 1 – 4 of 4) sorted by relevance

/optee_os/core/kernel/
H A Dnotif.c124 assert(ev == NOTIF_EVENT_DO_BOTTOM_HALF || ev == NOTIF_EVENT_STOPPED); in notif_deliver_event()
135 if (ev == NOTIF_EVENT_STOPPED) in notif_deliver_event()
146 if (ev == NOTIF_EVENT_STOPPED && ndata->notif_started) { in notif_deliver_event()
/optee_os/core/include/kernel/
H A Dnotif.h66 NOTIF_EVENT_STOPPED, enumerator
/optee_os/core/arch/arm/plat-vexpress/
H A Dmain.c186 case NOTIF_EVENT_STOPPED: in yielding_console_notif()
/optee_os/core/tee/
H A Dentry_std.c727 notif_deliver_event(NOTIF_EVENT_STOPPED); in __tee_entry_std()