Searched refs:PSL_FE0 (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/sys/powerpc/include/
H A Dpsl.h49 #define PSL_FE0 0x00000800UL /* floating point interrupt mode 0 */ macro
89 #define PSL_FE_REC PSL_FE0 /* imprecise recoverable */
90 #define PSL_FE_PREC (PSL_FE0 | PSL_FE1) /* precise */
/freebsd-12-stable/sys/powerpc/powerpc/
H A Dgenassym.c265 ASSYM(PSL_FE0, PSL_FE0);
/freebsd-12-stable/sys/powerpc/booke/
H A Dbooke_machdep.c225 psl_userstatic = ~(PSL_VEC | PSL_FP | PSL_FE0 | PSL_FE1);
/freebsd-12-stable/sys/powerpc/aim/
H A Daim_machdep.c255 psl_userstatic = ~(PSL_VEC | PSL_FP | PSL_FE0 | PSL_FE1);

Completed in 112 milliseconds