1 #ifndef _ASM_ARM_XEN_EVENTS_H
2 #define _ASM_ARM_XEN_EVENTS_H
4 #include <asm/ptrace.h>
5 #include <asm/atomic.h>
8 XEN_PLACEHOLDER_VECTOR
,
10 /* Xen IPIs go here */
14 static inline int xen_irqs_disabled(struct pt_regs
*regs
)
16 return raw_irqs_disabled_flags(regs
->ARM_cpsr
);
19 #define xchg_xen_ulong(ptr, val) atomic64_xchg(container_of((ptr), \
23 #endif /* _ASM_ARM_XEN_EVENTS_H */