Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/sun4u/sys/
H A Dmmu.h79 #define SFSR_FV 0x00000001 /* fault valid */ macro
/titanic_41/usr/src/uts/sun4u/os/
H A Dmach_trap.c85 (sfsr & SFSR_FV) != 0); in mmu_print_sfsr()
/titanic_41/usr/src/uts/sun4u/cpu/
H A Dopl_olympus_asm.s1294 andcc %g1, SFSR_FV, %g0
1307 andcc %g1, SFSR_FV, %g0
1374 andcc %g5, SFSR_FV, %g0 ! see if SFSR.FV is valid
H A Dopl_olympus.c1959 if (!(t_sfsr & SFSR_FV)) {