HomeSort by: relevance | last modified time | path
    Searched refs:mem_access_fault (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/sparc/sparc/
trap.c 212 void mem_access_fault(unsigned, int, u_int, int, int, struct trapframe *);
219 * (MMU-related traps go through mem_access_fault, below.)
759 mem_access_fault(unsigned type, int ser, u_int v, int pc, int psr, function in typeref:typename:void
972 #if defined(SUN4M) /* 4m version of mem_access_fault() follows */
1133 printf("mem_access_fault: "
locore.s 1782 * %l4 = %y, until we call mem_access_fault (then onto trapframe)
1989 ! mem_access_fault(type,sfsr,sfva,&tf);
2026 call _C_LABEL(mem_access_fault)! mem_access_fault(type, ser, sva,
3000 * This code is almost the same as that in mem_access_fault,

Completed in 14 milliseconds