Home
last modified time | relevance | path

Searched refs:T_TEXTFAULT (Results 1 – 4 of 4) sorted by relevance

/original-bsd/sys/sparc/include/
H A Dtrap.h46 #define T_TEXTFAULT 0x01 /* (2) address fault during instr fetch */ macro
/original-bsd/sys/sparc/sparc/
H A Dtrap.c515 if (type == T_TEXTFAULT)
524 if (type == T_TEXTFAULT) {
H A Dkgdb_stub.c206 case T_TEXTFAULT:
H A Dlocore.s256 VTRAP(T_TEXTFAULT, memfault) ! 01 = instr. fetch fault