Searched refs:CMPXCHG_GEN (Results 1 – 1 of 1) sorted by relevance
/linux-5.19.10/arch/powerpc/include/asm/ ! |
D | cmpxchg.h | 40 #define CMPXCHG_GEN(type, sfx, br, br2, cl) \ macro 206 CMPXCHG_GEN(u8, , PPC_ATOMIC_ENTRY_BARRIER, PPC_ATOMIC_EXIT_BARRIER, "memory"); 207 CMPXCHG_GEN(u8, _local, , , "memory"); 208 CMPXCHG_GEN(u8, _acquire, , PPC_ACQUIRE_BARRIER, "memory"); 209 CMPXCHG_GEN(u8, _relaxed, , , "cc"); 210 CMPXCHG_GEN(u16, , PPC_ATOMIC_ENTRY_BARRIER, PPC_ATOMIC_EXIT_BARRIER, "memory"); 211 CMPXCHG_GEN(u16, _local, , , "memory"); 212 CMPXCHG_GEN(u16, _acquire, , PPC_ACQUIRE_BARRIER, "memory"); 213 CMPXCHG_GEN(u16, _relaxed, , , "cc");
|