Searched refs:kd (Results 1 – 3 of 3) sorted by relevance
321 kgdb_data kd; in handle_exception() local349 kgdb_enter(regs, &kd); in handle_exception()357 *ptr++ = hexchars[kd.sigval >> 4]; in handle_exception()358 *ptr++ = hexchars[kd.sigval & 0xf]; in handle_exception()360 for (i = 0; i < kd.nregs; i++) { in handle_exception()361 kgdb_reg *rp = &kd.regs[i]; in handle_exception()398 remcomOutBuffer[1] = hexchars[kd.sigval >> 4]; in handle_exception()399 remcomOutBuffer[2] = hexchars[kd.sigval & 0xf]; in handle_exception()451 kd.extype = KGDBEXIT_KILL; in handle_exception()461 kd.extype = KGDBEXIT_CONTINUE; in handle_exception()[all …]
32 #define MK_DPLL2(ki, kd) (DPLL2_KI(ki) | DPLL2_KD(kd) | DPLL2_PWD) argument
216 flagadm powerpc mpc8xx aec6f8c5 2014-08-22 Kári Davíðsson <kd@flaga.is>