Searched refs:threads (Results 1 – 12 of 12) sorted by relevance
/optee_os/core/arch/arm/kernel/ |
A D | thread.c | 356 end = threads[n].stack_va_end; in print_stack_limits() 565 threads[n].flags = 0; in __thread_alloc_and_run() 571 thread_resume(&threads[n].regs); in __thread_alloc_and_run() 695 if (threads[n].have_user_map) { in thread_resume_from_rpc() 715 if (threads[n].have_user_map) in thread_resume_from_rpc() 744 return threads[ct].kern_sp; in thread_get_saved_thread_sp() 756 thr = threads + ct; in thread_stack_start() 851 threads[ct].flags = 0; in thread_state_free() 910 threads[ct].flags |= flags; in thread_state_suspend() 911 threads[ct].regs.cpsr = cpsr; in thread_state_suspend() [all …]
|
A D | thread_optee_smc.c | 214 struct thread_ctx *thr = threads + thread_get_id(); in __thread_std_smc_entry() 237 if (threads[n].state != THREAD_STATE_FREE) { in thread_disable_prealloc_rpc_cache() 247 if (threads[n].rpc_arg) { in thread_disable_prealloc_rpc_cache() 248 *cookie = mobj_get_cookie(threads[n].rpc_mobj); in thread_disable_prealloc_rpc_cache() 249 mobj_put(threads[n].rpc_mobj); in thread_disable_prealloc_rpc_cache() 250 threads[n].rpc_arg = NULL; in thread_disable_prealloc_rpc_cache() 251 threads[n].rpc_mobj = NULL; in thread_disable_prealloc_rpc_cache() 278 if (threads[n].state != THREAD_STATE_FREE) { in thread_enable_prealloc_rpc_cache() 388 struct thread_ctx *thr = threads + thread_get_id(); in get_rpc_arg()
|
A D | thread_spmc_a32.S | 128 ldr r2, =threads
|
A D | thread_private.h | 102 extern struct thread_ctx threads[];
|
A D | thread_spmc_a64.S | 173 adr_l x2, threads
|
A D | entry_a64.S | 234 adr_l x0, threads
|
A D | thread_spmc.c | 1016 struct thread_ctx *thr = threads + thread_get_id(); in yielding_call_with_arg() 1117 struct thread_ctx *thr = threads + thread_get_id(); in get_rpc_arg()
|
A D | entry_a32.S | 553 ldr r0, =threads
|
A D | thread_a64.S | 21 ldr x\res, =threads
|
/optee_os/out/arm/core/ |
A D | tee.dmp | 4143 e102424: b0000360 adrp x0, e16f000 <threads+0x490> 4150 e102440: b0000360 adrp x0, e16f000 <threads+0x490> 4183 e1024a4: b0000360 adrp x0, e16f000 <threads+0x490> 4190 e1024c0: b0000360 adrp x0, e16f000 <threads+0x490> 4213 e102524: b0000360 adrp x0, e16f000 <threads+0x490> 4220 e102540: b0000360 adrp x0, e16f000 <threads+0x490> 4248 e102624: b0000360 adrp x0, e16f000 <threads+0x490> 4255 e102640: b0000360 adrp x0, e16f000 <threads+0x490> 4288 e1026a4: b0000360 adrp x0, e16f000 <threads+0x490> 4295 e1026c0: b0000360 adrp x0, e16f000 <threads+0x490> [all …]
|
A D | tee.symb_sizes | 13 000000000e16eb70 0000000000000e00 B threads
|
A D | tee.map | 26994 .bss.threads 0x000000000e16eb70 0xe00 out/arm/core/arch/arm/kernel/thread.o 26995 0x000000000e16eb70 threads
|
Completed in 237 milliseconds