/optee_os-3.20.0/lib/libunw/ |
A D | unwind_arm64.c | 68 if (!copy_in_reg(&frame->pc, fp + 8)) in unwind_stack_arm64() 71 pauth_strip_pac(&frame->pc); in unwind_stack_arm64() 73 ftrace_map_lr(&frame->pc); in unwind_stack_arm64() 75 frame->pc -= 4; in unwind_stack_arm64() 87 ftrace_map_lr(&state->pc); in print_stack_arm64() 90 width, state->pc); in print_stack_arm64()
|
/optee_os-3.20.0/lib/libutils/isoc/ |
A D | qsort.c | 78 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-3.20.0/core/lib/libtomcrypt/src/pk/asn1/der/general/ |
A D | der_encode_asn1_identifier.c | 42 if (id->pc < LTC_ASN1_PC_PRIMITIVE || id->pc > LTC_ASN1_PC_CONSTRUCTED) { in der_encode_asn1_identifier() 54 out[0] = id->klass << 6 | id->pc << 5; in der_encode_asn1_identifier()
|
A D | der_decode_asn1_identifier.c | 75 id->pc = (in[0] >> 5) & 0x1; in der_decode_asn1_identifier() 101 id->pc = 0; in der_decode_asn1_identifier() 109 (id->pc == tag_constructed_map[id->tag])) { in der_decode_asn1_identifier()
|
/optee_os-3.20.0/core/arch/arm/kernel/ |
A D | unwind_arm64.c | 58 .pc = read_pc(), in unw_get_kernel_stack() 67 addr[n] = state.pc; in unw_get_kernel_stack() 93 state.pc = read_pc(); in print_kernel_stack()
|
A D | tz_ssvce_pl310_a32.S | 35 mov pc, lr 86 mov pc, lr 114 mov pc, lr 142 mov pc, lr 195 mov pc, lr
|
A D | thread.c | 152 uint32_t a6, uint32_t a7, void *pc) in init_regs() argument 154 thread->regs.pc = (uint32_t)pc; in init_regs() 164 if (thread->regs.pc & 1) in init_regs() 187 uint32_t a6, uint32_t a7, void *pc) in init_regs() argument 189 thread->regs.pc = (uint64_t)pc; in init_regs() 221 void *pc) in __thread_alloc_and_run() argument 247 init_regs(threads + n, a0, a1, a2, a3, a4, a5, a6, a7, pc); in __thread_alloc_and_run() 499 tee_ta_gprof_sample_pc(pc); in thread_state_suspend() 508 threads[ct].regs.pc = pc; in thread_state_suspend() 960 regs->pc = entry_func; in set_ctx_regs() [all …]
|
A D | misc_a32.S | 82 pop {r4, pc} 94 pop {r4, pc}
|
/optee_os-3.20.0/core/arch/arm/plat-stm/ |
A D | tz_a9init.S | 40 mov pc, lr 68 mov pc, lr
|
/optee_os-3.20.0/lib/libutils/isoc/arch/arm/ |
A D | arm32_aeabi_ldivmod_a32.S | 21 pop {ip, pc} 36 pop {ip, pc}
|
A D | setjmp_a32.S | 141 #define RET movs pc, lr 146 moveq pc, lr ; \ 172 bx pc
|
/optee_os-3.20.0/ldelf/ |
A D | syscalls_a32.S | 36 pop {r5-r7, pc} 43 mov lr, pc
|
A D | ta_elf.h | 135 void ta_elf_stack_trace_a64(uint64_t fp, uint64_t sp, uint64_t pc); 140 uint64_t pc __unused) { } in ta_elf_stack_trace_a64()
|
/optee_os-3.20.0/lib/libutils/ext/ftrace/ |
A D | ftrace.h | 9 void ftrace_enter(unsigned long pc, unsigned long *lr);
|
A D | ftrace.c | 112 unsigned long pc) in to_func_enter_fmt() argument 128 *str++ = hex_str[(pc >> 4 * (addr_size - i - 1)) & 0xf]; in to_func_enter_fmt() 140 void __noprof ftrace_enter(unsigned long pc, unsigned long *lr) in ftrace_enter() argument 166 pc); in ftrace_enter()
|
/optee_os-3.20.0/lib/libutee/arch/arm/ |
A D | utee_syscalls_a32.S | 45 pop {r5-r7,pc} 52 mov lr, pc
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/asn1/der/custom_type/ |
A D | der_length_custom_type.c | 40 if (root->pc == LTC_ASN1_PC_PRIMITIVE) { in der_length_custom_type() 48 if (root->pc == LTC_ASN1_PC_PRIMITIVE) { in der_length_custom_type() 177 if (root->pc == LTC_ASN1_PC_PRIMITIVE) { in der_length_custom_type()
|
A D | der_decode_custom_type.c | 76 if (root->pc == LTC_ASN1_PC_PRIMITIVE) { in der_decode_custom_type_ex() 91 (ident.pc != root->pc) || in der_decode_custom_type_ex() 102 if (root != NULL && root->pc == LTC_ASN1_PC_PRIMITIVE) { in der_decode_custom_type_ex() 152 if (root != NULL && root->pc == LTC_ASN1_PC_PRIMITIVE && i != 0) { in der_decode_custom_type_ex()
|
/optee_os-3.20.0/core/arch/arm/plat-rzn1/ |
A D | a7_plat_init.S | 63 mov pc, lr
|
/optee_os-3.20.0/core/arch/arm/plat-ls/ |
A D | plat_init.S | 86 mov pc, lr
|
/optee_os-3.20.0/core/arch/arm/sm/ |
A D | pm_a32.S | 37 pop {r0, pc} 44 pop {r4 - r12, pc} 121 ldmia r0!, {sp, pc}
|
/optee_os-3.20.0/core/arch/arm/plat-zynq7k/ |
A D | plat_init.S | 103 mov pc, lr
|
/optee_os-3.20.0/core/include/kernel/ |
A D | abort.h | 24 uint32_t pc; member
|
A D | tee_ta_manager.h | 146 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()
|
/optee_os-3.20.0/core/arch/arm/plat-imx/ |
A D | a9_plat_init.S | 137 mov pc, lr
|