Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/arm/include/
H A Dlocore.h160 extern int cpu_fpu_present;
H A Dcpu.h111 extern int cpu_fpu_present;
/netbsd-src/sys/arch/arm/arm32/
H A Darm32_machdep.c132 int cpu_fpu_present; variable
481 NULL, 0, &cpu_fpu_present, 0,
/netbsd-src/sys/arch/arm/vfp/
H A Dvfp_init.c343 cpu_fpu_present = 1; in vfp_attach()