Searched refs:T_STOREBUFFAULT (Results 1 - 4 of 4) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/arch/sparc/include/
H A Dtrap.h94 #define T_STOREBUFFAULT 0x2b /* SuperSPARC: Store buffer copy-back fault */ macro
/netbsd-6-1-5-RELEASE/sys/arch/sparc/sparc/
H A Dmemreg.c287 if (type == T_STOREBUFFAULT) {
296 if (oldtype == T_STOREBUFFAULT || addrold == sfva)
299 oldtype = T_STOREBUFFAULT;
H A Dtrap.c1044 * the trap was T_STOREBUFFAULT, we pass it on to memerr4m.
1054 if (type == T_STOREBUFFAULT ||
H A Dlocore.s930 VTRAP(T_STOREBUFFAULT, memfault_sun4m) ! 2b = SuperSPARC store buffer fault

Completed in 170 milliseconds