Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/arch/arm/include/kernel/
A Dthread_spmc.h27 void spmc_set_args(struct thread_smc_args *args, uint32_t fid, uint32_t src_dst,
/optee_os-3.20.0/core/arch/arm/kernel/
A Dthread_spmc.c81 static uint32_t swap_src_dst(uint32_t src_dst) in swap_src_dst() argument
83 return (src_dst >> 16) | (src_dst << 16); in swap_src_dst()
86 void spmc_set_args(struct thread_smc_args *args, uint32_t fid, uint32_t src_dst, in spmc_set_args() argument
90 .a1 = src_dst, in spmc_set_args()

Completed in 5 milliseconds