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
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 314 db_trapper(u_int addr, u_int inst, trapframe_t *frame, int fault_code)
317 if (fault_code == 0) {
  /src/sys/arch/arm/vfp/
vfp_init.c 181 vfp_fpscr_handler(u_int address, u_int insn, trapframe_t *frame, int fault_code)
405 vfp_handler(u_int address, u_int insn, trapframe_t *frame, int fault_code)
411 if (fault_code != FAULT_USER &&
488 neon_handler(u_int address, u_int insn, trapframe_t *frame, int fault_code)
502 if (fault_code != FAULT_USER &&

Completed in 16 milliseconds