Searched refs:XCHG_GEN (Results 1 – 1 of 1) sorted by relevance
/linux-5.19.10/arch/powerpc/include/asm/ ! |
D | cmpxchg.h | 16 #define XCHG_GEN(type, sfx, cl) \ macro 80 XCHG_GEN(u8, _local, "memory"); 81 XCHG_GEN(u8, _relaxed, "cc"); 82 XCHG_GEN(u16, _local, "memory"); 83 XCHG_GEN(u16, _relaxed, "cc");
|