Home
last modified time | relevance | path

Searched refs:tba_taken_over (Results 1 – 7 of 7) sorted by relevance

/titanic_50/usr/src/uts/sun4/os/
H A Dprom_subr.c177 if (tba_taken_over != 0) in vx_handler()
181 if ((vp->take_tba != 0) && (tba_taken_over != 0)) in vx_handler()
H A Dstartup.c132 uint_t tba_taken_over = 0; variable
1850 tba_taken_over = 1; in startup_vm()
/titanic_50/usr/src/uts/sun4v/ml/
H A Dmach_locore.s1655 sethi %hi(tba_taken_over), %l2
1656 ld [%l2+%lo(tba_taken_over)], %l3
1657 brz %l3, 1f ! is the tba_taken_over = 1 ?
1668 brz %l3, 1f ! is the tba_taken_over = 1
/titanic_50/usr/src/uts/sun4u/ml/
H A Dmach_locore.s1601 sethi %hi(tba_taken_over), %l2
1602 ld [%l2+%lo(tba_taken_over)], %l3
1603 brz %l3, 1f ! is the tba_taken_over = 1 ?
1638 brz %l3, 1f ! is the tba_taken_over = 1
/titanic_50/usr/src/uts/sun4u/sys/
H A Dmachsystm.h114 extern uint_t tba_taken_over;
/titanic_50/usr/src/uts/sun4v/sys/
H A Dmachsystm.h112 extern uint_t tba_taken_over;
/titanic_50/usr/src/uts/sun4/vm/
H A Dsfmmu.c127 if (tba_taken_over) in va_to_pfn()