Searched defs:sp (Results 1 – 14 of 14) sorted by relevance
/optee_os-3.20.0/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-3.20.0/core/arch/arm/include/sm/ |
A D | pm.h | 35 uint32_t sp; member
|
/optee_os-3.20.0/core/arch/arm/kernel/ |
A D | abort.c | 38 uint32_t sp = 0; in __print_stack_unwind() local 130 __maybe_unused uint32_t sp = 0; in __print_abort_info() local
|
A D | secure_partition.c | 72 const struct sp_image *sp = NULL; in find_secure_partition() local 964 TEE_Result sp_enter(struct thread_smc_args *args, struct sp_session *sp) in sp_enter() 1105 struct fip_sp *sp = NULL; in process_sp_pkg() local 1259 struct fip_sp *sp = STAILQ_FIRST(&fip_sp_list); in fip_sp_unmap_all() local 1273 const struct sp_image *sp = NULL; in sp_init_all() local
|
A D | stmm_sp.c | 143 unsigned long a1, unsigned long sp, unsigned long pc) in init_stmm_regs() 165 unsigned long a1, unsigned long sp, unsigned long pc) in init_stmm_regs()
|
A D | thread.c | 466 vaddr_t sp = is_from_user(cpsr) ? thr->kern_sp : thr->regs.sp; in release_unused_kernel_stack() local 529 bool thread_init_stack(uint32_t thread_id, vaddr_t sp) in thread_init_stack()
|
/optee_os-3.20.0/lib/libunw/include/unw/ |
A D | unwind.h | 85 uint64_t sp; member
|
/optee_os-3.20.0/core/arch/riscv/include/kernel/ |
A D | thread_arch.h | 49 unsigned long sp; member 93 unsigned long sp; member
|
/optee_os-3.20.0/ldelf/include/ |
A D | ldelf.h | 59 uint64_t sp; member
|
/optee_os-3.20.0/lib/libmbedtls/mbedtls/library/ |
A D | ripemd160.c | 141 #define P2( a, b, c, d, e, r, s, rp, sp ) \ in mbedtls_internal_ripemd160_process() argument
|
/optee_os-3.20.0/core/kernel/ |
A D | thread.c | 402 vaddr_t sp = 0; in init_thread_stacks() local
|
/optee_os-3.20.0/ldelf/ |
A D | ta_elf.c | 1250 void ta_elf_load_main(const TEE_UUID *uuid, uint32_t *is_32bit, uint64_t *sp, in ta_elf_load_main() 1573 void ta_elf_stack_trace_a64(uint64_t fp, uint64_t sp, uint64_t pc) in ta_elf_stack_trace_a64()
|
/optee_os-3.20.0/core/arch/arm/include/ |
A D | arm64.h | 102 #define SPSR_64(el, sp, daif) \ argument
|
/optee_os-3.20.0/core/arch/arm/include/kernel/ |
A D | thread_arch.h | 266 uint64_t sp; member
|
Completed in 22 milliseconds