HomeSort by: relevance | last modified time | path
    Searched refs:fault_code (Results 1 - 3 of 3) 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)
  /src/sys/arch/arm/arm32/
db_interface.c 317 db_trapper(u_int addr, u_int inst, trapframe_t *frame, int fault_code)
320 if (fault_code == 0) {
  /src/sys/arch/arm/vfp/
vfp_init.c 179 vfp_fpscr_handler(u_int address, u_int insn, trapframe_t *frame, int fault_code)
402 vfp_handler(u_int address, u_int insn, trapframe_t *frame, int fault_code)
408 if (fault_code != FAULT_USER &&
485 neon_handler(u_int address, u_int insn, trapframe_t *frame, int fault_code)
499 if (fault_code != FAULT_USER &&

Completed in 13 milliseconds