Home
last modified time | relevance | path

Searched refs:HW_FLOATINGPT (Results 1 – 5 of 5) sorted by relevance

/freebsd/lib/libc/arm/gen/
H A Darm_initfini.c67 mib[1] = HW_FLOATINGPT; in _libc_aapcs_init()
/freebsd/sys/arm/arm/
H A Dmachdep_boot.c96 SYSCTL_INT(_hw, HW_FLOATINGPT, floatingpoint, CTLFLAG_RD,
/freebsd/sys/amd64/amd64/
H A Dfpu.c162 SYSCTL_INT(_hw, HW_FLOATINGPT, floatingpoint, CTLFLAG_RD,
/freebsd/sys/i386/i386/
H A Dnpx.c163 SYSCTL_INT(_hw, HW_FLOATINGPT, floatingpoint, CTLFLAG_RD,
/freebsd/sys/sys/
H A Dsysctl.h1067 #define HW_FLOATINGPT 10 /* int: has HW floating point? */ macro