Lines Matching +full:non +full:- +full:temporal
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 * Copyright 2023 Linus Torvalds <torvalds@linux-foundation.org>
12 * copy_user_nocache - Uncached memory copy with exception handling
18 * Note: only 32-bit and 64-bit stores have non-temporal versions,
32 /* If destination is not 7-byte aligned, we'll have to align it */
68 * just try the non-unrolled loop.
113 * not try to do any byte-wise cached accesses.
114 * We will try to do one more 4-byte uncached
163 * the destination isn't 8-byte aligned. The
164 * 4-byte case can be done uncached, but any
202 * do byte-by-byte probing if the 4-byte load
203 * fails - we're not doing any uncached accesses