Home
last modified time | relevance | path

Searched refs:get_partition_ffa_version (Results 1 – 3 of 3) sorted by relevance

/trusted-firmware-a-latest/services/std_svc/spm/el3_spmc/
Dspmc.h278 uint32_t get_partition_ffa_version(bool secure_origin);
Dspmc_shared_mem.c1197 uint32_t ffa_version = get_partition_ffa_version(secure_origin); in spmc_ffa_mem_send()
1285 uint32_t ffa_version = get_partition_ffa_version(secure_origin); in spmc_ffa_mem_frag_tx()
1403 uint32_t ffa_version = get_partition_ffa_version(secure_origin); in spmc_ffa_mem_retrieve_req()
1664 uint32_t ffa_version = get_partition_ffa_version(secure_origin); in spmc_ffa_mem_frag_rx()
Dspmc_main.c664 uint32_t get_partition_ffa_version(bool secure_origin) in get_partition_ffa_version() function
1003 uint32_t ffa_version = get_partition_ffa_version(secure_origin); in partition_info_get_handler()