Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4u/ml/
H A Dmach_copy.S40 #define LOFAULT_SET 2 macro
81 or %o5, LOFAULT_SET, %o5
116 andncc %o5, LOFAULT_SET, %o5
320 ! sets a lofault handler. It ors LOFAULT_SET into %o5
324 ! %o5 and if it is non-zero be sure to clear LOFAULT_SET
329 andn %o5, LOFAULT_SET, %o5
/illumos-gate/usr/src/uts/sun4v/cpu/
H A Dgeneric_copy.S50 #define LOFAULT_SET 2 macro
69 or %o5, LOFAULT_SET, %o5
79 ! The kcopy() *always* sets a t_lofault handler and it ORs LOFAULT_SET
81 ! LOFAULT_SET flag before restoring the error handler.
82 andn %o5, LOFAULT_SET, %o5
98 clr %o5 ! flag LOFAULT_SET is not set for bcopy
330 andn %o5, LOFAULT_SET, %o5
1178 or %o5, LOFAULT_SET, %o5
1205 andncc %o5, LOFAULT_SET, %o5
1404 ! It ors LOFAULT_SET into %o5 to indicate it has done
[all …]
H A Dniagara_copy.S187 #define LOFAULT_SET 2 macro
221 #define LOFAULT_SET 2 macro
222 #define COPY_FLAGS (FPUSED_FLAG | LOFAULT_SET)
453 btst LOFAULT_SET, %o5
455 andn %o5, LOFAULT_SET, %o5 ! clear fault flag
561 or %o5, LOFAULT_SET, %o5
571 ! The kcopy() *always* sets a t_lofault handler and it ORs LOFAULT_SET
573 ! LOFAULT_SET flag before restoring the error handler.
574 andn %o5, LOFAULT_SET, %o5
601 or %o5, LOFAULT_SET, %o5 ! Error should trampoline
[all …]