Searched defs:LOFAULT_SET (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/ml/
H A Dmach_copy.s44 #define LOFAULT_SET 2 define
99 or %o5, LOFAULT_SET, %o5
134 andncc %o5, LOFAULT_SET, %o5
144 ! because either LOFAULT_SET was present, a previous fault
146 ! T_LOFAULT to the value of %o5 after clearing LOFAULT_SET
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
460 ! It ors LOFAULT_SET into %o5 to indicate it has done
464 ! %o5 and if it is non-zero be sure to clear LOFAULT_SET
[all...]
/illumos-gate/usr/src/uts/sun4v/cpu/
H A Dgeneric_copy.s49 * LOFAULT_SET : Flag set by kzero and kcopy to indicate that t_lofault
52 #define LOFAULT_SET 2 define
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,
[all...]
H A Dniagara_copy.s49 * ! LOFAULT_SET (low bits). The %o5 is null in bcopy().
65 * %o5 |= LOFAULT_SET; ! ORed with LOFAULT_SET flag
72 * %o5 |= LOFAULT_SET; ! ORed with LOFAULT_SET flag
104 * curthread->t_lofault = (%o5 & ~LOFAULT_SET); ! restore old t_lofault
108 * curthread->t_lofault = (%o5 & ~LOFAULT_SET); ! restore old t_lofault
186 * LOFAULT_SET : Flag set by kzero and kcopy to indicate that t_lofault
189 #define LOFAULT_SET 2 define
216 * LOFAULT_SET
223 #define LOFAULT_SET 2 define
[all...]

Completed in 59 milliseconds