Lines Matching refs:mailbox
108 struct mailbox *spmc_get_mbox_desc(bool secure_origin) in spmc_get_mbox_desc()
112 return &(spmc_get_current_sp_ctx()->mailbox); in spmc_get_mbox_desc()
114 return &(spmc_get_hyp_ctx()->mailbox); in spmc_get_mbox_desc()
601 struct mailbox *mbox; in rxtx_map_handler()
705 struct mailbox *mbox = spmc_get_mbox_desc(secure_origin); in rxtx_unmap_handler()
842 struct mailbox *mbox, in partition_info_populate_v1_0()
887 struct mailbox *mbox; in partition_info_get_handler()
1277 struct mailbox *mbox = spmc_get_mbox_desc(secure_origin); in rx_release_handler()
1300 struct mailbox *mb; in validate_secondary_ep()
1307 mb = &sp->mailbox; in validate_secondary_ep()
1726 sp->mailbox.rx_buffer = NULL; in initalize_sp_descs()
1727 sp->mailbox.tx_buffer = NULL; in initalize_sp_descs()
1728 sp->mailbox.state = MAILBOX_STATE_EMPTY; in initalize_sp_descs()
1745 ns_ep->mailbox.rx_buffer = NULL; in initalize_ns_ep_descs()
1746 ns_ep->mailbox.tx_buffer = NULL; in initalize_ns_ep_descs()
1747 ns_ep->mailbox.state = MAILBOX_STATE_EMPTY; in initalize_ns_ep_descs()