Home
last modified time | relevance | path

Searched refs:xchg_xen_ulong (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/arch/arm64/include/asm/xen/
Devents.h19 #define xchg_xen_ulong(ptr, val) xchg((ptr), (val)) macro
/linux-4.1.27/arch/arm/include/asm/xen/
Devents.h19 #define xchg_xen_ulong(ptr, val) atomic64_xchg(container_of((ptr), \ macro
/linux-4.1.27/arch/x86/include/asm/xen/
Devents.h21 #define xchg_xen_ulong(ptr, val) xchg((ptr), (val)) macro
/linux-4.1.27/drivers/xen/events/
Devents_2l.c187 pending_words = xchg_xen_ulong(&vcpu_info->evtchn_pending_sel, 0); in evtchn_2l_handle_events()