Lines Matching refs:r9
195 movq %gs:CPU_THREAD, %r9 /* %r9 = thread addr */
198 movq T_LOFAULT(%r9), %r11 /* save the current lofault */
199 movq %rcx, T_LOFAULT(%r9) /* new lofault */
209 movq %r11, T_LOFAULT(%r9) /* restore original lofault */
323 movq %gs:CPU_THREAD, %r9
348 movq %gs:CPU_THREAD, %r9 /* %r9 = thread addr */
349 movq T_LOFAULT(%r9), %r11 /* save the current lofault */
350 movq %rcx, T_LOFAULT(%r9) /* new lofault */
364 movq %r11, T_LOFAULT(%r9) /* restore original lofault */
466 * kcopy assumes that bcopy doesn't touch %r9 and %r11. If bcopy
1058 movq %gs:CPU_THREAD, %r9 /* %r9 = thread addr */
1059 movq T_LOFAULT(%r9), %r11 /* save the current lofault */
1060 movq %rdx, T_LOFAULT(%r9) /* new lofault */
1063 movq %r11, T_LOFAULT(%r9) /* restore the original lofault */
1071 movq %r11, T_LOFAULT(%r9) /* restore the original lofault */
1558 movq %gs:CPU_THREAD, %r9
1566 movq %r11, T_LOFAULT(%r9) /* restore original lofault */
1569 movq T_COPYOPS(%r9), %rax
1665 movq %gs:CPU_THREAD, %r9
1711 movq %r11, T_LOFAULT(%r9) /* restore original lofault */
1713 movq T_COPYOPS(%r9), %r8
1845 movq %gs:CPU_THREAD, %r9
1853 movq %r11, T_LOFAULT(%r9) /* restore original lofault */
1856 movq T_COPYOPS(%r9), %rax
1950 movq %gs:CPU_THREAD, %r9
1999 movq %r11, T_LOFAULT(%r9) /* restore original lofault */
2001 movq T_COPYOPS(%r9), %r8
2120 movq %gs:CPU_THREAD, %r9
2121 movq T_LOFAULT(%r9), %r8 /* pass current lofault value as */
2126 movq %gs:CPU_THREAD, %r9 /* %r9 = thread addr */
2127 movq T_LOFAULT(%r9), %r11 /* save the current lofault */
2128 movq %r8, T_LOFAULT(%r9) /* new lofault */
2165 movq %r11, T_LOFAULT(%r9) /* restore the original lofault */
2307 movq %gs:CPU_THREAD, %r9
2312 movq %r11, T_LOFAULT(%r9) /* restore original lofault */
2314 movq T_COPYOPS(%r9), %rax
2429 movq %gs:CPU_THREAD, %r9
2434 movq %r11, T_LOFAULT(%r9) /* restore the original lofault */
2436 movq T_COPYOPS(%r9), %rax
2545 movq %gs:CPU_THREAD, %r9; \
2549 movq %rdx, T_LOFAULT(%r9); \
2552 movq $0, T_LOFAULT(%r9); \
2559 movq $0, T_LOFAULT(%r9); \
2561 movq T_COPYOPS(%r9), %rax; \
2655 movq %gs:CPU_THREAD, %r9; \
2660 movq %rdx, T_LOFAULT(%r9); \
2662 movq $0, T_LOFAULT(%r9); \
2668 movq $0, T_LOFAULT(%r9); \
2670 movq T_COPYOPS(%r9), %rax; \