/Zephyr-latest/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-latest/arch/arm/core/cortex_m/ |
D | thread.c | 111 thread->callee_saved.psp = (uint32_t)iframe; in arch_new_thread() 379 uint32_t z_check_thread_stack_fail(const uint32_t fault_addr, const uint32_t psp) in z_check_thread_stack_fail() argument 410 fault_addr, psp)) { in z_check_thread_stack_fail() 415 if (psp < (uint32_t)thread->stack_obj) { in z_check_thread_stack_fail() 425 fault_addr, psp)) { in z_check_thread_stack_fail() 434 fault_addr, psp)) { in z_check_thread_stack_fail() 441 fault_addr, psp)) { in z_check_thread_stack_fail() 618 char *psp = K_THREAD_STACK_BUFFER(z_main_stack) + in z_arm_switch_to_main_no_multithreading() local 658 [_psp]"r" (psp), [_main_entry]"r" (main_entry) in z_arm_switch_to_main_no_multithreading()
|
D | fault.c | 172 const uint32_t psp); 902 static inline struct arch_esf *get_esf(uint32_t msp, uint32_t psp, uint32_t exc_return, argument 938 secure_esf = (struct arch_esf *)psp; 979 ptr_esf = (struct arch_esf *)psp; 1001 ptr_esf = (struct arch_esf *)psp; 1044 void z_arm_fault(uint32_t msp, uint32_t psp, uint32_t exc_return, argument 1063 esf = get_esf(msp, psp, exc_return, &nested_exc);
|
D | pm_s2ram.S | 129 SAVE_SPECIAL_REG(psp, cpu_ctx, tmp_reg) \ 149 RESTORE_SPECIAL_REG(psp, cpu_ctx, tmp_reg) \
|
/Zephyr-latest/arch/arm/core/cortex_a_r/ |
D | thread.c | 112 thread->callee_saved.psp = (uint32_t)iframe; in arch_new_thread() 304 uint32_t z_check_thread_stack_fail(const uint32_t fault_addr, const uint32_t psp) in z_check_thread_stack_fail() argument 335 fault_addr, psp)) { in z_check_thread_stack_fail() 340 if (psp < (uint32_t)thread->stack_obj) { in z_check_thread_stack_fail() 350 fault_addr, psp)) { in z_check_thread_stack_fail() 359 fault_addr, psp)) { in z_check_thread_stack_fail() 366 fault_addr, psp)) { in z_check_thread_stack_fail()
|
/Zephyr-latest/arch/x86/core/ |
D | userspace.c | 46 _main_tss.esp0 = (uintptr_t)incoming->arch.psp; in z_x86_swap_update_page_tables() 83 thread->arch.psp = header->privilege_stack + sizeof(header->privilege_stack); in z_x86_userspace_prepare_thread() 85 thread->arch.psp = NULL; in z_x86_userspace_prepare_thread()
|
/Zephyr-latest/include/zephyr/arch/x86/intel64/ |
D | thread.h | 89 char *psp; member 131 char *psp; member
|
/Zephyr-latest/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-latest/include/zephyr/arch/xtensa/ |
D | thread.h | 44 uint8_t *psp; member
|
/Zephyr-latest/include/zephyr/arch/arm/cortex_m/ |
D | cpu.h | 57 uint32_t psp; member
|
/Zephyr-latest/include/zephyr/arch/arm/ |
D | thread.h | 34 uint32_t psp; /* r13 */ member
|
/Zephyr-latest/include/zephyr/arch/x86/ia32/ |
D | thread.h | 226 char *psp; member
|
/Zephyr-latest/arch/arm/core/offsets/ |
D | offsets_aarch32.c | 86 GEN_OFFSET_SYM(_cpu_context_t, psp);
|
/Zephyr-latest/arch/xtensa/core/offsets/ |
D | offsets.c | 69 GEN_OFFSET_SYM(_thread_arch_t, psp);
|
/Zephyr-latest/drivers/dai/intel/ssp/ |
D | ssp.h | 156 uint32_t psp; member
|
/Zephyr-latest/subsys/debug/ |
D | thread_info.c | 62 callee_saved.psp),
|
/Zephyr-latest/arch/xtensa/core/ |
D | thread.c | 48 thread->arch.psp = header->privilege_stack + in init_stack()
|
/Zephyr-latest/arch/arm/core/ |
D | fatal.c | 58 callee->v7, callee->v8, callee->psp); in esf_dump()
|
D | gdbstub.c | 65 ctx.registers[R13] = esf->extra_info.callee->psp; in z_gdb_entry()
|
/Zephyr-latest/tests/arch/arm/arm_interrupt/src/ |
D | arm_interrupt.c | 76 if (memcmp((void *)callee_regs->psp, pEsf, in check_esf_matches_expectations()
|