Searched refs:CMPXCHG_GEN (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.6/arch/powerpc/include/asm/ |
D | cmpxchg.h | 40 #define CMPXCHG_GEN(type, sfx, br, br2, cl) \ macro 273 CMPXCHG_GEN(u8, , PPC_ATOMIC_ENTRY_BARRIER, PPC_ATOMIC_EXIT_BARRIER, "memory"); 274 CMPXCHG_GEN(u8, _local, , , "memory"); 275 CMPXCHG_GEN(u8, _acquire, , PPC_ACQUIRE_BARRIER, "memory"); 276 CMPXCHG_GEN(u8, _relaxed, , , "cc"); 277 CMPXCHG_GEN(u16, , PPC_ATOMIC_ENTRY_BARRIER, PPC_ATOMIC_EXIT_BARRIER, "memory"); 278 CMPXCHG_GEN(u16, _local, , , "memory"); 279 CMPXCHG_GEN(u16, _acquire, , PPC_ACQUIRE_BARRIER, "memory"); 280 CMPXCHG_GEN(u16, _relaxed, , , "cc");
|