Searched refs:thread_alloc_and_run (Results 1 – 9 of 9) sorted by relevance
/optee_os/core/arch/arm/kernel/ |
A D | thread_private.h | 191 void thread_alloc_and_run(uint32_t a0, uint32_t a1, uint32_t a2, uint32_t a3,
|
A D | thread_optee_smc.c | 70 thread_alloc_and_run(a0, a1, a2, a3, 0, 0); in thread_handle_std_smc()
|
A D | thread.c | 576 void thread_alloc_and_run(uint32_t a0, uint32_t a1, uint32_t a2, uint32_t a3, in thread_alloc_and_run() function
|
A D | thread_spmc.c | 455 thread_alloc_and_run(args->a1, args->a3, args->a4, args->a5, in handle_yielding_call()
|
/optee_os/out/arm/core/ |
A D | text_init.ld.S | 49 *(.text.thread_alloc_and_run)
|
A D | text_unpaged.ld.S | 50 *(.text.thread_alloc_and_run)
|
A D | tee.symb_sizes | 240 000000000e1055a8 0000000000000158 T thread_alloc_and_run
|
A D | tee.dmp | 1829 000000000e1055a8 g F .text 0000000000000158 thread_alloc_and_run 8210 000000000e1055a8 <thread_alloc_and_run>: 8211 thread_alloc_and_run(): 8233 e1055ec: 54000140 b.eq e105614 <thread_alloc_and_run+0x6c> // b.none 8249 e105624: 34000561 cbz w1, e1056d0 <thread_alloc_and_run+0x128> 8251 e10562c: 35000560 cbnz w0, e1056d8 <thread_alloc_and_run+0x130> 8266 e105650: 340004bc cbz w28, e1056e4 <thread_alloc_and_run+0x13c> 8327 e1056d4: 17ffffd8 b e105634 <thread_alloc_and_run+0x8c> 8331 e1056e0: 17ffffdb b e10564c <thread_alloc_and_run+0xa4> 8332 thread_alloc_and_run(): [all …]
|
A D | tee.map | 20857 .text.thread_alloc_and_run 20859 0x000000000e1055a8 thread_alloc_and_run
|
Completed in 224 milliseconds