Home
last modified time | relevance | path

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

/Zephyr-Core-2.7.6/arch/arm/include/aarch32/cortex_m/
Dstack.h43 uint32_t msp = in z_arm_interrupt_stack_setup() local
47 __set_MSP(msp); in z_arm_interrupt_stack_setup()
/Zephyr-Core-2.7.6/arch/arm/core/aarch32/cortex_m/
Dfault.c848 static inline z_arch_esf_t *get_esf(uint32_t msp, uint32_t psp, uint32_t exc_return, argument
887 secure_esf = (z_arch_esf_t *)msp;
928 ptr_esf = (z_arch_esf_t *)msp;
951 ptr_esf = (z_arch_esf_t *)msp;
990 void z_arm_fault(uint32_t msp, uint32_t psp, uint32_t exc_return, argument
1009 esf = get_esf(msp, psp, exc_return, &nested_exc);
1034 .msp = msp
Dreset.S94 msr msp, r0
/Zephyr-Core-2.7.6/boards/arm/msp_exp432p401r_launchxl/
Dmsp_exp432p401r_launchxl.dts9 compatible = "ti,msp-exp432p401r-launchxl","ti,msp432p401r",
/Zephyr-Core-2.7.6/include/arch/arm/aarch32/
Dexc.h81 uint32_t msp; member
/Zephyr-Core-2.7.6/tests/arch/arm/arm_interrupt/src/
Darm_interrupt.c81 if (pEsf->extra_info.msp != expected_msp) { in check_esf_matches_expectations()
83 pEsf->extra_info.msp, expected_msp); in check_esf_matches_expectations()
/Zephyr-Core-2.7.6/doc/releases/
Drelease-notes-1.12.rst584 * :github:`7128` - msp uninitialized on reset leading to usage fault for non-XIP targets