Searched refs:msp (Results 1 – 7 of 7) sorted by relevance
/Zephyr-Core-2.7.6/arch/arm/include/aarch32/cortex_m/ |
D | stack.h | 43 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/ |
D | fault.c | 848 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
|
D | reset.S | 94 msr msp, r0
|
/Zephyr-Core-2.7.6/boards/arm/msp_exp432p401r_launchxl/ |
D | msp_exp432p401r_launchxl.dts | 9 compatible = "ti,msp-exp432p401r-launchxl","ti,msp432p401r",
|
/Zephyr-Core-2.7.6/include/arch/arm/aarch32/ |
D | exc.h | 81 uint32_t msp; member
|
/Zephyr-Core-2.7.6/tests/arch/arm/arm_interrupt/src/ |
D | arm_interrupt.c | 81 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/ |
D | release-notes-1.12.rst | 584 * :github:`7128` - msp uninitialized on reset leading to usage fault for non-XIP targets
|