Lines Matching refs:pc
153 uint32_t a6, uint32_t a7, void *pc) in init_regs() argument
155 thread->regs.pc = (uint32_t)pc; in init_regs()
165 if (thread->regs.pc & 1) in init_regs()
188 uint32_t a6, uint32_t a7, void *pc) in init_regs() argument
190 thread->regs.pc = (uint64_t)pc; in init_regs()
222 void *pc, uint32_t flags) in __thread_alloc_and_run() argument
248 init_regs(threads + n, a0, a1, a2, a3, a4, a5, a6, a7, pc); in __thread_alloc_and_run()
499 int thread_state_suspend(uint32_t flags, uint32_t cpsr, vaddr_t pc) in thread_state_suspend() argument
516 tee_ta_gprof_sample_pc(pc); in thread_state_suspend()
525 threads[ct].regs.pc = pc; in thread_state_suspend()
960 regs->pc = entry_func; in set_ctx_regs()
968 regs->pc = entry_func; in set_ctx_regs()