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

/freebsd-12-stable/stand/sparc64/loader/
H A Dlocore.S34 wr %g0, FPRS_FEF, %fprs
/freebsd-12-stable/lib/libthread_db/arch/sparc64/
H A Dlibpthread_md.c64 mc->_mc_fprs |= FPRS_FEF;
72 if ((mc->_mc_fprs & FPRS_FEF) != 0) {
/freebsd-12-stable/lib/libc/sparc64/sys/
H A Dassym.s8 #define FPRS_FEF 0x4 define
/freebsd-12-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-12-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.S569 wr %g0, FPRS_FEF, %fprs
573 andcc %o5, FPRS_FEF, %g0
582 andn %o5, FPRS_FEF, %o5
642 wr %g0, FPRS_FEF, %fprs
646 andcc %o5, FPRS_FEF, %g0
655 andn %o5, FPRS_FEF, %o5
753 wr %g0, FPRS_FEF, %fprs
757 andcc %o5, FPRS_FEF, %g0
766 andn %o5, FPRS_FEF, %o5
H A Dmachdep.c800 if ((tf->tf_fprs & FPRS_FEF) != 0) {
802 tf->tf_fprs &= ~FPRS_FEF;
807 mc->_mc_fprs |= FPRS_FEF;
853 if ((mc->_mc_fprs & FPRS_FEF) != 0) {
1071 tf->tf_fprs &= ~FPRS_FEF;
H A Dvm_machdep.c266 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
2608 wr %g0, FPRS_FEF, %fprs
/freebsd-12-stable/sys/sparc64/include/
H A Dfsr.h34 #define FPRS_FEF (1 << 2) macro
/freebsd-12-stable/sys/sparc64/pci/
H A Dofw_pci.c262 wr(fprs, reg | FPRS_FEF, 0);

Completed in 306 milliseconds