Home
last modified time | relevance | path

Searched refs:FFA_PART_PROP_DIRECT_REQ_RECV (Results 1 – 5 of 5) sorted by relevance

/optee_os/core/arch/arm/tests/
H A Dffa_lsp.c28 .properties = FFA_PART_PROP_DIRECT_REQ_RECV,
/optee_os/core/arch/arm/include/
H A Dffa.h200 #define FFA_PART_PROP_DIRECT_REQ_RECV BIT(0) macro
/optee_os/core/arch/arm/kernel/
H A Dthread_spmc.c553 fpi->partition_properties &= FFA_PART_PROP_DIRECT_REQ_RECV | in spmc_fill_partition_entry()
2427 uint32_t accept_props = FFA_PART_PROP_DIRECT_REQ_RECV | in check_desc()
2511 .properties = FFA_PART_PROP_DIRECT_REQ_RECV |
H A Dspmc_sp_handler.c914 if (!(dst->props & FFA_PART_PROP_DIRECT_REQ_RECV)) { in ffa_handle_sp_direct_req()
H A Dsecure_partition.c1535 s->props |= FFA_PART_PROP_DIRECT_REQ_RECV; in read_sp_msg_types()