Searched refs:xchg_xen_ulong (Results 1 – 4 of 4) sorted by relevance
20 #define xchg_xen_ulong(ptr, val) xchg((ptr), (val)) macro
20 #define xchg_xen_ulong(ptr, val) atomic64_xchg(container_of((long long*)(ptr),\ macro
24 #define xchg_xen_ulong(ptr, val) xchg((ptr), (val)) macro
190 pending_words = xchg_xen_ulong(&vcpu_info->evtchn_pending_sel, 0); in evtchn_2l_handle_events()
Completed in 6 milliseconds