Home
last modified time | relevance | path

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

/optee_os/core/arch/arm/kernel/
H A Dthread_spmc.c249 uint32_t flags, uint64_t bitmap) in ffa_set_notification() argument
253 low32_from_64(bitmap), high32_from_64(bitmap)); in ffa_set_notification()
1642 uint64_t bitmap = 0; in handle_notification_bind() local
1655 bitmap = reg_pair_to_64(args->a4, args->a3); in handle_notification_bind()
1666 if ((bitmap & nvb->bound)) { in handle_notification_bind()
1669 nvb->bound |= bitmap; in handle_notification_bind()
1688 uint64_t bitmap = 0; in handle_notification_unbind() local
1696 bitmap = reg_pair_to_64(args->a4, args->a3); in handle_notification_unbind()
1707 if (bitmap & nvb->pending) { in handle_notification_unbind()
1710 nvb->bound &= ~bitmap; in handle_notification_unbind()