Lines Matching +full:0 +full:- +full:63

1 /* SPDX-License-Identifier: GPL-2.0 */
13 #define CR0_TRANSACTIONAL_EXECUTION_BIT (63 - 8)
14 #define CR0_CLOCK_COMPARATOR_SIGN_BIT (63 - 10)
15 #define CR0_CRYPTOGRAPHY_COUNTER_BIT (63 - 13)
16 #define CR0_PAI_EXTENSION_BIT (63 - 14)
17 #define CR0_CPUMF_EXTRACTION_AUTH_BIT (63 - 15)
18 #define CR0_WARNING_TRACK_BIT (63 - 30)
19 #define CR0_LOW_ADDRESS_PROTECTION_BIT (63 - 35)
20 #define CR0_FETCH_PROTECTION_OVERRIDE_BIT (63 - 38)
21 #define CR0_STORAGE_PROTECTION_OVERRIDE_BIT (63 - 39)
22 #define CR0_EDAT_BIT (63 - 40)
23 #define CR0_INSTRUCTION_EXEC_PROTECTION_BIT (63 - 43)
24 #define CR0_VECTOR_BIT (63 - 46)
25 #define CR0_MALFUNCTION_ALERT_SUBMASK_BIT (63 - 48)
26 #define CR0_EMERGENCY_SIGNAL_SUBMASK_BIT (63 - 49)
27 #define CR0_EXTERNAL_CALL_SUBMASK_BIT (63 - 50)
28 #define CR0_CLOCK_COMPARATOR_SUBMASK_BIT (63 - 52)
29 #define CR0_CPU_TIMER_SUBMASK_BIT (63 - 53)
30 #define CR0_SERVICE_SIGNAL_SUBMASK_BIT (63 - 54)
31 #define CR0_UNUSED_56_BIT (63 - 56)
32 #define CR0_INTERRUPT_KEY_SUBMASK_BIT (63 - 57)
33 #define CR0_MEASUREMENT_ALERT_SUBMASK_BIT (63 - 58)
34 #define CR0_ETR_SUBMASK_BIT (63 - 59)
35 #define CR0_IUCV_BIT (63 - 62)
61 #define CR2_MIO_ADDRESSING_BIT (63 - 58)
62 #define CR2_GUARDED_STORAGE_BIT (63 - 59)
67 #define CR14_UNUSED_32_BIT (63 - 32)
68 #define CR14_UNUSED_33_BIT (63 - 33)
69 #define CR14_CHANNEL_REPORT_SUBMASK_BIT (63 - 35)
70 #define CR14_RECOVERY_SUBMASK_BIT (63 - 36)
71 #define CR14_DEGRADATION_SUBMASK_BIT (63 - 37)
72 #define CR14_EXTERNAL_DAMAGE_SUBMASK_BIT (63 - 38)
73 #define CR14_WARNING_SUBMASK_BIT (63 - 39)
99 _esize = (_high - _low + 1) * sizeof(struct ctlreg); \
101 typecheck(struct ctlreg, array[0]); \
108 } while (0)
118 _esize = (_high - _low + 1) * sizeof(struct ctlreg); \
120 typecheck(struct ctlreg, array[0]); \
125 } while (0)
191 system_ctlreg_modify(cr, reg->val, CTLREG_LOAD); in system_ctl_load()
199 unsigned long tcx : 1; /* Transactional-Execution control */
200 unsigned long pifo : 1; /* Transactional-Execution Program-
201 Interruption-Filtering Override */
206 unsigned long wti : 1; /* Warning-track */
208 unsigned long lap : 1; /* Low-address-protection control */
210 unsigned long edat : 1; /* Enhanced-DAT-enablement control */
212 unsigned long iep : 1; /* Instruction-Execution-Protection */
214 unsigned long afp : 1; /* AFP-register control */