Lines Matching +full:40 +full:a
6 * We can use MMX just for prefetch in IRQ's. This may be a win.
8 * We should use a better code neutral filler for the short jump
13 * Add *user handling. Checksums are not a win with MMX on any CPU
78 " movq 40(%0), %%mm1\n" in _mmx_memcpy()
82 " movq %%mm1, 40(%1)\n" in _mmx_memcpy()
107 " movq 40(%0), %%mm1\n" in _mmx_memcpy()
111 " movq %%mm1, 40(%1)\n" in _mmx_memcpy()
153 " movntq %%mm0, 40(%0)\n" in fast_clear_page()
161 * Since movntq is weakly-ordered, a "sfence" is needed to become in fast_clear_page()
205 " movq 40(%0), %%mm5\n" in fast_copy_page()
206 " movntq %%mm5, 40(%1)\n" in fast_copy_page()
233 " movq 40(%0), %%mm5\n" in fast_copy_page()
234 " movntq %%mm5, 40(%1)\n" in fast_copy_page()
244 * Since movntq is weakly-ordered, a "sfence" is needed to become in fast_copy_page()
273 " movq %%mm0, 40(%0)\n" in fast_clear_page()
322 " movq 40(%0), %%mm1\n" in fast_copy_page()
326 " movq %%mm1, 40(%1)\n" in fast_copy_page()
356 :"a" (0), "1" (page), "0" (1024) in slow_zero_page()