Searched refs:abortSig (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/sim/arm/
H A Darmdefs.h136 unsigned abortSig; member in struct:ARMul_State
294 #define ARMul_DATAABORT(address) state->abortSig = HIGH ; \
296 #define ARMul_CLEARABORT state->abortSig = LOW
H A Darminit.c211 state->abortSig = LOW;
H A Darmemu.c2199 if (state->abortSig || state->Aborted)
2506 if (state->abortSig || state->Aborted)
5559 if (!state->abortSig && !state->Aborted)
5575 if (!state->abortSig && !state->Aborted)
5639 if (!state->abortSig)
5655 if (!state->abortSig && !state->Aborted)
5765 if (state->abortSig && !state->Aborted)
5783 if (state->abortSig && !state->Aborted)
5858 if (state->abortSig && !state->Aborted)
5873 if (state->abortSig
[all...]
H A Darmsupp.c949 if (state->abortSig || state->Aborted)
1016 if (state->abortSig || state->Aborted)
/netbsd-current/external/gpl3/gdb/dist/sim/arm/
H A Darmdefs.h136 unsigned abortSig; member in struct:ARMul_State
294 #define ARMul_DATAABORT(address) state->abortSig = HIGH ; \
296 #define ARMul_CLEARABORT state->abortSig = LOW
H A Darminit.c214 state->abortSig = LOW;
H A Darmemu.c2263 if (state->abortSig || state->Aborted)
2570 if (state->abortSig || state->Aborted)
5626 if (!state->abortSig && !state->Aborted)
5642 if (!state->abortSig && !state->Aborted)
5706 if (!state->abortSig)
5722 if (!state->abortSig && !state->Aborted)
5832 if (state->abortSig && !state->Aborted)
5850 if (state->abortSig && !state->Aborted)
5925 if (state->abortSig && !state->Aborted)
5940 if (state->abortSig
[all...]
H A Darmsupp.c952 if (state->abortSig || state->Aborted)
1019 if (state->abortSig || state->Aborted)

Completed in 99 milliseconds