Searched refs:depc (Results 1 – 2 of 2) sorted by relevance
| /f-stack/freebsd/contrib/octeon-sdk/ |
| H A D | cvmx-debug.c | 496 case 37: return &context->cop0.depc; in cvmx_debug_regnum_to_context_ref() 1167 static void cvmx_debug_delay_isr_core(unsigned core, uint32_t depc, int single_stepped_exc_only, in cvmx_debug_delay_isr_core() argument 1174 cvmx_debug_printf ("Core #%u spinning for focus at 0x%x\n", core, (unsigned int)depc); in cvmx_debug_delay_isr_core() 1211 …intf ("Core #%u stopped focus stealing at 0x%llx\n", core, (unsigned long long)context->cop0.depc); in cvmx_debug_perform_proxy() 1216 … if (*(uint32_t*)((__SIZE_TYPE__)context->cop0.depc) == ERET_INSN && core == state.focus_core) in cvmx_debug_perform_proxy() 1218 …intf ("Core #%u resumed focus stealing at 0x%llx\n", core, (unsigned long long)context->cop0.depc); in cvmx_debug_perform_proxy() 1231 cvmx_debug_delay_isr_core (core, context->cop0.depc, single_stepped_exc_only, state); in cvmx_debug_perform_proxy() 1337 CVMX_MF_COP0(context->cop0.depc, COP0_DEPC); in cvmx_debug_save_core_context() 1405 CVMX_MT_COP0(context->cop0.depc, COP0_DEPC); in cvmx_debug_restore_core_context() 1448 uint64_t depc; in __cvmx_debug_handler_stage3() local [all …]
|
| H A D | cvmx-debug.h | 117 uint64_t depc; member 134 F(cop0.depc); \
|