Home
last modified time | relevance | path

Searched refs:notif_event (Results 1 – 3 of 3) sorted by relevance

/optee_os/core/include/kernel/
A Dnotif.h63 enum notif_event { enum
87 void (*atomic_cb)(struct notif_driver *ndrv, enum notif_event ev);
88 void (*yielding_cb)(struct notif_driver *ndrv, enum notif_event ev);
159 void notif_deliver_atomic_event(enum notif_event ev);
160 void notif_deliver_event(enum notif_event ev);
162 static inline void notif_deliver_atomic_event(enum notif_event ev __unused) in notif_deliver_atomic_event()
166 static inline void notif_deliver_event(enum notif_event ev __unused) in notif_deliver_event()
/optee_os/core/arch/arm/plat-vexpress/
A Dmain.c139 enum notif_event ev __maybe_unused) in atomic_console_notif()
146 enum notif_event ev) in yielding_console_notif()
/optee_os/core/kernel/
A Dnotif.c146 void notif_deliver_atomic_event(enum notif_event ev) in notif_deliver_atomic_event()
169 void notif_deliver_event(enum notif_event ev) in notif_deliver_event()

Completed in 4 milliseconds