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

/freebsd-11-stable/stand/sparc64/loader/
H A Dlocore.S34 wr %g0, FPRS_FEF, %fprs
/freebsd-11-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-11-stable/lib/libc/sparc64/sys/
H A Dassym.s8 #define FPRS_FEF 0x4 define
/freebsd-11-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-11-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.S588 wr %g0, FPRS_FEF, %fprs
592 andcc %o5, FPRS_FEF, %g0
601 andn %o5, FPRS_FEF, %o5
661 wr %g0, FPRS_FEF, %fprs
665 andcc %o5, FPRS_FEF, %g0
674 andn %o5, FPRS_FEF, %o5
772 wr %g0, FPRS_FEF, %fprs
776 andcc %o5, FPRS_FEF, %g0
785 andn %o5, FPRS_FEF, %o5
H A Dmachdep.c798 if ((tf->tf_fprs & FPRS_FEF) != 0) {
800 tf->tf_fprs &= ~FPRS_FEF;
805 mc->_mc_fprs |= FPRS_FEF;
851 if ((mc->_mc_fprs & FPRS_FEF) != 0) {
1072 tf->tf_fprs &= ~FPRS_FEF;
H A Dvm_machdep.c264 if ((td1->td_frame->tf_fprs & FPRS_FEF) != 0)
H A Dexception.S1214 wr %g0, FPRS_FEF, %fprs
1265 wr %g0, FPRS_FEF, %fprs
2224 or %l1, FPRS_FEF, %l2
2336 wr %g0, FPRS_FEF, %fprs
2423 wr %g0, FPRS_FEF, %fprs
2610 wr %g0, FPRS_FEF, %fprs
/freebsd-11-stable/sys/sparc64/include/
H A Dfsr.h32 #define FPRS_FEF (1 << 2) macro
/freebsd-11-stable/sys/sparc64/pci/
H A Dofw_pci.c262 wr(fprs, reg | FPRS_FEF, 0);

Completed in 105 milliseconds