Home
last modified time | relevance | path

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

12

/optee_os-3.20.0/lib/libunw/
A Dunwind_arm64.c68 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 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-3.20.0/core/lib/libtomcrypt/src/pk/asn1/der/general/
A Dder_encode_asn1_identifier.c42 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 Dder_decode_asn1_identifier.c75 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 Dunwind_arm64.c58 .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 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.c152 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 Dmisc_a32.S82 pop {r4, pc}
94 pop {r4, pc}
/optee_os-3.20.0/core/arch/arm/plat-stm/
A Dtz_a9init.S40 mov pc, lr
68 mov pc, lr
/optee_os-3.20.0/lib/libutils/isoc/arch/arm/
A Darm32_aeabi_ldivmod_a32.S21 pop {ip, pc}
36 pop {ip, pc}
A Dsetjmp_a32.S141 #define RET movs pc, lr
146 moveq pc, lr ; \
172 bx pc
/optee_os-3.20.0/ldelf/
A Dsyscalls_a32.S36 pop {r5-r7, pc}
43 mov lr, pc
A Dta_elf.h135 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 Dftrace.h9 void ftrace_enter(unsigned long pc, unsigned long *lr);
A Dftrace.c112 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 Dutee_syscalls_a32.S45 pop {r5-r7,pc}
52 mov lr, pc
/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/asn1/der/custom_type/
A Dder_length_custom_type.c40 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 Dder_decode_custom_type.c76 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 Da7_plat_init.S63 mov pc, lr
/optee_os-3.20.0/core/arch/arm/plat-ls/
A Dplat_init.S86 mov pc, lr
/optee_os-3.20.0/core/arch/arm/sm/
A Dpm_a32.S37 pop {r0, pc}
44 pop {r4 - r12, pc}
121 ldmia r0!, {sp, pc}
/optee_os-3.20.0/core/arch/arm/plat-zynq7k/
A Dplat_init.S103 mov pc, lr
/optee_os-3.20.0/core/include/kernel/
A Dabort.h24 uint32_t pc; member
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()
/optee_os-3.20.0/core/arch/arm/plat-imx/
A Da9_plat_init.S137 mov pc, lr

Completed in 18 milliseconds

12