Searched refs:bitmap (Results 1 – 1 of 1) sorted by relevance
249 uint32_t flags, uint64_t bitmap) in ffa_set_notification() argument253 low32_from_64(bitmap), high32_from_64(bitmap)); in ffa_set_notification()1642 uint64_t bitmap = 0; in handle_notification_bind() local1655 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() local1696 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()