Searched refs:pend_slots (Results 1 – 4 of 4) sorted by relevance
73 return ns_status->pend_slots; in get_nspe_queue_pend_status()87 ns_status->pend_slots &= ~mask; in clear_nspe_queue_pend_status()311 mailbox_queue_status_t mask_bits, pend_slots, reply_slots = 0; in tfm_mailbox_handle_msg() local319 pend_slots = get_nspe_queue_pend_status(ns_status); in tfm_mailbox_handle_msg()324 if (!pend_slots) { in tfm_mailbox_handle_msg()331 if (!(pend_slots & mask_bits)) { in tfm_mailbox_handle_msg()365 clear_nspe_queue_pend_status(ns_status, pend_slots); in tfm_mailbox_handle_msg()
124 mailbox_queue_status_t pend_slots; /* Bitmask of slots pending member
353 queue_ptr->status.pend_slots |= (1UL << idx); in set_queue_slot_pend()
703 - ``pend_slots`` is the bitmask of slots whose PSA Client call is not replied714 mailbox_queue_status_t pend_slots;