Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm64/include/asm/xen/
H A Devents.h20 #define xchg_xen_ulong(ptr, val) xchg((ptr), (val)) macro
/openbmc/linux/arch/arm/include/asm/xen/
H A Devents.h20 #define xchg_xen_ulong(ptr, val) atomic64_xchg(container_of((long long*)(ptr),\ macro
/openbmc/linux/arch/x86/include/asm/xen/
H A Devents.h24 #define xchg_xen_ulong(ptr, val) xchg((ptr), (val)) macro
/openbmc/linux/drivers/xen/events/
H A Devents_2l.c190 pending_words = xchg_xen_ulong(&vcpu_info->evtchn_pending_sel, 0); in evtchn_2l_handle_events()