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

/freebsd-11-stable/sys/arm/arm/
H A Dswtch.S103 tst r2, #(VFPEXC_EN) /* the current thread has */
H A Dvfp.c193 if (fpexc & VFPEXC_EN) {
223 fmxr(fpexc, fpexc | VFPEXC_EN);
277 if (fpexc & VFPEXC_EN) {
300 fmxr(fpexc , fpexc & ~VFPEXC_EN);
320 if (tmp & VFPEXC_EN)
321 fmxr(fpexc, tmp & ~VFPEXC_EN);
H A Dswtch-v4.S264 tst r0, #(VFPEXC_EN) /* the current thread has */
H A Dswtch-v6.S327 tst r0, #(VFPEXC_EN) /* the current thread has */
/freebsd-11-stable/sys/arm/include/
H A Dvfp.h94 #define VFPEXC_EN (0x40000000) /* vfp enable */ macro

Completed in 74 milliseconds