Home
last modified time | relevance | path

Searched refs:LOFAULT_SET (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/uts/sun4u/ml/
H A Dmach_copy.s44 #define LOFAULT_SET 2 macro
99 or %o5, LOFAULT_SET, %o5
134 andncc %o5, LOFAULT_SET, %o5
349 ! sets a lofault handler. It ors LOFAULT_SET into %o5
353 ! %o5 and if it is non-zero be sure to clear LOFAULT_SET
358 andn %o5, LOFAULT_SET, %o5
/titanic_41/usr/src/uts/sun4v/cpu/
H A Dgeneric_copy.s52 #define LOFAULT_SET 2 macro
80 or %o5, LOFAULT_SET, %o5
90 ! The kcopy() *always* sets a t_lofault handler and it ORs LOFAULT_SET
92 ! LOFAULT_SET flag before restoring the error handler.
93 andn %o5, LOFAULT_SET, %o5
118 clr %o5 ! flag LOFAULT_SET is not set for bcopy
350 andn %o5, LOFAULT_SET, %o5
1345 or %o5, LOFAULT_SET, %o5
1372 andncc %o5, LOFAULT_SET, %o5
1582 ! It ors LOFAULT_SET into %o5 to indicate it has done
[all …]
H A Dniagara_copy.s189 #define LOFAULT_SET 2 macro
223 #define LOFAULT_SET 2 macro
224 #define COPY_FLAGS (FPUSED_FLAG | LOFAULT_SET)
466 btst LOFAULT_SET, %o5
468 andn %o5, LOFAULT_SET, %o5 ! clear fault flag
574 or %o5, LOFAULT_SET, %o5
584 ! The kcopy() *always* sets a t_lofault handler and it ORs LOFAULT_SET
586 ! LOFAULT_SET flag before restoring the error handler.
587 andn %o5, LOFAULT_SET, %o5
623 or %o5, LOFAULT_SET, %o5 ! Error should trampoline
[all …]