Home
last modified time | relevance | path

Searched refs:msp (Results 1 – 11 of 11) sorted by relevance

/Zephyr-latest/arch/arm/include/cortex_m/
Dstack.h42 uint32_t msp = in z_arm_interrupt_stack_setup() local
46 __set_MSP(msp); in z_arm_interrupt_stack_setup()
/Zephyr-latest/arch/arm/core/cortex_m/
Dfault.c902 static inline struct arch_esf *get_esf(uint32_t msp, uint32_t psp, uint32_t exc_return, argument
941 secure_esf = (struct arch_esf *)msp;
982 ptr_esf = (struct arch_esf *)msp;
1005 ptr_esf = (struct arch_esf *)msp;
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);
1086 .msp = msp
Dpm_s2ram.S128 SAVE_SPECIAL_REG(msp, cpu_ctx, tmp_reg) \
148 RESTORE_SPECIAL_REG(msp, cpu_ctx, tmp_reg) \
Dreset.S109 msr msp, r0
/Zephyr-latest/boards/ti/msp_exp432p401r_launchxl/
Dmsp_exp432p401r_launchxl.dts10 compatible = "ti,msp-exp432p401r-launchxl","ti,msp432p401r",
/Zephyr-latest/include/zephyr/arch/arm/cortex_m/
Dcpu.h56 uint32_t msp; member
Dexception.h96 uint32_t msp; member
/Zephyr-latest/include/zephyr/arch/arm/cortex_a_r/
Dexception.h52 uint32_t msp; member
/Zephyr-latest/arch/arm/core/offsets/
Doffsets_aarch32.c85 GEN_OFFSET_SYM(_cpu_context_t, msp);
/Zephyr-latest/tests/arch/arm/arm_interrupt/src/
Darm_interrupt.c82 if (pEsf->extra_info.msp != expected_msp) { in check_esf_matches_expectations()
84 pEsf->extra_info.msp, expected_msp); in check_esf_matches_expectations()
/Zephyr-latest/doc/releases/
Drelease-notes-1.12.rst584 * :github:`7128` - msp uninitialized on reset leading to usage fault for non-XIP targets