Skip to main content

Module notification

Module notification 

Source
Expand description

FF-A notification data structures and functions.

Structs§

NotificationBindFlags
Flags field of the FFA_NOTIFICATION_BIND interface.
NotificationGetFlags
Flags field of the FFA_NOTIFICATION_GET interface.
NotificationInfoGetIterator
Iterator implementation for parsing the (partition ID, vCPU ID list) pairs of the FFA_SUCCESS of an FFA_NOTIFICATION_INFO_GET call.
NotificationSetFlags
Flags field of the FFA_NOTIFICATION_SET interface.
SuccessArgsNotificationGet
FFA_NOTIFICATION_GET specific success argument structure.
SuccessArgsNotificationInfoGet
FFA_NOTIFICATION_INFO_GET specific success argument structure. The MAX_COUNT parameter depends on the 32-bit or 64-bit packing.

Enums§

Error
Rich error types returned by this module. Should be converted to crate::FfaError when used with the FFA_ERROR interface.

Type Aliases§

SuccessArgsNotificationInfoGet32
FFA_NOTIFICATION_INFO_GET_32 specific success argument structure.
SuccessArgsNotificationInfoGet64
FFA_NOTIFICATION_INFO_GET_64 specific success argument structure.