Home
last modified time | relevance | path

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

/trusted-firmware-m-3.7.0/secure_fw/partitions/ns_agent_mailbox/
Dtfm_spe_mailbox.c73 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() local
319 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()
/trusted-firmware-m-3.7.0/interface/include/multi_core/
Dtfm_mailbox.h124 mailbox_queue_status_t pend_slots; /* Bitmask of slots pending member
Dtfm_ns_mailbox.h353 queue_ptr->status.pend_slots |= (1UL << idx); in set_queue_slot_pend()
/trusted-firmware-m-3.7.0/docs/design_docs/dual-cpu/
Dmailbox_design_on_dual_core_system.rst703 - ``pend_slots`` is the bitmask of slots whose PSA Client call is not replied
714 mailbox_queue_status_t pend_slots;