Home
last modified time | relevance | path

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

/optee_os/core/arch/arm/include/kernel/
H A Dspmc_sp_handler.h29 int spmc_sp_resume_from_preempted(uint16_t endpoint_id, uint16_t thread_id);
50 static inline int spmc_sp_resume_from_preempted(uint16_t endpoint_id __unused, in spmc_sp_resume_from_preempted() function
/optee_os/core/arch/arm/kernel/
H A Dspmc_sp_handler.c442 int spmc_sp_resume_from_preempted(uint16_t endpoint_id, uint16_t thread_id) in spmc_sp_resume_from_preempted() function
H A Dthread_spmc.c679 rc = spmc_sp_resume_from_preempted(endpoint, thread_id); in spmc_handle_run()