Searched refs:T_TEXTFAULT (Results 1 – 8 of 8) sorted by relevance
805 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()
281 case T_TEXTFAULT: in kgdb_signal()
365 VTRAP(T_TEXTFAULT, memfault_sun4) ! 01 = instr. fetch fault626 VTRAP(T_TEXTFAULT, memfault_sun4c) ! 01 = instr. fetch fault887 VTRAP(T_TEXTFAULT, memfault_sun4m) ! 01 = instr. fetch fault1835 cmp %l3, T_TEXTFAULT ! text fault always on PC5840 cmp %l3, T_TEXTFAULT5842 mov %l1, %l5 ! use PC if type == T_TEXTFAULT
53 #define T_TEXTFAULT 0x01 /* (2) address fault during instr fetch */ macro
40 #define T_TEXTFAULT 0x009 /* (2) ? Text fault */ macro
282 case T_TEXTFAULT: in kgdb_signal()
623 case T_TEXTFAULT: in trap()
661 VTRAP(T_TEXTFAULT, textfault) ! 009 = instr access MMU miss871 VTRAP(T_TEXTFAULT, textfault) ! 009 = instr access MMU miss -- no MMU1095 VTRAP(T_TEXTFAULT, sun4v_tl0_itsb_miss) ! 0x009 - inst MMU miss