Searched refs:depc (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/contrib/octeon-sdk/
H A Dcvmx-debug.c496 case 37: return &context->cop0.depc;
1167 static void cvmx_debug_delay_isr_core(unsigned core, uint32_t depc, int single_stepped_exc_only, argument
1174 cvmx_debug_printf ("Core #%u spinning for focus at 0x%x\n", core, (unsigned int)depc);
1211 cvmx_debug_printf ("Core #%u stopped focus stealing at 0x%llx\n", core, (unsigned long long)context->cop0.depc);
1216 if (*(uint32_t*)((__SIZE_TYPE__)context->cop0.depc) == ERET_INSN && core == state.focus_core)
1218 cvmx_debug_printf ("Core #%u resumed focus stealing at 0x%llx\n", core, (unsigned long long)context->cop0.depc);
1231 cvmx_debug_delay_isr_core (core, context->cop0.depc, single_stepped_exc_only, state);
1337 CVMX_MF_COP0(context->cop0.depc, COP0_DEPC);
1405 CVMX_MT_COP0(context->cop0.depc, COP0_DEPC);
1448 uint64_t depc; local
[all...]
H A Dcvmx-debug.h117 uint64_t depc; member in struct:__anon10042::__anon10043
134 F(cop0.depc); \

Completed in 104 milliseconds