Lines Matching refs:mailbox
126 struct mailbox *spmc_get_mbox_desc(bool secure_origin) in spmc_get_mbox_desc()
130 return &(spmc_get_current_sp_ctx()->mailbox); in spmc_get_mbox_desc()
132 return &(spmc_get_hyp_ctx()->mailbox); in spmc_get_mbox_desc()
831 struct mailbox *mbox; in rxtx_map_handler()
935 struct mailbox *mbox = spmc_get_mbox_desc(secure_origin); in rxtx_unmap_handler()
1126 struct mailbox *mbox, in partition_info_populate_v1_0()
1173 struct mailbox *mbox; in partition_info_get_handler()
1590 struct mailbox *mbox = spmc_get_mbox_desc(secure_origin); in rx_release_handler()
1665 struct mailbox *mb; in validate_secondary_ep()
1672 mb = &sp->mailbox; in validate_secondary_ep()
2440 sp->mailbox.rx_buffer = NULL; in initalize_sp_descs()
2441 sp->mailbox.tx_buffer = NULL; in initalize_sp_descs()
2442 sp->mailbox.state = MAILBOX_STATE_EMPTY; in initalize_sp_descs()
2459 ns_ep->mailbox.rx_buffer = NULL; in initalize_ns_ep_descs()
2460 ns_ep->mailbox.tx_buffer = NULL; in initalize_ns_ep_descs()
2461 ns_ep->mailbox.state = MAILBOX_STATE_EMPTY; in initalize_ns_ep_descs()