Home
last modified time | relevance | path

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

/optee_os/core/arch/arm/include/kernel/
H A Dthread_spmc.h43 uint32_t src_dst, uint32_t w2, uint32_t w3, uint32_t w4,
/optee_os/core/arch/arm/kernel/
H A Dthread_spmc.c144 static uint32_t swap_src_dst(uint32_t src_dst) in swap_src_dst() argument
146 return (src_dst >> 16) | (src_dst << 16); in swap_src_dst()
149 static uint16_t get_sender_id(uint32_t src_dst) in get_sender_id() argument
151 return src_dst >> 16; in get_sender_id()
155 uint32_t src_dst, uint32_t w2, uint32_t w3, uint32_t w4, in spmc_set_args() argument
160 .a1 = src_dst, in spmc_set_args()