Searched refs:src_dst (Results 1 – 2 of 2) sorted by relevance
27 void spmc_set_args(struct thread_smc_args *args, uint32_t fid, uint32_t src_dst,
81 static uint32_t swap_src_dst(uint32_t src_dst) in swap_src_dst() argument83 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() argument90 .a1 = src_dst, in spmc_set_args()
Completed in 5 milliseconds