Searched refs:CMPXCHG64 (Results 1 – 1 of 1) sorted by relevance
4510 # define CMPXCHG64(ptr, old, new) CMPXCHG_TYPE(u64, ptr, old, new) macro4512 # define CMPXCHG64(ptr, old, new) \ macro4559 exchanged = CMPXCHG64(kaddr, old, new); in emulator_cmpxchg_emulated()