HomeSort by: relevance | last modified time | path
    Searched defs:fault_code (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/arch/arm/arm/
undefined.c 221 vfp_test(u_int address, u_int insn, trapframe_t *frame, int fault_code)
308 int fault_code; local in function:undefinedinstruction
419 * Modify the fault_code to reflect the USR/SVC state at
422 fault_code = FAULT_USER;
426 fault_code = 0;
431 fault_code);
462 if ((fault_code & FAULT_USER) == 0) {
479 if ((fault_code & FAULT_USER) == 0)

Completed in 11 milliseconds