Lines Matching refs:unituse
395 unsigned char unituse[16];
404 memset(unituse, 0, sizeof(unituse));
435 unituse[unit] = 1;
447 if (unituse[PM_ISU0] &
448 (unituse[PM_FPU] | unituse[PM_IFU] | unituse[PM_ISU1])) {
449 unituse[PM_ISU0_ALT] = 1; /* move ISU to TTM1 */
450 unituse[PM_ISU0] = 0;
455 if (!unituse[i])
463 if (!unituse[i])
477 if (unit == PM_ISU0 && unituse[PM_ISU0_ALT]) {