Home
last modified time | relevance | path

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

/freebsd/sys/powerpc/include/
H A Dpsl.h49 #define PSL_FE1 0x00000100UL /* floating point interrupt mode 1 */ macro
87 #define PSL_FE_NONREC PSL_FE1 /* imprecise non-recoverable */
89 #define PSL_FE_PREC (PSL_FE0 | PSL_FE1) /* precise */
/freebsd/sys/powerpc/powerpc/
H A Dgenassym.c273 ASSYM(PSL_FE1, PSL_FE1);
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()