/Zephyr-Core-3.5.0/tests/arch/arm/arm_no_multithreading/src/ |
D | main.c | 61 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/ |
D | thread.c | 107 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/ |
D | thread.c | 109 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()
|
D | fault.c | 220 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);
|
D | pm_s2ram.S | 39 mrs r2, psp 126 msr psp, r1
|
/Zephyr-Core-3.5.0/arch/x86/core/offsets/ |
D | intel64_offsets.c | 32 GEN_OFFSET_SYM(_thread_arch_t, psp); 44 GEN_OFFSET_SYM(x86_tss64_t, psp);
|
D | ia32_offsets.c | 37 GEN_OFFSET_SYM(_thread_arch_t, psp);
|
/Zephyr-Core-3.5.0/include/zephyr/arch/x86/intel64/ |
D | thread.h | 89 char *psp; member 131 char *psp; member
|
/Zephyr-Core-3.5.0/arch/x86/core/ |
D | userspace.c | 37 _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/ |
D | cpu.h | 58 uint32_t psp; member
|
/Zephyr-Core-3.5.0/include/zephyr/arch/arm/ |
D | thread.h | 34 uint32_t psp; /* r13 */ member
|
/Zephyr-Core-3.5.0/arch/arm/core/offsets/ |
D | offsets_aarch32.c | 82 GEN_OFFSET_SYM(_cpu_context_t, psp);
|
/Zephyr-Core-3.5.0/include/zephyr/arch/x86/ia32/ |
D | thread.h | 226 char *psp; member
|
/Zephyr-Core-3.5.0/arch/arm/core/ |
D | fatal.c | 57 callee->v7, callee->v8, callee->psp); in esf_dump()
|
/Zephyr-Core-3.5.0/subsys/debug/ |
D | thread_info.c | 62 callee_saved.psp),
|
/Zephyr-Core-3.5.0/tests/arch/arm/arm_interrupt/src/ |
D | arm_interrupt.c | 76 if (memcmp((void *)callee_regs->psp, pEsf, in check_esf_matches_expectations()
|
/Zephyr-Core-3.5.0/drivers/dai/intel/ssp/ |
D | ssp.h | 338 uint32_t psp; member
|