Searched refs:handle_high (Results 1 – 2 of 2) sorted by relevance
/arm-trusted-firmware-2.8.0/services/std_svc/spm/el3_spmc/ |
A D | spmc_shared_mem.h | 67 uint64_t handle_high, 87 uint32_t handle_high, 98 uint32_t handle_high, 108 uint32_t handle_high,
|
A D | spmc_shared_mem.c | 881 uint32_t handle_high; in spmc_ffa_fill_desc() local 949 handle_high = obj->desc.handle >> 32; in spmc_ffa_fill_desc() 953 handle_high, obj->desc_filled, in spmc_ffa_fill_desc() 1189 uint64_t handle_high, in spmc_ffa_mem_frag_tx() argument 1202 uint64_t mem_handle = handle_low | (((uint64_t)handle_high) << 32); in spmc_ffa_mem_frag_tx() 1575 uint32_t handle_high, in spmc_ffa_mem_frag_rx() argument 1589 uint64_t mem_handle = handle_low | (((uint64_t)handle_high) << 32); in spmc_ffa_mem_frag_rx() 1671 SMC_RET8(handle, FFA_MEM_FRAG_TX, handle_low, handle_high, in spmc_ffa_mem_frag_rx() 1695 uint32_t handle_high, in spmc_ffa_mem_relinquish() argument 1805 uint32_t handle_high, in spmc_ffa_mem_reclaim() argument [all …]
|
Completed in 4 milliseconds