Searched refs:msp (Results 1 – 11 of 11) sorted by relevance
/Zephyr-latest/arch/arm/include/cortex_m/ |
D | stack.h | 42 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/ |
D | fault.c | 902 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
|
D | pm_s2ram.S | 128 SAVE_SPECIAL_REG(msp, cpu_ctx, tmp_reg) \ 148 RESTORE_SPECIAL_REG(msp, cpu_ctx, tmp_reg) \
|
D | reset.S | 109 msr msp, r0
|
/Zephyr-latest/boards/ti/msp_exp432p401r_launchxl/ |
D | msp_exp432p401r_launchxl.dts | 10 compatible = "ti,msp-exp432p401r-launchxl","ti,msp432p401r",
|
/Zephyr-latest/include/zephyr/arch/arm/cortex_m/ |
D | cpu.h | 56 uint32_t msp; member
|
D | exception.h | 96 uint32_t msp; member
|
/Zephyr-latest/include/zephyr/arch/arm/cortex_a_r/ |
D | exception.h | 52 uint32_t msp; member
|
/Zephyr-latest/arch/arm/core/offsets/ |
D | offsets_aarch32.c | 85 GEN_OFFSET_SYM(_cpu_context_t, msp);
|
/Zephyr-latest/tests/arch/arm/arm_interrupt/src/ |
D | arm_interrupt.c | 82 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/ |
D | release-notes-1.12.rst | 584 * :github:`7128` - msp uninitialized on reset leading to usage fault for non-XIP targets
|