Searched refs:iabr (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/xmon/
H A Dprivinst.h52 GSETSPR(1010, iabr)
H A Dxmon.c50 static struct bpt iabr; variable in typeref:struct:bpt
352 if (iabr.enabled && iabr.count) {
353 --iabr.count;
372 if (iabr.enabled && pc == iabr.address)
373 return &iabr;
402 if (iabr.enabled)
403 set_iabr(iabr.address);
719 iabr
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/xmon/
H A Dxmon.c99 static struct bpt *iabr; variable in typeref:struct:bpt
589 if (iabr == 0)
710 if (iabr && cpu_has_feature(CPU_FTR_IABR))
711 mtspr(SPRN_IABR, iabr->address
712 | (iabr->enabled & (BP_IABR|BP_IABR_TE)));
1100 if (iabr) {
1101 iabr->enabled &= ~(BP_IABR | BP_IABR_TE);
1102 iabr = NULL;
1111 iabr = bp;
1121 iabr
[all...]

Completed in 107 milliseconds