Lines Matching +full:32 +full:- +full:63
1 /* SPDX-License-Identifier: GPL-2.0 */
18 #define MCIC_SUBCLASS_MASK (1ULL<<63 | 1ULL<<62 | 1ULL<<61 | \
23 #define MCCK_CODE_SYSTEM_DAMAGE BIT(63)
24 #define MCCK_CODE_EXT_DAMAGE BIT(63 - 5)
25 #define MCCK_CODE_CP BIT(63 - 9)
26 #define MCCK_CODE_CPU_TIMER_VALID BIT(63 - 46)
27 #define MCCK_CODE_PSW_MWP_VALID BIT(63 - 20)
28 #define MCCK_CODE_PSW_IA_VALID BIT(63 - 23)
29 #define MCCK_CODE_CR_VALID BIT(63 - 29)
30 #define MCCK_CODE_GS_VALID BIT(63 - 36)
31 #define MCCK_CODE_FC_VALID BIT(63 - 43)
39 u64 pd : 1; /* 01 instruction-processing damage */
42 u64 cd : 1; /* 04 timing-facility damage */
47 u64 cp : 1; /* 09 channel-report pending */
48 u64 sp : 1; /* 10 service-processor damage */
49 u64 ck : 1; /* 11 channel-subsystem damage */
50 u64 : 2; /* 12-13 */
55 u64 ke : 1; /* 18 storage-key error uncorrected */
69 u64 ie : 1; /* 32 indirect storage error */
74 u64 : 5; /* 37-41 */
81 u64 : 16; /* 47-63 */
92 u8 guarded_storage_save_area[32];