Home
last modified time | relevance | path

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

/arm-trusted-firmware-2.8.0/services/std_svc/spm/el3_spmc/
A Dspmc_shared_mem.c1025 uint64_t mem_handle; in spmc_ffa_fill_desc() local
1060 mem_handle = obj->desc.handle; in spmc_ffa_fill_desc()
1062 obj = spmc_shmem_obj_lookup(&spmc_shmem_obj_state, mem_handle); in spmc_ffa_fill_desc()
1202 uint64_t mem_handle = handle_low | (((uint64_t)handle_high) << 32); in spmc_ffa_mem_frag_tx() local
1206 obj = spmc_shmem_obj_lookup(&spmc_shmem_obj_state, mem_handle); in spmc_ffa_mem_frag_tx()
1209 __func__, mem_handle); in spmc_ffa_mem_frag_tx()
1589 uint64_t mem_handle = handle_low | (((uint64_t)handle_high) << 32); in spmc_ffa_mem_frag_rx() local
1602 obj = spmc_shmem_obj_lookup(&spmc_shmem_obj_state, mem_handle); in spmc_ffa_mem_frag_rx()
1605 __func__, mem_handle); in spmc_ffa_mem_frag_rx()
1814 uint64_t mem_handle = handle_low | (((uint64_t)handle_high) << 32); in spmc_ffa_mem_reclaim() local
[all …]

Completed in 5 milliseconds