D | cmpxchg.h | 16 #define __arch_xchg_masked(sc_sfx, prepend, append, r, p, n) \ argument 27 prepend \ 41 #define __arch_xchg(sfx, prepend, append, r, p, n) \ argument 44 prepend \ 52 #define _arch_xchg(ptr, new, sc_sfx, swap_sfx, prepend, \ argument 62 __arch_xchg_masked(sc_sfx, prepend, sc_append, \ 66 __arch_xchg(".w" swap_sfx, prepend, swap_append, \ 70 __arch_xchg(".d" swap_sfx, prepend, swap_append, \ 110 #define __arch_cmpxchg_masked(sc_sfx, prepend, append, r, p, o, n) \ argument 122 prepend \ [all …]
|