Searched defs:sfx (Results 1 – 6 of 6) sorted by relevance
/arch/arm64/include/asm/ |
D | rwonce.h | 16 #define __LOAD_RCPC(sfx, regs...) \ argument 23 #define __LOAD_RCPC(sfx, regs...) "ldar" #sfx "\t" #regs argument
|
D | cmpxchg.h | 21 #define __XCHG_CASE(w, sfx, name, sz, mb, nop_lse, acq, acq_lse, rel, cl) \ argument 64 #define __XCHG_GEN(sfx) \ argument 92 #define __xchg_wrapper(sfx, ptr, x) \ argument 150 #define __CMPXCHG_GEN(sfx) \ argument 179 #define __cmpxchg_wrapper(sfx, ptr, o, n) \ argument 232 #define __CMPWAIT_CASE(w, sfx, sz) \ argument 257 #define __CMPWAIT_GEN(sfx) \ argument
|
D | percpu.h | 66 #define __PERCPU_OP_CASE(w, sfx, name, sz, op_llsc, op_lse) \ argument 87 #define __PERCPU_RET_OP_CASE(w, sfx, name, sz, op_llsc, op_lse) \ argument
|
D | atomic_ll_sc.h | 239 #define __CMPXCHG_CASE(w, sfx, name, sz, mb, acq, rel, cl, constraint) \ argument
|
D | atomic_lse.h | 340 #define __CMPXCHG_CASE(w, sfx, name, sz, mb, cl...) \ argument
|
/arch/powerpc/include/asm/ |
D | cmpxchg.h | 16 #define XCHG_GEN(type, sfx, cl) \ argument 40 #define CMPXCHG_GEN(type, sfx, br, br2, cl) \ argument
|