Home
last modified time | relevance | path

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

/freebsd/sys/powerpc/include/
H A Dpsl.h48 #define PSL_FE0 0x00000800UL /* floating point interrupt mode 0 */ macro
88 #define PSL_FE_REC PSL_FE0 /* imprecise recoverable */
89 #define PSL_FE_PREC (PSL_FE0 | PSL_FE1) /* precise */
/freebsd/sys/powerpc/powerpc/
H A Dgenassym.c272 ASSYM(PSL_FE0, PSL_FE0);
H A Dexec_machdep.c263 tf->srr1 = tf->srr1 & ~(PSL_FE0 | PSL_FE1); in sendsig()
/freebsd/sys/powerpc/booke/
H A Dbooke_machdep.c240 psl_userstatic = ~(PSL_VEC | PSL_FP | PSL_FE0 | PSL_FE1); in booke_cpu_init()
/freebsd/sys/powerpc/aim/
H A Daim_machdep.c287 psl_userstatic = ~(PSL_VSX | PSL_VEC | PSL_FP | PSL_FE0 | PSL_FE1); in aim_cpu_init()