Searched refs:VFPEXC_EN (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.2-release/sys/arm/arm/
H A Dvfp.c170 if (fpexc & VFPEXC_EN) {
200 fmxr(fpexc, fpexc | VFPEXC_EN);
254 if (fpexc & VFPEXC_EN) {
277 fmxr(fpexc , fpexc & ~VFPEXC_EN);
297 if (tmp & VFPEXC_EN)
298 fmxr(fpexc, tmp & ~VFPEXC_EN);
H A Dswtch.S292 tst r0, #(VFPEXC_EN) /* the current thread has */
424 tst r2, #(VFPEXC_EN) /* the current thread has */
/freebsd-10.2-release/sys/arm/include/
H A Dvfp.h94 #define VFPEXC_EN (0x40000000) /* vfp enable */ macro

Completed in 54 milliseconds