Searched refs:PR_EXC (Results 1 – 2 of 2) sorted by relevance
| /Zephyr-latest/soc/silabs/silabs_s2/ |
| D | soc.c | 22 #define PR_EXC(...) LOG_ERR(__VA_ARGS__) macro 24 #define PR_EXC(...) macro 28 #define PR_FAULT_INFO(...) PR_EXC(__VA_ARGS__) 65 PR_EXC("SMU.BMPUFS=%d", SMU->BMPUFS); in smu_fault() 69 PR_EXC("SMU.PPUFS=%d", SMU->PPUFS); in smu_fault()
|
| /Zephyr-latest/arch/arm/core/cortex_m/ |
| D | fault.c | 25 #define PR_EXC(...) LOG_ERR(__VA_ARGS__) macro 28 #define PR_EXC(...) macro 33 #define PR_FAULT_INFO(...) PR_EXC(__VA_ARGS__) 100 PR_EXC("Fault! EXC #%d", fault); in fault_show() 103 PR_EXC("MMFSR: 0x%x, BFSR: 0x%x, UFSR: 0x%x", SCB_CFSR_MEMFAULTSR, SCB_CFSR_BUSFAULTSR, in fault_show() 106 PR_EXC("SFSR: 0x%x", SAU->SFSR); in fault_show() 208 PR_EXC(" MMFAR Address: 0x%x", mmfar); in mem_manage_fault() 361 PR_EXC(" BFAR Address: 0x%x", bfar); in bus_fault() 560 PR_EXC(" Address: 0x%x", sfar); in secure_fault() 718 PR_EXC("ARCH_EXCEPT with reason %x\n", esf->basic.r0); in hard_fault() [all …]
|