Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/tests/arch/arm/arm_no_multithreading/src/
Dmain.c61 uint32_t psp = (uint32_t)__get_PSP(); in test_main() local
67 (psp >= main_stack_base) && (psp <= main_stack_top), in test_main()
69 psp, main_stack_base, main_stack_top); in test_main()
/Zephyr-Core-3.5.0/arch/arm/core/cortex_a_r/
Dthread.c107 thread->callee_saved.psp = (uint32_t)iframe; in arch_new_thread()
292 uint32_t z_check_thread_stack_fail(const uint32_t fault_addr, const uint32_t psp) in z_check_thread_stack_fail() argument
323 fault_addr, psp)) { in z_check_thread_stack_fail()
328 if (psp < (uint32_t)thread->stack_obj) { in z_check_thread_stack_fail()
338 fault_addr, psp)) { in z_check_thread_stack_fail()
347 fault_addr, psp)) { in z_check_thread_stack_fail()
354 fault_addr, psp)) { in z_check_thread_stack_fail()
/Zephyr-Core-3.5.0/arch/arm/core/cortex_m/
Dthread.c109 thread->callee_saved.psp = (uint32_t)iframe; in arch_new_thread()
376 uint32_t z_check_thread_stack_fail(const uint32_t fault_addr, const uint32_t psp) in z_check_thread_stack_fail() argument
407 fault_addr, psp)) { in z_check_thread_stack_fail()
412 if (psp < (uint32_t)thread->stack_obj) { in z_check_thread_stack_fail()
422 fault_addr, psp)) { in z_check_thread_stack_fail()
431 fault_addr, psp)) { in z_check_thread_stack_fail()
438 fault_addr, psp)) { in z_check_thread_stack_fail()
596 char *psp = Z_THREAD_STACK_BUFFER(z_main_stack) + in z_arm_switch_to_main_no_multithreading() local
637 [_psp]"r" (psp), [_main_entry]"r" (main_entry) in z_arm_switch_to_main_no_multithreading()
Dfault.c220 const uint32_t psp);
950 static inline z_arch_esf_t *get_esf(uint32_t msp, uint32_t psp, uint32_t exc_return, argument
986 secure_esf = (z_arch_esf_t *)psp;
1027 ptr_esf = (z_arch_esf_t *)psp;
1049 ptr_esf = (z_arch_esf_t *)psp;
1092 void z_arm_fault(uint32_t msp, uint32_t psp, uint32_t exc_return, argument
1111 esf = get_esf(msp, psp, exc_return, &nested_exc);
Dpm_s2ram.S39 mrs r2, psp
126 msr psp, r1
/Zephyr-Core-3.5.0/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-3.5.0/include/zephyr/arch/x86/intel64/
Dthread.h89 char *psp; member
131 char *psp; member
/Zephyr-Core-3.5.0/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-3.5.0/include/zephyr/arch/arm/cortex_m/
Dcpu.h58 uint32_t psp; member
/Zephyr-Core-3.5.0/include/zephyr/arch/arm/
Dthread.h34 uint32_t psp; /* r13 */ member
/Zephyr-Core-3.5.0/arch/arm/core/offsets/
Doffsets_aarch32.c82 GEN_OFFSET_SYM(_cpu_context_t, psp);
/Zephyr-Core-3.5.0/include/zephyr/arch/x86/ia32/
Dthread.h226 char *psp; member
/Zephyr-Core-3.5.0/arch/arm/core/
Dfatal.c57 callee->v7, callee->v8, callee->psp); in esf_dump()
/Zephyr-Core-3.5.0/subsys/debug/
Dthread_info.c62 callee_saved.psp),
/Zephyr-Core-3.5.0/tests/arch/arm/arm_interrupt/src/
Darm_interrupt.c76 if (memcmp((void *)callee_regs->psp, pEsf, in check_esf_matches_expectations()
/Zephyr-Core-3.5.0/drivers/dai/intel/ssp/
Dssp.h338 uint32_t psp; member