Home
last modified time | relevance | path

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

/optee_os/core/kernel/
H A Dnotif.c18 struct notif_data { struct
25 static struct notif_data default_notif_data; argument
32 static struct notif_data *get_notif_data(struct guest_partition *prtn) in get_notif_data()
48 struct notif_data *ndata = get_notif_data(prtn); in notif_async_is_started()
86 struct notif_data *ndata = get_notif_data(prtn); in notif_deliver_atomic_event()
119 struct notif_data *ndata = get_notif_data(prtn); in notif_deliver_event()
162 sizeof(struct notif_data), NULL); in nex_init_notif()
/optee_os/core/arch/riscv/kernel/
H A Dsbi_mpxy.c454 struct sbi_mpxy_notification_data *notif_data, in sbi_mpxy_get_notification_events() argument
462 if (!notif_data || !events_data_len) in sbi_mpxy_get_notification_events()
482 memcpy(notif_data, mpxy->shmem, sbiret.value + 16); in sbi_mpxy_get_notification_events()
/optee_os/core/arch/riscv/include/
H A Dsbi_mpxy.h164 struct sbi_mpxy_notification_data *notif_data,