Searched refs:T_TEXTFAULT (Results 1 - 11 of 11) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/arch/sparc/include/
H A Dtrap.h53 #define T_TEXTFAULT 0x01 /* (2) address fault during instr fetch */ macro
/netbsd-6-1-5-RELEASE/sys/arch/sparc64/include/
H A Dtrap.h40 #define T_TEXTFAULT 0x009 /* (2) ? Text fault */ macro
/netbsd-6-1-5-RELEASE/sys/arch/sparc/sparc/
H A Dtrap.c820 if (type == T_TEXTFAULT)
827 if ((ser & SER_PROT) && atype == VM_PROT_READ && type != T_TEXTFAULT) {
842 if (type == T_TEXTFAULT) {
1095 /* note: T_TEXTERROR == T_TEXTFAULT | 0x20 */
1096 if ((type & ~0x20) == T_TEXTFAULT)
1128 if (((sfsr & SFSR_AT_TEXT) || type == T_TEXTFAULT) &&
1164 if ((sfsr & SFSR_AT_TEXT) || (type & ~0x20) == T_TEXTFAULT) {
1173 if (sfsr & SFSR_AT_TEXT || type == T_TEXTFAULT) {
H A Dkgdb_machdep.c281 case T_TEXTFAULT:
H A Dsvr4_machdep.c323 case T_TEXTFAULT:
H A Dlocore.s366 VTRAP(T_TEXTFAULT, memfault_sun4) ! 01 = instr. fetch fault
627 VTRAP(T_TEXTFAULT, memfault_sun4c) ! 01 = instr. fetch fault
888 VTRAP(T_TEXTFAULT, memfault_sun4m) ! 01 = instr. fetch fault
1780 * %l3 = T_TEXTFAULT or T_DATAFAULT
1836 cmp %l3, T_TEXTFAULT ! text fault always on PC
6077 cmp %l3, T_TEXTFAULT
6079 mov %l1, %l5 ! use PC if type == T_TEXTFAULT
/netbsd-6-1-5-RELEASE/sys/arch/sparc64/sparc64/
H A Dkgdb_machdep.c282 case T_TEXTFAULT:
H A Dsvr4_32_machdep.c348 case T_TEXTFAULT:
H A Dsvr4_machdep.c365 case T_TEXTFAULT:
H A Dtrap.c631 case T_TEXTFAULT:
H A Dlocore.s403 VTRAP(T_TEXTFAULT, textfault) ! 009 = instr access MMU miss
653 VTRAP(T_TEXTFAULT, textfault) ! 009 = instr access MMU miss -- no MMU

Completed in 189 milliseconds