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

/freebsd-10.0-release/sys/arm/arm/
H A Dundefined.c174 int fault_code; local
247 * Modify the fault_code to reflect the USR/SVC state at
250 fault_code = FAULT_USER;
253 fault_code = 0;
258 fault_code) == 0)
261 if (fault_code & FAULT_USER && fault_instruction == PTRACE_BREAKPOINT) {
270 if (uh == NULL && (fault_code & FAULT_USER)) {
279 if ((fault_code & FAULT_USER) == 0) {
/freebsd-10.0-release/contrib/gdb/gdb/
H A Dstandalone.c474 static int fault_code;
507 /* Transfer them to saved_regs and fault_code. */
529 fault_code = (&firstreg)[NUM_REGS];
541 WSETSTOP (*w, fault_table[fault_code / FAULT_CODE_UNITS]);
467 static int fault_code; variable

Completed in 111 milliseconds