Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/x86/kvm/
H A Dx86.c6573 # define CMPXCHG64(ptr, old, new) CMPXCHG_TYPE(u64, ptr, old, new) macro
6575 # define CMPXCHG64(ptr, old, new) \ macro
6631 exchanged = CMPXCHG64(kaddr, old, new); in emulator_cmpxchg_emulated()

Completed in 15 milliseconds