Searched refs:CMPXCHG_GEN (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.4/arch/powerpc/include/asm/ |
D | cmpxchg.h | 42 #define CMPXCHG_GEN(type, sfx, br, br2, cl) \ macro 213 CMPXCHG_GEN(u8, , PPC_ATOMIC_ENTRY_BARRIER, PPC_ATOMIC_EXIT_BARRIER, "memory"); 214 CMPXCHG_GEN(u8, _local, , , "memory"); 215 CMPXCHG_GEN(u8, _acquire, , PPC_ACQUIRE_BARRIER, "memory"); 216 CMPXCHG_GEN(u8, _relaxed, , , "cc"); 217 CMPXCHG_GEN(u16, , PPC_ATOMIC_ENTRY_BARRIER, PPC_ATOMIC_EXIT_BARRIER, "memory"); 218 CMPXCHG_GEN(u16, _local, , , "memory"); 219 CMPXCHG_GEN(u16, _acquire, , PPC_ACQUIRE_BARRIER, "memory"); 220 CMPXCHG_GEN(u16, _relaxed, , , "cc");
|