Home
last modified time | relevance | path

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

/optee_os/core/include/kernel/
H A Dnotif.h63 enum notif_event { enum
93 void (*atomic_cb)(struct notif_driver *ndrv, enum notif_event ev,
95 void (*yielding_cb)(struct notif_driver *ndrv, enum notif_event ev);
169 void notif_deliver_atomic_event(enum notif_event ev, uint16_t guest_id);
170 void notif_deliver_event(enum notif_event ev);
172 static inline void notif_deliver_atomic_event(enum notif_event ev __unused, in notif_deliver_atomic_event()
176 static inline void notif_deliver_event(enum notif_event ev __unused) in notif_deliver_event()
/optee_os/core/tests/
H A Dnotif_test_wd.c59 enum notif_event ev, uint16_t guest_id) in wd_ndrv_atomic_cb()
78 enum notif_event ev) in wd_ndrv_yielding_cb()
/optee_os/core/kernel/
H A Dnotif.c83 void notif_deliver_atomic_event(enum notif_event ev, uint16_t guest_id) in notif_deliver_atomic_event()
116 void notif_deliver_event(enum notif_event ev) in notif_deliver_event()
/optee_os/core/arch/arm/plat-vexpress/
H A Dmain.c154 enum notif_event ev, uint16_t vm_id) in atomic_console_notif()
176 enum notif_event ev) in yielding_console_notif()