Home
last modified time | relevance | path

Searched refs:uuid_words (Results 1 – 6 of 6) sorted by relevance

/optee_os/core/tee/
H A Dtee_supp_plugin_rpc.c26 uint32_t uuid_words[4] = { }; in tee_invoke_supp_plugin_rpc() local
38 COMPILE_TIME_ASSERT(sizeof(TEE_UUID) == sizeof(uuid_words)); in tee_invoke_supp_plugin_rpc()
66 tee_uuid_to_octets((uint8_t *)uuid_words, uuid); in tee_invoke_supp_plugin_rpc()
69 uuid_words[0], uuid_words[1]); in tee_invoke_supp_plugin_rpc()
70 params[1] = THREAD_PARAM_VALUE(IN, uuid_words[2], uuid_words[3], cmd); in tee_invoke_supp_plugin_rpc()
/optee_os/core/arch/arm/include/kernel/
H A Dthread_spmc.h51 const uint32_t uuid_words[4]);
61 uint32_t uuid_words[4]; member
H A Dsecure_partition.h78 const uint32_t uuid_words[4],
/optee_os/core/arch/arm/tests/
H A Dffa_lsp.c30 .uuid_words = { 0x0e44b554, 0xd148d2a3, 0x6c7b2a87, 0x5548c3bf, },
/optee_os/core/arch/arm/kernel/
H A Dthread_spmc.c533 const uint32_t uuid_words[4]) in spmc_fill_partition_entry()
558 if (uuid_words) in spmc_fill_partition_entry()
559 memcpy(fpi->uuid, uuid_words, FFA_UUID_SIZE); in spmc_fill_partition_entry()
569 const uint32_t uuid_words[4], in lsp_partition_info_get()
581 if (is_nil_uuid(desc->uuid_words[0], desc->uuid_words[1], in lsp_partition_info_get()
582 desc->uuid_words[2], desc->uuid_words[3])) in lsp_partition_info_get()
585 if (uuid_words && memcmp(uuid_words, desc->uuid_words, in lsp_partition_info_get()
586 sizeof(desc->uuid_words))) in lsp_partition_info_get()
594 desc->uuid_words); in lsp_partition_info_get()
611 uint32_t uuid_words[4] = { args->a1, args->a2, args->a3, args->a4, }; in spmc_handle_partition_info_get() local
[all …]
H A Dsecure_partition.c158 uint32_t uuid_words[4] = { 0 }; in sp_partition_info_get() local
160 tee_uuid_to_octets((uint8_t *)uuid_words, &s->ffa_uuid); in sp_partition_info_get()
164 s->props, uuid_words); in sp_partition_info_get()