Lines Matching refs:sclp

62 struct sclp_info sclp;  variable
63 EXPORT_SYMBOL(sclp);
94 sclp.facilities = sccb->facilities; in sclp_early_facilities_detect()
95 sclp.has_sprp = !!(sccb->fac84 & 0x02); in sclp_early_facilities_detect()
96 sclp.has_core_type = !!(sccb->fac84 & 0x01); in sclp_early_facilities_detect()
97 sclp.has_gsls = !!(sccb->fac85 & 0x80); in sclp_early_facilities_detect()
98 sclp.has_64bscao = !!(sccb->fac116 & 0x80); in sclp_early_facilities_detect()
99 sclp.has_cmma = !!(sccb->fac116 & 0x40); in sclp_early_facilities_detect()
100 sclp.has_esca = !!(sccb->fac116 & 0x08); in sclp_early_facilities_detect()
101 sclp.has_pfmfi = !!(sccb->fac117 & 0x40); in sclp_early_facilities_detect()
102 sclp.has_ibs = !!(sccb->fac117 & 0x20); in sclp_early_facilities_detect()
103 sclp.has_gisaf = !!(sccb->fac118 & 0x08); in sclp_early_facilities_detect()
104 sclp.has_hvs = !!(sccb->fac119 & 0x80); in sclp_early_facilities_detect()
105 sclp.has_kss = !!(sccb->fac98 & 0x01); in sclp_early_facilities_detect()
110 sclp.rnmax = sccb->rnmax ? sccb->rnmax : sccb->rnmax2; in sclp_early_facilities_detect()
111 sclp.rzm = sccb->rnsize ? sccb->rnsize : sccb->rnsize2; in sclp_early_facilities_detect()
112 sclp.rzm <<= 20; in sclp_early_facilities_detect()
113 sclp.ibc = sccb->ibc; in sclp_early_facilities_detect()
116 sclp.hamax = (1UL << sccb->hamaxpow) - 1; in sclp_early_facilities_detect()
118 sclp.hamax = U64_MAX; in sclp_early_facilities_detect()
122 sclp.max_cores = 64; in sclp_early_facilities_detect()
124 sclp.max_cores = sccb->ncpurl; in sclp_early_facilities_detect()
126 sclp.max_cores = sccb->hcpua + 1; in sclp_early_facilities_detect()
134 sclp.has_siif = cpue->siif; in sclp_early_facilities_detect()
135 sclp.has_sigpif = cpue->sigpif; in sclp_early_facilities_detect()
136 sclp.has_sief2 = cpue->sief2; in sclp_early_facilities_detect()
137 sclp.has_gpere = cpue->gpere; in sclp_early_facilities_detect()
138 sclp.has_ib = cpue->ib; in sclp_early_facilities_detect()
139 sclp.has_cei = cpue->cei; in sclp_early_facilities_detect()
140 sclp.has_skey = cpue->skey; in sclp_early_facilities_detect()
150 sclp.mtid = (sccb->fac42 & 0x80) ? (sccb->fac42 & 31) : 0; in sclp_early_facilities_detect()
151 sclp.mtid_cp = (sccb->fac42 & 0x80) ? (sccb->fac43 & 31) : 0; in sclp_early_facilities_detect()
152 sclp.mtid_prev = (sccb->fac42 & 0x80) ? (sccb->fac66 & 31) : 0; in sclp_early_facilities_detect()
154 sclp.hmfai = sccb->hmfai; in sclp_early_facilities_detect()
244 sclp.hsa_size = size; in sclp_early_hsa_size_detect()
253 sclp.has_vt220 = 1; in sclp_early_console_detect()
256 sclp.has_linemode = 1; in sclp_early_console_detect()