Home
last modified time | relevance | path

Searched refs:psp (Results 1 – 13 of 13) sorted by relevance

/Zephyr-Core-2.7.6/tests/arch/arm/arm_no_multithreading/src/
Dmain.c60 uint32_t psp = (uint32_t)__get_PSP(); in test_main() local
66 (psp >= main_stack_base) && (psp <= main_stack_top), in test_main()
68 psp, main_stack_base, main_stack_top); in test_main()
/Zephyr-Core-2.7.6/arch/arm/core/aarch32/
Dthread.c115 thread->callee_saved.psp = (uint32_t)iframe; in arch_new_thread()
378 uint32_t z_check_thread_stack_fail(const uint32_t fault_addr, const uint32_t psp) in z_check_thread_stack_fail() argument
409 fault_addr, psp)) { in z_check_thread_stack_fail()
414 if (psp < (uint32_t)thread->stack_obj) { in z_check_thread_stack_fail()
424 fault_addr, psp)) { in z_check_thread_stack_fail()
433 fault_addr, psp)) { in z_check_thread_stack_fail()
440 fault_addr, psp)) { in z_check_thread_stack_fail()
593 char *psp = Z_THREAD_STACK_BUFFER(z_main_stack) + in z_arm_switch_to_main_no_multithreading() local
634 [_psp]"r" (psp), [_main_entry]"r" (main_entry) in z_arm_switch_to_main_no_multithreading()
Dfatal.c47 callee->v7, callee->v8, callee->psp); in esf_dump()
/Zephyr-Core-2.7.6/include/arch/x86/intel64/
Dthread.h89 char *psp; member
131 char *psp; member
/Zephyr-Core-2.7.6/arch/x86/core/
Duserspace.c37 _main_tss.esp0 = (uintptr_t)incoming->arch.psp; in z_x86_swap_update_page_tables()
68 thread->arch.psp = in z_x86_userspace_prepare_thread()
/Zephyr-Core-2.7.6/arch/x86/core/offsets/
Dintel64_offsets.c32 GEN_OFFSET_SYM(_thread_arch_t, psp);
44 GEN_OFFSET_SYM(x86_tss64_t, psp);
Dia32_offsets.c37 GEN_OFFSET_SYM(_thread_arch_t, psp);
/Zephyr-Core-2.7.6/arch/arm/core/aarch32/cortex_m/
Dfault.c205 const uint32_t psp);
848 static inline z_arch_esf_t *get_esf(uint32_t msp, uint32_t psp, uint32_t exc_return, argument
884 secure_esf = (z_arch_esf_t *)psp;
925 ptr_esf = (z_arch_esf_t *)psp;
947 ptr_esf = (z_arch_esf_t *)psp;
990 void z_arm_fault(uint32_t msp, uint32_t psp, uint32_t exc_return, argument
1009 esf = get_esf(msp, psp, exc_return, &nested_exc);
/Zephyr-Core-2.7.6/include/arch/arm/aarch32/
Dthread.h34 uint32_t psp; /* r13 */ member
/Zephyr-Core-2.7.6/include/arch/x86/ia32/
Dthread.h226 char *psp; member
/Zephyr-Core-2.7.6/arch/arm/core/offsets/
Doffsets_aarch32.c78 GEN_OFFSET_SYM(_callee_saved_t, psp);
/Zephyr-Core-2.7.6/subsys/debug/
Dthread_info.c59 callee_saved.psp),
/Zephyr-Core-2.7.6/tests/arch/arm/arm_interrupt/src/
Darm_interrupt.c75 if (memcmp((void *)callee_regs->psp, pEsf, in check_esf_matches_expectations()