Home
last modified time | relevance | path

Searched defs:CMPXCHG64 (Results 1 – 1 of 1) sorted by relevance

/linux-2.6.39/arch/x86/kvm/
Dx86.c3890 # define CMPXCHG64(ptr, old, new) CMPXCHG_TYPE(u64, ptr, old, new) macro
3892 # define CMPXCHG64(ptr, old, new) \ macro