Home
last modified time | relevance | path

Searched refs:psplim (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/tests/arch/arm/arm_no_multithreading/src/
Dmain.c73 uint32_t psplim = (uint32_t)__get_PSPLIM(); in test_main() local
74 __ASSERT((psplim == main_stack_base), "PSPLIM not set to main stack base: (0x%x)", psplim); in test_main()
/Zephyr-latest/include/zephyr/arch/arm/cortex_m/
Dcpu.h70 uint32_t psplim; member
/Zephyr-latest/arch/arm/core/cortex_m/
Dpm_s2ram.S111 SAVE_SPECIAL_REG(psplim, cpu_ctx, tmp_reg)
115 RESTORE_SPECIAL_REG(psplim, cpu_ctx, tmp_reg)
Dthread.c592 char *psplim = (K_THREAD_STACK_BUFFER(z_main_stack)); in z_arm_switch_to_main_no_multithreading() local
631 [_psplim] "r"(psplim) in z_arm_switch_to_main_no_multithreading()
/Zephyr-latest/arch/arm/core/offsets/
Doffsets_aarch32.c99 GEN_OFFSET_SYM(_cpu_context_t, psplim);