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

  /src/sys/arch/sparc/include/
trap.h 94 #define T_STOREBUFFAULT 0x2b /* SuperSPARC: Store buffer copy-back fault */
  /src/sys/arch/sparc/sparc/
memreg.c 289 if (type == T_STOREBUFFAULT) {
298 if (oldtype == T_STOREBUFFAULT || addrold == sfva)
301 oldtype = T_STOREBUFFAULT;
trap.c 1026 * the trap was T_STOREBUFFAULT, we pass it on to memerr4m.
1036 if (type == T_STOREBUFFAULT ||
locore.s 929 VTRAP(T_STOREBUFFAULT, memfault_sun4m) ! 2b = SuperSPARC store buffer fault

Completed in 17 milliseconds