Searched refs:FPRS_FEF (Results 1 - 11 of 11) sorted by relevance

/freebsd-10-stable/sys/boot/sparc64/loader/
H A Dlocore.S34 wr %g0, FPRS_FEF, %fprs
/freebsd-10-stable/lib/libthread_db/arch/sparc64/
H A Dlibpthread_md.c62 mc->_mc_fprs |= FPRS_FEF;
70 if ((mc->_mc_fprs & FPRS_FEF) != 0) {
/freebsd-10-stable/lib/libc/sparc64/sys/
H A Dassym.s8 #define FPRS_FEF 0x4 define
/freebsd-10-stable/contrib/gdb/gdb/
H A Dsparc64fbsd-tdep.c159 #define FPRS_FEF (1 << 2)
163 if (fprs & FPRS_FEF)
157 #define FPRS_FEF macro
/freebsd-10-stable/sys/sparc64/sparc64/
H A Dswtch.S66 andcc %l2, FPRS_FEF, %g0
80 andcc %l3, FPRS_FEF, %g0
85 andn %l3, FPRS_FEF, %l3
335 wr %g0, FPRS_FEF, %fprs
H A Dsupport.S586 wr %g0, FPRS_FEF, %fprs
590 andcc %o5, FPRS_FEF, %g0
599 andn %o5, FPRS_FEF, %o5
659 wr %g0, FPRS_FEF, %fprs
663 andcc %o5, FPRS_FEF, %g0
672 andn %o5, FPRS_FEF, %o5
770 wr %g0, FPRS_FEF, %fprs
774 andcc %o5, FPRS_FEF, %g0
783 andn %o5, FPRS_FEF, %o5
H A Dmachdep.c801 if ((tf->tf_fprs & FPRS_FEF) != 0) {
803 tf->tf_fprs &= ~FPRS_FEF;
808 mc->_mc_fprs |= FPRS_FEF;
854 if ((mc->_mc_fprs & FPRS_FEF) != 0) {
1074 tf->tf_fprs &= ~FPRS_FEF;
H A Dvm_machdep.c293 if ((td1->td_frame->tf_fprs & FPRS_FEF) != 0)
H A Dexception.S1213 wr %g0, FPRS_FEF, %fprs
1264 wr %g0, FPRS_FEF, %fprs
2223 or %l1, FPRS_FEF, %l2
2335 wr %g0, FPRS_FEF, %fprs
2422 wr %g0, FPRS_FEF, %fprs
2609 wr %g0, FPRS_FEF, %fprs
/freebsd-10-stable/sys/sparc64/include/
H A Dfsr.h32 #define FPRS_FEF (1 << 2) macro
/freebsd-10-stable/sys/sparc64/pci/
H A Dofw_pci.c267 wr(fprs, reg | FPRS_FEF, 0);

Completed in 183 milliseconds