Home
last modified time | relevance | path

Searched refs:rpc_target_info (Results 1 – 4 of 4) sorted by relevance

/optee_os/core/include/kernel/
H A Dthread.h35 uint32_t rpc_target_info; member
/optee_os/core/arch/arm/kernel/
H A Dasm-defines.c132 offsetof(struct thread_ctx, tsd.rpc_target_info))
H A Dsecure_partition.c1798 uint32_t rpc_target_info = 0; in sp_enter_invoke_cmd() local
1815 rpc_target_info = thread_get_tsd()->rpc_target_info; in sp_enter_invoke_cmd()
1817 thread_get_tsd()->rpc_target_info = in sp_enter_invoke_cmd()
1825 thread_get_tsd()->rpc_target_info = rpc_target_info; in sp_enter_invoke_cmd()
H A Dthread_spmc.c2101 thread_get_tsd()->rpc_target_info = swap_src_dst(a0); in __thread_std_smc_entry()
2214 .w1 = thread_get_tsd()->rpc_target_info, in thread_rpc_cmd()
2233 .w1 = thread_get_tsd()->rpc_target_info, in thread_rpc_free()
2257 .w1 = thread_get_tsd()->rpc_target_info, in thread_rpc_alloc()
2741 retrieve_desc.sender_id = thread_get_tsd()->rpc_target_info; in thread_spmc_populate_mobj_from_rx()