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

/netbsd-current/external/gpl3/binutils.old/dist/gprofng/common/
H A Dhwctable.c2544 static int cpcx_cpuver = CPUVER_UNDEFINED; variable
3217 cpcx_cpuver = CPUVER_UNDEFINED;
3241 hwcdrv->hwcdrv_get_info (&cpcx_cpuver, &cpcx_cciname, &cpcx_npics,
3245 if (cpcx_cpuver == CPC_ULTRA1 || cpcx_cpuver == CPC_ULTRA2)
3248 " US-I/US-II cannot provide profile interrupts\n", cpcx_cpuver);
3256 if (cpcx_cpuver == CPC_PENTIUM_PRO_MMX)
3259 " `Pentium Pro with MMX, Pentium II' is not supported\n", cpcx_cpuver);
3266 cputabs_entry = cputabs_find_entry (cpcx_cpuver);
3270 " could not be found in the tables\n", cpcx_cpuver);
[all...]
/netbsd-current/external/gpl3/binutils/dist/gprofng/common/
H A Dhwctable.c2580 static int cpcx_cpuver = CPUVER_UNDEFINED; variable
3253 cpcx_cpuver = CPUVER_UNDEFINED;
3277 hwcdrv->hwcdrv_get_info (&cpcx_cpuver, &cpcx_cciname, &cpcx_npics,
3281 if (cpcx_cpuver == CPC_ULTRA1 || cpcx_cpuver == CPC_ULTRA2)
3284 " US-I/US-II cannot provide profile interrupts\n", cpcx_cpuver);
3292 if (cpcx_cpuver == CPC_PENTIUM_PRO_MMX)
3295 " `Pentium Pro with MMX, Pentium II' is not supported\n", cpcx_cpuver);
3302 cputabs_entry = cputabs_find_entry (cpcx_cpuver);
3306 " could not be found in the tables\n", cpcx_cpuver);
[all...]

Completed in 119 milliseconds