Searched refs:_new (Results 1 – 6 of 6) sorted by relevance
| /arch/x86/include/asm/ |
| A D | cmpxchg_32.h | 17 #define __arch_cmpxchg64(_ptr, _old, _new, _lock) \ argument 20 n = { .full = (_new), }; \ 42 #define __arch_try_cmpxchg64(_ptr, _oldp, _new, _lock) \ argument 45 n = { .full = (_new), }; \ 89 #define __arch_cmpxchg64_emu(_ptr, _old, _new, _lock_loc, _lock) \ argument 92 n = { .full = (_new), }; \ 118 #define __arch_try_cmpxchg64_emu(_ptr, _oldp, _new, _lock_loc, _lock) \ argument 121 n = { .full = (_new), }; \
|
| A D | cmpxchg_64.h | 36 #define __arch_cmpxchg128(_ptr, _old, _new, _lock) \ argument 39 n = { .full = (_new), }; \ 62 #define __arch_try_cmpxchg128(_ptr, _oldp, _new, _lock) \ argument 65 n = { .full = (_new), }; \
|
| A D | uaccess.h | 373 #define __try_cmpxchg_user_asm(itype, ltype, _ptr, _pold, _new, label) ({ \ argument 377 __typeof__(*(_ptr)) __new = (_new); \ 392 #define __try_cmpxchg64_user_asm(_ptr, _pold, _new, label) ({ \ argument 396 __typeof__(*(_ptr)) __new = (_new); \ 412 #define __try_cmpxchg_user_asm(itype, ltype, _ptr, _pold, _new, label) ({ \ argument 417 __typeof__(*(_ptr)) __new = (_new); \ 444 #define __try_cmpxchg64_user_asm(_ptr, _pold, _new, label) ({ \ argument 448 __typeof__(*(_ptr)) __new = (_new); \
|
| A D | cmpxchg.h | 158 #define __raw_try_cmpxchg(_ptr, _pold, _new, size, lock) \ argument 163 __typeof__(*(_ptr)) __new = (_new); \
|
| /arch/s390/lib/ |
| A D | uaccess.c | 210 unsigned int prev, shift, mask, _old, _new; in __cmpxchg_user_key1() local 216 _new = (unsigned int)new << shift; in __cmpxchg_user_key1() 218 rc = __cmpxchg_user_key_small(address, &prev, _old, _new, mask, key); in __cmpxchg_user_key1() 227 unsigned int prev, shift, mask, _old, _new; in __cmpxchg_user_key2() local 233 _new = (unsigned int)new << shift; in __cmpxchg_user_key2() 235 rc = __cmpxchg_user_key_small(address, &prev, _old, _new, mask, key); in __cmpxchg_user_key2()
|
| /arch/x86/kernel/ |
| A D | alternative.c | 2870 u8 _new[TEXT_POKE_MAX_OPCODE_SIZE+1]; in smp_text_poke_batch_finish() local 2880 _new[0] = 0x0f; in smp_text_poke_batch_finish() 2881 memcpy(_new + 1, new, 5); in smp_text_poke_batch_finish() 2882 new = _new; in smp_text_poke_batch_finish()
|
Completed in 21 milliseconds