Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmx-interrupt.c240 uint64_t trap_print_cause; in __cvmx_interrupt_default_exception_handler() local
248 CVMX_MF_COP0 (trap_print_cause, COP0_CAUSE); in __cvmx_interrupt_default_exception_handler()
249 str = cause_names [(trap_print_cause >> 2) & 0x1f]; in __cvmx_interrupt_default_exception_handler()