Home
last modified time | relevance | path

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

/optee_os/core/kernel/
H A Dnotif.c63 assert(is_nexus(ndrv) && is_unpaged(ndrv->atomic_cb)); in notif_register_driver()
108 if (nd->atomic_cb) in notif_deliver_atomic_event()
109 nd->atomic_cb(nd, ev, guest_id); in notif_deliver_atomic_event()
/optee_os/core/include/kernel/
H A Dnotif.h93 void (*atomic_cb)(struct notif_driver *ndrv, enum notif_event ev, member
/optee_os/core/tests/
H A Dnotif_test_wd.c92 .atomic_cb = wd_ndrv_atomic_cb,
/optee_os/core/arch/arm/plat-vexpress/
H A Dmain.c197 .atomic_cb = atomic_console_notif,