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.c77 uint32_t psplim = (uint32_t)__get_PSPLIM(); in test_main() local
79 (psplim == main_stack_base), in test_main()
81 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.c622 char *psplim = (K_THREAD_STACK_BUFFER(z_main_stack)); in z_arm_switch_to_main_no_multithreading() local
660 , [_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);