Home
last modified time | relevance | path

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

/rk3399_ARM-atf/services/std_svc/spm/el3_spmc/
H A Dspmc_shared_mem.h69 uint64_t handle_low,
89 uint32_t handle_low,
100 uint32_t handle_low,
110 uint32_t handle_low,
H A Dspmc_shared_mem.c1027 uint32_t handle_low; in spmc_ffa_fill_desc() local
1108 handle_low = (uint32_t)obj->desc.handle; in spmc_ffa_fill_desc()
1112 SMC_RET8(smc_handle, FFA_MEM_FRAG_RX, handle_low, in spmc_ffa_fill_desc()
1187 SMC_RET8(smc_handle, FFA_SUCCESS_SMC32, 0, handle_low, handle_high, 0, in spmc_ffa_fill_desc()
1306 uint64_t handle_low, in spmc_ffa_mem_frag_tx() argument
1320 uint64_t mem_handle = handle_low | (((uint64_t)handle_high) << 32); in spmc_ffa_mem_frag_tx()
1789 uint32_t handle_low, in spmc_ffa_mem_frag_rx() argument
1804 uint64_t mem_handle = handle_low | (((uint64_t)handle_high) << 32); in spmc_ffa_mem_frag_rx()
1914 SMC_RET8(handle, FFA_MEM_FRAG_TX, handle_low, handle_high, in spmc_ffa_mem_frag_rx()
1937 uint32_t handle_low, in spmc_ffa_mem_relinquish() argument
[all …]