Home
last modified time | relevance | path

Searched refs:caller_id (Results 1 – 3 of 3) sorted by relevance

/optee_os/core/arch/arm/include/kernel/
H A Dsecure_partition.h28 uint16_t caller_id; member
/optee_os/core/arch/arm/kernel/
H A Dspmc_sp_handler.c973 dst->caller_id = FFA_SRC(args->a1); in ffa_handle_sp_direct_req()
1057 if (caller_sp->caller_id != FFA_DST(args->a1)) { in ffa_handle_sp_direct_resp()
1063 caller_sp->caller_id = 0; in ffa_handle_sp_direct_resp()
1100 return sp_get_session(caller_sp->caller_id); in ffa_handle_sp_error()
H A Dsecure_partition.c670 s->caller_id = 0; in sp_open_session()