Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/kvm/
H A Dx86.c6501 # define CMPXCHG64(ptr, old, new) CMPXCHG_TYPE(u64, ptr, old, new) macro
6503 # define CMPXCHG64(ptr, old, new) \ macro