Go to the documentation of this file.
11 #ifndef _ASM_IA64_MCA_H
12 #define _ASM_IA64_MCA_H
14 #if !defined(__ASSEMBLY__)
17 #include <linux/types.h>
19 #include <asm/param.h>
21 #include <asm/processor.h>
24 #define IA64_MCA_RENDEZ_TIMEOUT (20 * 1000)
44 #define cmcv_mask cmcv_reg_s.cmcr_mask
45 #define cmcv_vector cmcv_reg_s.cmcr_vector
174 #define IA64_MCA_CORRECTED 0x0
175 #define IA64_MCA_WARM_BOOT -1
176 #define IA64_MCA_COLD_BOOT -2
177 #define IA64_MCA_HALT -3
179 #define IA64_INIT_RESUME 0x0
180 #define IA64_INIT_WARM_BOOT -1
182 #define IA64_MCA_SAME_CONTEXT 0x0
183 #define IA64_MCA_NEW_CONTEXT -1