Searched refs:mem_handle (Results 1 – 1 of 1) sorted by relevance
1136 uint64_t mem_handle; in spmc_ffa_fill_desc() local1170 mem_handle = obj->desc.handle; in spmc_ffa_fill_desc()1172 obj = spmc_shmem_obj_lookup(&spmc_shmem_obj_state, mem_handle); in spmc_ffa_fill_desc()1320 uint64_t mem_handle = handle_low | (((uint64_t)handle_high) << 32); in spmc_ffa_mem_frag_tx() local1324 obj = spmc_shmem_obj_lookup(&spmc_shmem_obj_state, mem_handle); in spmc_ffa_mem_frag_tx()1327 __func__, mem_handle); in spmc_ffa_mem_frag_tx()1804 uint64_t mem_handle = handle_low | (((uint64_t)handle_high) << 32); in spmc_ffa_mem_frag_rx() local1811 obj = spmc_shmem_obj_lookup(&spmc_shmem_obj_state, mem_handle); in spmc_ffa_mem_frag_rx()1814 __func__, mem_handle); in spmc_ffa_mem_frag_rx()2057 uint64_t mem_handle = handle_low | (((uint64_t)handle_high) << 32); in spmc_ffa_mem_reclaim() local[all …]