Home
last modified time | relevance | path

Searched refs:thread_state_suspend (Results 1 – 11 of 11) sorted by relevance

/optee_os/core/arch/riscv/include/kernel/
H A Dthread_private_arch.h110 int thread_state_suspend(uint32_t flags, unsigned long status, vaddr_t pc);
/optee_os/core/arch/arm/include/kernel/
H A Dthread_private_arch.h161 int thread_state_suspend(uint32_t flags, uint32_t cpsr, vaddr_t pc);
/optee_os/core/arch/riscv/kernel/
H A Dthread_optee_abi_rv.S124 jal thread_state_suspend
H A Dthread_arch.c416 int thread_state_suspend(uint32_t flags, unsigned long status, vaddr_t pc) in thread_state_suspend() function
H A Dthread_rv.S778 call thread_state_suspend
/optee_os/core/arch/arm/kernel/
H A Dthread_optee_smc_a64.S213 bl thread_state_suspend
H A Dthread_spmc_a64.S170 bl thread_state_suspend
H A Dthread_optee_smc_a32.S215 bl thread_state_suspend
H A Dthread_a32.S597 blx thread_state_suspend
H A Dthread.c499 int thread_state_suspend(uint32_t flags, uint32_t cpsr, vaddr_t pc) in thread_state_suspend() function
H A Dthread_a64.S1188 bl thread_state_suspend