Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/sun4v/os/
H A Dmach_descrip.c78 static machine_descrip_t *curr_mach_descrip; variable
299 ASSERT((curr_mach_descrip != NULL)); in mach_descrip_update()
359 if (curr_mach_descrip->va != NULL) { in mach_descrip_update()
362 if (HAS_GEN(tgen) && ((curr_mach_descrip->gen == tgen) && in mach_descrip_update()
363 (curr_mach_descrip->size == md_size))) { in mach_descrip_update()
370 if (bcmp(curr_mach_descrip->va, tbuf, md_size) != 0) { in mach_descrip_update()
383 if (HAS_GEN(tgen) && HAS_GEN(curr_mach_descrip->gen) && in mach_descrip_update()
384 (curr_mach_descrip->gen > tgen)) { in mach_descrip_update()
387 tgen, curr_mach_descrip->gen); in mach_descrip_update()
392 if (curr_mach_descrip->refcnt == 0) { in mach_descrip_update()
[all …]