Searched defs:xchg_xen_ulong (Results 1 – 3 of 3) sorted by relevance
19 #define xchg_xen_ulong(ptr, val) xchg((ptr), (val)) macro
19 #define xchg_xen_ulong(ptr, val) atomic64_xchg(container_of((ptr), \ macro
21 #define xchg_xen_ulong(ptr, val) xchg((ptr), (val)) macro