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

/freebsd-9.3-release/sys/contrib/octeon-sdk/
H A Dcvmx-debug.c423 case 37: return &context->cop0.depc;
1014 static void cvmx_debug_delay_isr_core(unsigned core, uint32_t depc, int single_stepped_exc_only, argument
1021 cvmx_debug_printf ("Core #%u spinning for focus at 0x%x\n", core, (unsigned int)depc);
1058 cvmx_debug_printf ("Core #%u stopped focus stealing at 0x%llx\n", core, (unsigned long long)context->cop0.depc);
1063 if (*(uint32_t*)((__SIZE_TYPE__)context->cop0.depc) == ERET_INSN && core == state.focus_core)
1065 cvmx_debug_printf ("Core #%u resumed focus stealing at 0x%llx\n", core, (unsigned long long)context->cop0.depc);
1078 cvmx_debug_delay_isr_core (core, context->cop0.depc, single_stepped_exc_only, state);
1177 CVMX_MF_COP0(context->cop0.depc, COP0_DEPC);
1246 CVMX_MT_COP0(context->cop0.depc, COP0_DEPC);
1285 uint64_t depc; local
[all...]
H A Dcvmx-debug.h117 uint64_t depc; member in struct:__anon6370::__anon6371
134 F(cop0.depc); \
/freebsd-9.3-release/usr.sbin/sysinstall/
H A Dindex.c227 tmp->depc = 0;
518 markD = ie->depc > 0; /* needed as dependency */
550 else if (ie->depc == 0) {
563 kp->name, ie->depc, (ie->depc != 1) ? "s" : "");
824 ++found_ie->depc;
826 --found_ie->depc;
H A Dsysinstall.h376 int depc; /* how many depend on me */ member in struct:_indexEntry

Completed in 112 milliseconds