Home
last modified time | relevance | path

Searched refs:pc (Results 1 – 25 of 54) sorted by relevance

123

/optee_os/lib/libutils/isoc/
A Dqsort.c78 char *pa, *pb, *pc, *pd, *pl, *pm, *pn; in qsort() local
105 pc = pd = (char *)a + (n - 1) * es; in qsort()
107 while (pb <= pc && (r = cmp(pb, a)) <= 0) { in qsort()
115 while (pb <= pc && (r = cmp(pc, a)) >= 0) { in qsort()
118 swap(pc, pd); in qsort()
121 pc -= es; in qsort()
123 if (pb > pc) in qsort()
125 swap(pb, pc); in qsort()
128 pc -= es; in qsort()
140 r = min(pd - pc, pn - pd - (int)es); in qsort()
[all …]
/optee_os/lib/libunw/
A Dunwind_arm64.c64 if (!copy_in_reg(&frame->pc, fp + 8)) in unwind_stack_arm64()
67 ftrace_map_lr(&frame->pc); in unwind_stack_arm64()
69 frame->pc -= 4; in unwind_stack_arm64()
81 ftrace_map_lr(&state->pc); in print_stack_arm64()
84 width, state->pc); in print_stack_arm64()
/optee_os/core/arch/arm/kernel/
A Dunwind_arm64.c49 .pc = read_pc(), in unw_get_kernel_stack()
58 addr[n] = state.pc; in unw_get_kernel_stack()
84 state.pc = read_pc(); in print_kernel_stack()
A Dtz_ssvce_pl310_a32.S35 mov pc, lr
86 mov pc, lr
114 mov pc, lr
142 mov pc, lr
195 mov pc, lr
A Dthread_a32.S102 movsne pc, lr
330 pop {r4-r12,pc}
451 movsne pc, lr
490 movs pc, lr
619 add pc, pc, r0, LSL #3
749 movsne pc, lr
768 movsne pc, lr
842 movs pc, lr
A Dthread.c451 uint32_t a6, uint32_t a7, void *pc) in init_regs() argument
453 thread->regs.pc = (uint32_t)pc; in init_regs()
463 if (thread->regs.pc & 1) in init_regs()
486 uint32_t a6, uint32_t a7, void *pc) in init_regs() argument
488 thread->regs.pc = (uint64_t)pc; in init_regs()
540 void *pc) in __thread_alloc_and_run() argument
566 init_regs(threads + n, a0, a1, a2, a3, a4, a5, a6, a7, pc); in __thread_alloc_and_run()
903 tee_ta_gprof_sample_pc(pc); in thread_state_suspend()
912 threads[ct].regs.pc = pc; in thread_state_suspend()
1451 regs->pc = entry_func; in set_ctx_regs()
[all …]
A Dmisc_a32.S82 pop {r4, pc}
94 pop {r4, pc}
A Dabort.c67 state.registers[15] = ai->pc; in __print_stack_unwind()
78 .pc = ai->regs->elr, in __print_stack_unwind()
166 ai->regs->r3, ai->regs->r7, ai->regs->r11, ai->pc); in __print_abort_info()
249 ai.pc = tsd->abort_regs.elr; in abort_print_current_ts()
295 ai->pc = regs->elr; in set_abort_info()
321 ai->pc = regs->elr; in set_abort_info()
/optee_os/core/lib/libtomcrypt/src/pk/asn1/der/general/
A Dder_encode_asn1_identifier.c49 if (id->pc < LTC_ASN1_PC_PRIMITIVE || id->pc > LTC_ASN1_PC_CONSTRUCTED) { in der_encode_asn1_identifier()
61 out[0] = id->klass << 6 | id->pc << 5; in der_encode_asn1_identifier()
A Dder_decode_asn1_identifier.c82 id->pc = (in[0] >> 5) & 0x1; in der_decode_asn1_identifier()
108 id->pc = 0; in der_decode_asn1_identifier()
116 (id->pc == tag_constructed_map[id->tag])) { in der_decode_asn1_identifier()
/optee_os/out/arm/ta/trusted_keys/
A Df04a0fe7-1f5d-4b9b-abf7-619b85b4ce8c.dmp681 7c: 447b add r3, pc
726 d0: 447b add r3, pc
728 d4: 4478 add r0, pc
23022 98d0: 4778 bx pc
23025 98d8: e08cf00f add pc, ip, pc
23030 98e0: 4778 bx pc
23033 98e8: e08cf00f add pc, ip, pc
23038 98f0: 4778 bx pc
23041 98f8: e08cf00f add pc, ip, pc
23046 9900: 4778 bx pc
[all …]
/optee_os/out/arm/ta/pkcs11/
A Dfd02c9da-306c-48c7-a49c-bbd827ae86ee.dmp1465 2c6: 447b add r3, pc
1466 2c8: 4479 add r1, pc
1467 2ca: 4478 add r0, pc
45269 12ef0: 4778 bx pc
45272 12ef8: e08cf00f add pc, ip, pc
45277 12f00: 4778 bx pc
45280 12f08: e08cf00f add pc, ip, pc
45285 12f10: 4778 bx pc
45288 12f18: e08cf00f add pc, ip, pc
45293 12f20: 4778 bx pc
[all …]
/optee_os/out/arm/ta/avb/
A D023f8f1a-292a-432b-8fc4-de8471358067.dmp606 2a: 447e add r6, pc
658 84: 4479 add r1, pc
964 258: 4479 add r1, pc
21653 9060: 4778 bx pc
21656 9068: e08cf00f add pc, ip, pc
21661 9070: 4778 bx pc
21664 9078: e08cf00f add pc, ip, pc
21669 9080: 4778 bx pc
21672 9088: e08cf00f add pc, ip, pc
21677 9090: 4778 bx pc
[all …]
/optee_os/lib/libutils/isoc/arch/arm/
A Darm32_aeabi_ldivmod_a32.S19 pop {ip, pc}
34 pop {ip, pc}
A Dsetjmp_a32.S139 #define RET movs pc, lr
144 moveq pc, lr ; \
170 bx pc
/optee_os/core/arch/arm/plat-stm/
A Dtz_a9init.S40 mov pc, lr
68 mov pc, lr
/optee_os/lib/libutils/ext/ftrace/
A Dftrace.c109 unsigned long pc) in to_func_enter_fmt() argument
125 *str++ = hex_str[(pc >> 4 * (addr_size - i - 1)) & 0xf]; in to_func_enter_fmt()
137 void __noprof ftrace_enter(unsigned long pc, unsigned long *lr) in ftrace_enter() argument
164 pc); in ftrace_enter()
/optee_os/core/lib/libtomcrypt/src/pk/asn1/der/custom_type/
A Dder_length_custom_type.c47 if (root->pc == LTC_ASN1_PC_PRIMITIVE) { in der_length_custom_type()
55 if (root->pc == LTC_ASN1_PC_PRIMITIVE) { in der_length_custom_type()
184 if (root->pc == LTC_ASN1_PC_PRIMITIVE) { in der_length_custom_type()
A Dder_decode_custom_type.c83 if (root->pc == LTC_ASN1_PC_PRIMITIVE) { in der_decode_custom_type_ex()
98 (ident.pc != root->pc) || in der_decode_custom_type_ex()
109 if (root != NULL && root->pc == LTC_ASN1_PC_PRIMITIVE) { in der_decode_custom_type_ex()
159 if (root != NULL && root->pc == LTC_ASN1_PC_PRIMITIVE && i != 0) { in der_decode_custom_type_ex()
/optee_os/ldelf/
A Dsyscalls_a32.S36 pop {r5-r7, pc}
43 mov lr, pc
A Dta_elf.h117 void ta_elf_stack_trace_a64(uint64_t fp, uint64_t sp, uint64_t pc);
122 uint64_t pc __unused) { } in ta_elf_stack_trace_a64()
/optee_os/core/arch/arm/sm/
A Dpm_a32.S37 pop {r0, pc}
44 pop {r4 - r12, pc}
118 ldmia r0!, {sp, pc}
/optee_os/lib/libutee/arch/arm/
A Dutee_syscalls_a32.S43 pop {r5-r7,pc}
50 mov lr, pc
/optee_os/core/arch/arm/crypto/
A Daes_modes_armv8a_ce_a32.S180 pop {r4, pc}
211 pop {r4, pc}
232 pop {r4-r6, pc}
275 pop {r4-r6, pc}
336 pop {r4-r6, pc}
340 pop {r4-r6, pc}
441 pop {r4-r6, pc}
493 pop {r4-r6, pc}
/optee_os/core/include/kernel/
A Dtee_ta_manager.h146 void tee_ta_gprof_sample_pc(vaddr_t pc);
150 static inline void tee_ta_gprof_sample_pc(vaddr_t pc __unused) {} in tee_ta_gprof_sample_pc()

Completed in 212 milliseconds

123