Searched refs:SFSR_FV (Results 1 – 3 of 3) sorted by relevance
676 if (type == T_FDMMU_MISS || (sfsr & SFSR_FV) == 0) in accesstype()772 if (type == T_FDMMU_MISS || (sfsr & SFSR_FV) == 0) in data_access_fault()957 if ((sfsr & SFSR_FV) == 0 || (sfsr & SFSR_FT) == 0) in text_access_error()
2579 mov SFSR_FV, %o5
325 #define SFSR_FV 0x0000001 /* Fault is valid */ macro