Home
last modified time | relevance | path

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

/optee_os/core/arch/arm/include/
H A Dffa.h208 #define FFA_PART_PROP_NOTIF_CREATED BIT(6) macro
/optee_os/core/arch/arm/kernel/
H A Dspmc_sp_handler.c931 if (!(dst->props & FFA_PART_PROP_NOTIF_CREATED)) { in ffa_handle_sp_direct_req()
1018 if (!(dst->props & FFA_PART_PROP_NOTIF_CREATED)) { in ffa_handle_sp_direct_resp()
H A Dthread_spmc.c2429 FFA_PART_PROP_NOTIF_CREATED | in check_desc()
2514 FFA_PART_PROP_NOTIF_CREATED |
H A Dsecure_partition.c1567 s->props |= FFA_PART_PROP_NOTIF_CREATED; in read_vm_availability_msg()