OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fpuname
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.sbin/cpuctl/arch/
sparc.c
51
char *
fpuname
;
local in function:identifycpu
77
snprintf(path, sizeof path, "hw.%s.
fpuname
", cpuname);
78
fpuname
= asysctlbyname(path, &len);
80
printf("%s: mid %d: %s @ %d MHz, %s FPU\n", cpuname, mid, name, hz / 1000000,
fpuname
);
/src/sys/arch/mips/mips/
mips_machdep.c
1512
const char *cpuname, *
fpuname
;
local in function:cpu_identify
1522
fpuname
= NULL;
1526
fpuname
= fputab[i].cpu_name;
1530
if (
fpuname
== NULL && MIPS_PRID_IMPL(fpu_id) == MIPS_PRID_IMPL(cpu_id))
1531
fpuname
= "built-in FPU";
1533
fpuname
= "built-in FPU";
1535
fpuname
= "built-in FPU";
1549
fpuname
= "built-in FPU";
1576
if (
fpuname
!= NULL)
1577
aprint_normal(" with %s",
fpuname
);
[
all
...]
Completed in 13 milliseconds
Indexes created Wed Oct 22 13:09:56 GMT 2025