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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/xmon/
H A Dxmon.c51 static unsigned bpinstr = 0x7fe00008; /* trap */ variable
392 || mwrite(bp->address, &bpinstr, 4) != 4) {
423 && instr == bpinstr
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/xmon/
H A Dxmon.c100 static unsigned bpinstr = 0x7fe00008; /* trap */ variable
662 bp->instr[1] = bpinstr;
696 if (mwrite(bp->address, &bpinstr, 4) != 4) {
726 && instr == bpinstr

Completed in 54 milliseconds