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

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

Completed in 81 milliseconds