Home
last modified time | relevance | path

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

/netbsd/src/sys/arch/sparc/sparc/
Dtrap.c805 if (type == T_TEXTFAULT) in mem_access_fault()
812 if ((ser & SER_PROT) && atype == VM_PROT_READ && type != T_TEXTFAULT) { in mem_access_fault()
827 if (type == T_TEXTFAULT) { in mem_access_fault()
1078 if ((type & ~0x20) == T_TEXTFAULT) in mem_access_fault4m()
1110 if (((sfsr & SFSR_AT_TEXT) || type == T_TEXTFAULT) && in mem_access_fault4m()
1146 if ((sfsr & SFSR_AT_TEXT) || (type & ~0x20) == T_TEXTFAULT) { in mem_access_fault4m()
1154 if (sfsr & SFSR_AT_TEXT || type == T_TEXTFAULT) { in mem_access_fault4m()
Dkgdb_machdep.c281 case T_TEXTFAULT: in kgdb_signal()
Dlocore.s365 VTRAP(T_TEXTFAULT, memfault_sun4) ! 01 = instr. fetch fault
626 VTRAP(T_TEXTFAULT, memfault_sun4c) ! 01 = instr. fetch fault
887 VTRAP(T_TEXTFAULT, memfault_sun4m) ! 01 = instr. fetch fault
1835 cmp %l3, T_TEXTFAULT ! text fault always on PC
5840 cmp %l3, T_TEXTFAULT
5842 mov %l1, %l5 ! use PC if type == T_TEXTFAULT
/netbsd/src/sys/arch/sparc/include/
Dtrap.h53 #define T_TEXTFAULT 0x01 /* (2) address fault during instr fetch */ macro
/netbsd/src/sys/arch/sparc64/include/
Dtrap.h40 #define T_TEXTFAULT 0x009 /* (2) ? Text fault */ macro
/netbsd/src/sys/arch/sparc64/sparc64/
Dkgdb_machdep.c282 case T_TEXTFAULT: in kgdb_signal()
Dtrap.c623 case T_TEXTFAULT: in trap()
Dlocore.s661 VTRAP(T_TEXTFAULT, textfault) ! 009 = instr access MMU miss
871 VTRAP(T_TEXTFAULT, textfault) ! 009 = instr access MMU miss -- no MMU
1095 VTRAP(T_TEXTFAULT, sun4v_tl0_itsb_miss) ! 0x009 - inst MMU miss