Lines Matching +full:alternative +full:- +full:b
1 /* SPDX-License-Identifier: GPL-2.0 */
10 #include <linux/kasan-checks.h>
11 #include <asm/alternative.h>
15 #include <asm/runtime-const.h>
29 asm (ALTERNATIVE("", in __untagged_addr()
46 return addr & (mm)->context.untag_mask; in __untagged_addr_remote()
60 * Masking the user address is an alternative to a conditional
80 * User pointers can have tag bits on x86-64. This scheme tolerates
88 * max user address and the non-canonical gap, allowing us to
128 ALTERNATIVE("rep movsb", in copy_user_generic()
131 _ASM_EXTABLE_UA(1b, 2b) in copy_user_generic()
190 ALTERNATIVE("rep stosb", in __clear_user()
193 _ASM_EXTABLE_UA(1b, 2b) in __clear_user()