Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/tee/optee/
Doptee.c452 k_spinlock_key_t sp_key; in optee_notif_send() local
458 sp_key = k_spin_lock(&data->notif_lock); in optee_notif_send()
463 k_spin_unlock(&data->notif_lock, sp_key); in optee_notif_send()
473 k_spinlock_key_t sp_key; in optee_notif_wait() local
488 sp_key = k_spin_lock(&data->notif_lock); in optee_notif_wait()
509 k_spin_unlock(&data->notif_lock, sp_key); in optee_notif_wait()
511 sp_key = k_spin_lock(&data->notif_lock); in optee_notif_wait()
515 k_spin_unlock(&data->notif_lock, sp_key); in optee_notif_wait()