Lines Matching +full:reserved +full:- +full:memory

1 /* SPDX-License-Identifier: GPL-2.0-only */
13 uint64_t reserved; member
14 /* GRs 2 - 5 */
16 /* GRs 6 - 15 */
24 uint64_t reserved; member
29 /* GRs 2 - 15 */
105 #define CTL0_TRANSACT_EX_CTL (63 - 8)
106 #define CTL0_LOW_ADDR_PROT (63 - 35)
107 #define CTL0_EDAT (63 - 40)
108 #define CTL0_FETCH_PROTECTION_OVERRIDE (63 - 38)
109 #define CTL0_STORAGE_PROTECTION_OVERRIDE (63 - 39)
110 #define CTL0_IEP (63 - 43)
111 #define CTL0_AFP (63 - 45)
112 #define CTL0_VECTOR (63 - 46)
113 #define CTL0_EMERGENCY_SIGNAL (63 - 49)
114 #define CTL0_EXTERNAL_CALL (63 - 50)
115 #define CTL0_CLOCK_COMPARATOR (63 - 52)
116 #define CTL0_CPU_TIMER (63 - 53)
117 #define CTL0_SERVICE_SIGNAL (63 - 54)
120 #define CTL2_GUARDED_STORAGE (63 - 59)
124 uint8_t pad_0x0000[0x0080 - 0x0000]; /* 0x0000 */
141 uint8_t pad_0x00a4[0x00a8 - 0x00a4]; /* 0x00a4 */
147 uint8_t pad_0x00c4[0x00c8 - 0x00c4]; /* 0x00c4 */
149 uint8_t pad_0x00cc[0x00e8 - 0x00cc]; /* 0x00cc */
151 uint8_t pad_0x00f0[0x00f4 - 0x00f0]; /* 0x00f0 */
158 uint8_t pad_0x0118[0x0120 - 0x0118]; /* 0x0118 */
165 uint8_t pad_0x0180[0x01a0 - 0x0180]; /* 0x0180 */
174 uint8_t pad_0x0280[0x0308 - 0x0280]; /* 0x0280 */
178 uint8_t pad_0x03a0[0x11b0 - 0x03a0]; /* 0x03a0 */
180 uint8_t pad_0x11b8[0x1200 - 0x11b8]; /* 0x11b8 */
184 uint8_t pad_0x1310[0x1318 - 0x1310]; /* 0x1310 */
187 uint8_t pad_0x1320[0x1324 - 0x1320]; /* 0x1320 */
191 uint8_t pad_0x1338[0x1340 - 0x1338]; /* 0x1338 */
194 uint8_t pad_0x1400[0x1800 - 0x1400]; /* 0x1400 */
195 uint8_t pgm_int_tdb[0x1900 - 0x1800]; /* 0x1800 */
266 uint64_t reserved : 15; member
320 : "=Q" (value) : "i" (cr) : "memory"); in stctg()
368 : "+r" (tmp) : "a" (&psw) : "memory", "cc" ); in load_psw_mask()
378 asm volatile(" lpswe 0(%0)\n" : : "a" (&psw) : "memory", "cc"); in disabled_wait()
382 * psw_mask_clear_bits - clears bits from the current PSW mask
391 * psw_mask_set_bits - sets bits on the current PSW mask
400 * psw_mask_clear_and_set_bits - clears and sets bits on the current PSW mask
413 * enable_dat - enable the DAT bit in the current PSW
421 * disable_dat - disable the DAT bit in the current PSW
462 : "cc", "memory"); in stsi()
477 : "cc", "memory"); in stsi_get_fc()
491 : "cc", "memory"); in servc()
497 asm volatile(" spx %0" : : "Q" (new_prefix) : "memory"); in set_prefix()