Home
last modified time | relevance | path

Searched refs:notif_deliver_atomic_event (Results 1 – 6 of 6) sorted by relevance

/optee_os/core/include/kernel/
H A Dnotif.h169 void notif_deliver_atomic_event(enum notif_event ev, uint16_t guest_id);
172 static inline void notif_deliver_atomic_event(enum notif_event ev __unused, in notif_deliver_atomic_event() function
/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() function
/optee_os/core/arch/riscv/tee/
H A Dentry_fast.c250 notif_deliver_atomic_event(NOTIF_EVENT_STARTED, 0); in __tee_entry_fast()
/optee_os/core/arch/arm/tee/
H A Dentry_fast.c331 notif_deliver_atomic_event(NOTIF_EVENT_STARTED, g_id); in __tee_entry_fast()
/optee_os/core/arch/arm/kernel/
H A Dvirtualization.c498 notif_deliver_atomic_event(NOTIF_EVENT_SHUTDOWN, prtn->id); in virt_guest_destroyed()
H A Dthread_spmc.c732 notif_deliver_atomic_event(NOTIF_EVENT_STARTED, vm_id); in spmc_enable_async_notif()