Home
last modified time | relevance | path

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

/trusted-firmware-a-latest/include/services/
Dffa_svc.h160 #define FFA_NOTIFICATION_GET FFA_FID(SMC_32, FFA_FNUM_NOTIFICATION_GET) macro
/trusted-firmware-a-latest/docs/components/
Dsecure-partition-manager.rst750 pending notifications invoking FFA_NOTIFICATION_GET, which, from that moment,
818 - ``FFA_NOTIFICATION_GET``
954 FFA_NOTIFICATION_SET/FFA_NOTIFICATION_GET
957 FFA_NOTIFICATION_GET retrieves all pending global notifications and
961 and decremented when handling FFA_NOTIFICATION_SET and FFA_NOTIFICATION_GET
970 when handling FFA_NOTIFICATION_INFO_GET and FFA_NOTIFICATION_GET respectively.
974 reset when receiver called FFA_NOTIFICATION_GET to retrieve them.
/trusted-firmware-a-latest/services/std_svc/spmd/
Dspmd_main.c1178 case FFA_NOTIFICATION_GET: in spmd_smc_handler()