Home
last modified time | relevance | path

Searched refs:pcExceptionCause (Results 1 – 4 of 4) sorted by relevance

/Kernel-v11.1.0/portable/GCC/MicroBlazeV8/
Dport_exceptions.c178 xRegisterDump.pcExceptionCause = ( int8_t * const ) "XEXC_ID_FSL"; in vPortExceptionHandler()
182 xRegisterDump.pcExceptionCause = ( int8_t * const ) "XEXC_ID_UNALIGNED_ACCESS"; in vPortExceptionHandler()
186 xRegisterDump.pcExceptionCause = ( int8_t * const ) "XEXC_ID_ILLEGAL_OPCODE"; in vPortExceptionHandler()
190 …xRegisterDump.pcExceptionCause = ( int8_t * const ) "XEXC_ID_M_AXI_I_EXCEPTION or XEXC_ID_IPLB_EXC… in vPortExceptionHandler()
194 …xRegisterDump.pcExceptionCause = ( int8_t * const ) "XEXC_ID_M_AXI_D_EXCEPTION or XEXC_ID_DPLB_EXC… in vPortExceptionHandler()
198 xRegisterDump.pcExceptionCause = ( int8_t * const ) "XEXC_ID_DIV_BY_ZERO"; in vPortExceptionHandler()
202 … xRegisterDump.pcExceptionCause = ( int8_t * const ) "XEXC_ID_STACK_VIOLATION or XEXC_ID_MMU"; in vPortExceptionHandler()
207 … xRegisterDump.pcExceptionCause = ( int8_t * const ) "XEXC_ID_FPU see ulFSR value"; in vPortExceptionHandler()
Dportmacro.h218 int8_t * pcExceptionCause; member
/Kernel-v11.1.0/portable/GCC/MicroBlazeV9/
Dport_exceptions.c177 xRegisterDump.pcExceptionCause = ( int8_t * const ) "XEXC_ID_FSL"; in vPortExceptionHandler()
181 xRegisterDump.pcExceptionCause = ( int8_t * const ) "XEXC_ID_UNALIGNED_ACCESS"; in vPortExceptionHandler()
185 xRegisterDump.pcExceptionCause = ( int8_t * const ) "XEXC_ID_ILLEGAL_OPCODE"; in vPortExceptionHandler()
189 …xRegisterDump.pcExceptionCause = ( int8_t * const ) "XEXC_ID_M_AXI_I_EXCEPTION or XEXC_ID_IPLB_EXC… in vPortExceptionHandler()
193 …xRegisterDump.pcExceptionCause = ( int8_t * const ) "XEXC_ID_M_AXI_D_EXCEPTION or XEXC_ID_DPLB_EXC… in vPortExceptionHandler()
197 xRegisterDump.pcExceptionCause = ( int8_t * const ) "XEXC_ID_DIV_BY_ZERO"; in vPortExceptionHandler()
201 … xRegisterDump.pcExceptionCause = ( int8_t * const ) "XEXC_ID_STACK_VIOLATION or XEXC_ID_MMU"; in vPortExceptionHandler()
206 … xRegisterDump.pcExceptionCause = ( int8_t * const ) "XEXC_ID_FPU see ulFSR value"; in vPortExceptionHandler()
Dportmacro.h233 int8_t * pcExceptionCause; member