Home
last modified time | relevance | path

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

/Zephyr-latest/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-latest/arch/arm/core/cortex_m/
Dthread.c111 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()
Dfault.c172 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);
Dpm_s2ram.S129 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/
Dthread.c112 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/
Duserspace.c46 _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/
Dthread.h89 char *psp; member
131 char *psp; member
/Zephyr-latest/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-latest/include/zephyr/arch/xtensa/
Dthread.h44 uint8_t *psp; member
/Zephyr-latest/include/zephyr/arch/arm/cortex_m/
Dcpu.h57 uint32_t psp; member
/Zephyr-latest/include/zephyr/arch/arm/
Dthread.h34 uint32_t psp; /* r13 */ member
/Zephyr-latest/include/zephyr/arch/x86/ia32/
Dthread.h226 char *psp; member
/Zephyr-latest/arch/arm/core/offsets/
Doffsets_aarch32.c86 GEN_OFFSET_SYM(_cpu_context_t, psp);
/Zephyr-latest/arch/xtensa/core/offsets/
Doffsets.c69 GEN_OFFSET_SYM(_thread_arch_t, psp);
/Zephyr-latest/drivers/dai/intel/ssp/
Dssp.h156 uint32_t psp; member
/Zephyr-latest/subsys/debug/
Dthread_info.c62 callee_saved.psp),
/Zephyr-latest/arch/xtensa/core/
Dthread.c48 thread->arch.psp = header->privilege_stack + in init_stack()
/Zephyr-latest/arch/arm/core/
Dfatal.c58 callee->v7, callee->v8, callee->psp); in esf_dump()
Dgdbstub.c65 ctx.registers[R13] = esf->extra_info.callee->psp; in z_gdb_entry()
/Zephyr-latest/tests/arch/arm/arm_interrupt/src/
Darm_interrupt.c76 if (memcmp((void *)callee_regs->psp, pEsf, in check_esf_matches_expectations()