Home
last modified time | relevance | path

Searched refs:sclp (Results 1 – 7 of 7) sorted by relevance

/drivers/s390/char/
A Dsclp_early.c24 struct sclp_info sclp; variable
25 EXPORT_SYMBOL(sclp);
69 sclp.rzm <<= 20; in sclp_early_facilities_detect()
70 sclp.ibc = sccb->ibc; in sclp_early_facilities_detect()
75 sclp.hamax = U64_MAX; in sclp_early_facilities_detect()
79 sclp.max_cores = 64; in sclp_early_facilities_detect()
95 sclp.has_ib = cpue->ib; in sclp_early_facilities_detect()
96 sclp.has_cei = cpue->cei; in sclp_early_facilities_detect()
113 sclp.hmfai = sccb->hmfai; in sclp_early_facilities_detect()
163 sclp.has_vt220 = 1; in sclp_early_console_detect()
[all …]
A Dsclp_cmd.c188 if (!sclp.rzm) in arch_get_memory_phys_device()
190 return PFN_PHYS(start_pfn) >> ilog2(sclp.rzm); in arch_get_memory_phys_device()
195 return (unsigned long long) (rn - 1) * sclp.rzm; in rn2addr()
235 storage_key_init_range(start, start + sclp.rzm); in sclp_assign_storage()
295 if (start > istart + sclp.rzm - 1) in sclp_mem_change_state()
316 if (start > istart + sclp.rzm - 1) in contains_standby_increment()
420 size = (unsigned long long) num * sclp.rzm; in add_memory_merged()
471 if (new_incr->rn > sclp.rnmax) { in insert_increment()
485 if ((sclp.facilities & 0xe00000000000ULL) != 0xe00000000000ULL) in sclp_detect_standby_memory()
527 for (i = 1; i <= sclp.rnmax - assigned; i++) in sclp_detect_standby_memory()
A Dsclp.h220 #define SCLP_HAS_CHP_INFO (sclp.facilities & 0x8000000000000000ULL)
221 #define SCLP_HAS_CHP_RECONFIG (sclp.facilities & 0x2000000000000000ULL)
222 #define SCLP_HAS_CPU_INFO (sclp.facilities & 0x0800000000000000ULL)
223 #define SCLP_HAS_CPU_RECONFIG (sclp.facilities & 0x0400000000000000ULL)
224 #define SCLP_HAS_PCI_RECONFIG (sclp.facilities & 0x0000000040000000ULL)
225 #define SCLP_HAS_AP_RECONFIG (sclp.facilities & 0x0000000100000000ULL)
A Dzcore.c176 snprintf(str, sizeof(str), "%lx\n", sclp.hsa_size); in zcore_hsa_read()
206 if (!sclp.hsa_size) { in check_sdias()
233 if (ipib_info.ipib < sclp.hsa_size) in zcore_reipl_init()
256 if (os_info_addr < sclp.hsa_size) in zcore_reipl_init()
264 if (entry->addr < sclp.hsa_size) in zcore_reipl_init()
A DMakefile20 obj-y += ctrlchar.o keyboard.o defkeymap.o sclp.o sclp_rw.o sclp_quiesce.o \
A Dsclp_tty.c515 if (!sclp.has_linemode) in sclp_tty_init()
A Dsclp.c830 sclp.facilities = scbuf->sclp_active_facility_mask; in sclp_state_change_cb()

Completed in 19 milliseconds