Searched defs:sp (Results 1 – 12 of 12) sorted by relevance
/optee_os/core/arch/arm/sm/ |
A D | pm.c | 32 void sm_pm_cpu_suspend_save(struct sm_pm_ctx *ctx, uint32_t sp) in sm_pm_cpu_suspend_save()
|
/optee_os/core/arch/arm/include/sm/ |
A D | pm.h | 35 uint32_t sp; member
|
/optee_os/core/arch/arm/kernel/ |
A D | secure_partition.c | 40 const struct embedded_ts *sp = NULL; in find_secure_partition() local 367 TEE_Result sp_enter(struct thread_smc_args *args, struct sp_session *sp) in sp_enter() 494 const struct embedded_ts *sp = NULL; in sp_init_all() local
|
A D | abort.c | 39 uint32_t sp = 0; in __print_stack_unwind() local 129 __maybe_unused uint32_t sp = 0; in __print_abort_info() local
|
A D | thread.c | 870 vaddr_t sp = is_from_user(cpsr) ? thr->kern_sp : thr->regs.sp; in release_unused_kernel_stack() local 934 static void set_tmp_stack(struct thread_core_local *l, vaddr_t sp) in set_tmp_stack() 941 static void set_abt_stack(struct thread_core_local *l, vaddr_t sp) in set_abt_stack() 950 static void set_tmp_stack(struct thread_core_local *l, vaddr_t sp) in set_tmp_stack() 960 static void set_abt_stack(struct thread_core_local *l, vaddr_t sp) in set_abt_stack() 966 bool thread_init_stack(uint32_t thread_id, vaddr_t sp) in thread_init_stack() 1007 vaddr_t sp = 0; in init_thread_stacks() local
|
A D | stmm_sp.c | 133 unsigned long a1, unsigned long sp, unsigned long pc) in init_stmm_regs() 155 unsigned long a1, unsigned long sp, unsigned long pc) in init_stmm_regs()
|
/optee_os/lib/libunw/include/unw/ |
A D | unwind.h | 85 uint64_t sp; member
|
/optee_os/ldelf/include/ |
A D | ldelf.h | 59 uint64_t sp; member
|
/optee_os/lib/libmbedtls/mbedtls/library/ |
A D | ripemd160.c | 164 #define P2( a, b, c, d, e, r, s, rp, sp ) \ in mbedtls_internal_ripemd160_process() argument
|
/optee_os/core/arch/arm/include/ |
A D | arm64.h | 80 #define SPSR_64(el, sp, daif) \ argument
|
/optee_os/ldelf/ |
A D | ta_elf.c | 1203 void ta_elf_load_main(const TEE_UUID *uuid, uint32_t *is_32bit, uint64_t *sp, in ta_elf_load_main() 1526 void ta_elf_stack_trace_a64(uint64_t fp, uint64_t sp, uint64_t pc) in ta_elf_stack_trace_a64()
|
/optee_os/core/arch/arm/include/kernel/ |
A D | thread.h | 245 uint64_t sp; member
|
Completed in 20 milliseconds