@@ -1,5 +1,5 @@
-#ifndef __ASM_DOMAIN_H__
-#define __ASM_DOMAIN_H__
+#ifndef ASM__X86__DOMAIN_H
+#define ASM__X86__DOMAIN_H
#include <xen/mm.h>
#include <xen/radix-tree.h>
@@ -779,7 +779,7 @@ struct arch_vcpu_io {
/* Maxphysaddr supportable by the paging infrastructure. */
unsigned int domain_max_paddr_bits(const struct domain *d);
-#endif /* __ASM_DOMAIN_H__ */
+#endif /* ASM__X86__DOMAIN_H */
/*
* Local variables:
@@ -6,8 +6,8 @@
*
*/
-#ifndef __ASM_EVENT_H__
-#define __ASM_EVENT_H__
+#ifndef ASM__X86__EVENT_H
+#define ASM__X86__EVENT_H
#include <xen/shared.h>
@@ -53,4 +53,4 @@ static inline bool arch_virq_is_global(unsigned int virq)
(pv_shim && (chn)->port && (chn)->state == ECS_RESERVED)
#endif
-#endif
+#endif /* ASM__X86__EVENT_H */
@@ -4,8 +4,8 @@
* Copyright (c) 2004-2005 K A Fraser
*/
-#ifndef __ASM_GRANT_TABLE_H__
-#define __ASM_GRANT_TABLE_H__
+#ifndef ASM__X86__GRANT_TABLE_H
+#define ASM__X86__GRANT_TABLE_H
#include <asm/paging.h>
@@ -72,4 +72,4 @@ static inline void gnttab_clear_flags(struct domain *d,
#define gnttab_need_iommu_mapping(d) \
(!paging_mode_translate(d) && need_iommu_pt_sync(d))
-#endif /* __ASM_GRANT_TABLE_H__ */
+#endif /* ASM__X86__GRANT_TABLE_H */
@@ -1,5 +1,5 @@
-#ifndef _ASM_IO_H
-#define _ASM_IO_H
+#ifndef ASM__X86__IO_H
+#define ASM__X86__IO_H
#include <xen/vmap.h>
#include <xen/types.h>
@@ -57,4 +57,4 @@ struct cpu_user_regs;
unsigned int ioemul_handle_proliant_quirk(
uint8_t opcode, char *io_emul_stub, const struct cpu_user_regs *regs);
-#endif
+#endif /* ASM__X86__IO_H */
@@ -1,5 +1,5 @@
-#ifndef _ASM_HW_IRQ_H
-#define _ASM_HW_IRQ_H
+#ifndef ASM__X86__IRQ_H
+#define ASM__X86__IRQ_H
/* (C) 1992, 1993 Linus Torvalds, (C) 1997 Ingo Molnar */
@@ -231,4 +231,4 @@ int allocate_and_map_gsi_pirq(struct domain *d, int index, int *pirq_p);
int allocate_and_map_msi_pirq(struct domain *d, int index, int *pirq_p,
int type, struct msi_info *msi);
-#endif /* _ASM_HW_IRQ_H */
+#endif /* ASM__X86__IRQ_H */
@@ -1,5 +1,5 @@
-#ifndef __ASM_SMP_H
-#define __ASM_SMP_H
+#ifndef ASM__X86__SMP_H
+#define ASM__X86__SMP_H
/*
* We need the APIC definitions automatically as part of 'smp.h'
@@ -81,4 +81,4 @@ void *cpu_alloc_stack(unsigned int cpu);
#endif /* !__ASSEMBLY__ */
-#endif
+#endif /* ASM__X86__SMP_H */
@@ -1,5 +1,5 @@
-#ifndef __ASM_SPINLOCK_H
-#define __ASM_SPINLOCK_H
+#ifndef ASM__X86__SPINLOCK_H
+#define ASM__X86__SPINLOCK_H
#define _raw_read_unlock(l) \
BUILD_BUG_ON(sizeof((l)->lock) != 4); /* Clang doesn't support %z in asm. */ \
@@ -24,4 +24,4 @@
arch_lock_signal(); \
})
-#endif /* __ASM_SPINLOCK_H */
+#endif /* ASM__X86__SPINLOCK_H */
@@ -1,5 +1,5 @@
-#ifndef __ASM_SYSTEM_H
-#define __ASM_SYSTEM_H
+#ifndef ASM__X86__SYSTEM_H
+#define ASM__X86__SYSTEM_H
#include <xen/bitops.h>
#include <xen/bug.h>
@@ -269,4 +269,4 @@ void load_system_tables(void);
void percpu_traps_init(void);
void subarch_percpu_traps_init(void);
-#endif
+#endif /* ASM__X86__SYSTEM_H */