Searched refs:CMPXCHG64 (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/arch/x86/kvm/
H A Dx86.c4510 # define CMPXCHG64(ptr, old, new) CMPXCHG_TYPE(u64, ptr, old, new) macro
4512 # define CMPXCHG64(ptr, old, new) \ macro
4559 exchanged = CMPXCHG64(kaddr, old, new); emulator_cmpxchg_emulated()

Completed in 134 milliseconds