Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/s390/char/
Dsclp_early.c23 struct sclp_info sclp; variable
24 EXPORT_SYMBOL(sclp);
36 sclp.facilities = sccb->facilities; in sclp_early_facilities_detect()
37 sclp.has_sprp = !!(sccb->fac84 & 0x02); in sclp_early_facilities_detect()
38 sclp.has_core_type = !!(sccb->fac84 & 0x01); in sclp_early_facilities_detect()
39 sclp.has_gsls = !!(sccb->fac85 & 0x80); in sclp_early_facilities_detect()
40 sclp.has_64bscao = !!(sccb->fac116 & 0x80); in sclp_early_facilities_detect()
41 sclp.has_cmma = !!(sccb->fac116 & 0x40); in sclp_early_facilities_detect()
42 sclp.has_esca = !!(sccb->fac116 & 0x08); in sclp_early_facilities_detect()
43 sclp.has_pfmfi = !!(sccb->fac117 & 0x40); in sclp_early_facilities_detect()
[all …]
Dsclp_cmd.c183 if (!sclp.rzm) in arch_get_memory_phys_device()
185 return PFN_PHYS(start_pfn) >> ilog2(sclp.rzm); in arch_get_memory_phys_device()
190 return (unsigned long long) (rn - 1) * sclp.rzm; in rn2addr()
230 storage_key_init_range(start, start + sclp.rzm); in sclp_assign_storage()
290 if (start > istart + sclp.rzm - 1) in sclp_mem_change_state()
311 if (start > istart + sclp.rzm - 1) in contains_standby_increment()
394 size = (unsigned long long) num * sclp.rzm; in add_memory_merged()
447 if (new_incr->rn > sclp.rnmax) { in insert_increment()
461 if ((sclp.facilities & 0xe00000000000ULL) != 0xe00000000000ULL) in sclp_detect_standby_memory()
503 for (i = 1; i <= sclp.rnmax - assigned; i++) in sclp_detect_standby_memory()
Dsclp.h223 #define SCLP_HAS_CHP_INFO (sclp.facilities & 0x8000000000000000ULL)
224 #define SCLP_HAS_CHP_RECONFIG (sclp.facilities & 0x2000000000000000ULL)
225 #define SCLP_HAS_CPU_INFO (sclp.facilities & 0x0800000000000000ULL)
226 #define SCLP_HAS_CPU_RECONFIG (sclp.facilities & 0x0400000000000000ULL)
227 #define SCLP_HAS_PCI_RECONFIG (sclp.facilities & 0x0000000040000000ULL)
228 #define SCLP_HAS_AP_RECONFIG (sclp.facilities & 0x0000000100000000ULL)
Dzcore.c182 snprintf(str, sizeof(str), "%lx\n", sclp.hsa_size); in zcore_hsa_read()
213 if (!sclp.hsa_size) { in check_sdias()
237 if (ipib_info.ipib < sclp.hsa_size) in zcore_reipl_init()
DMakefile20 obj-y += ctrlchar.o keyboard.o defkeymap.o sclp.o sclp_rw.o sclp_quiesce.o \
Dsclp_tty.c504 if (!sclp.has_linemode) in sclp_tty_init()
Dsclp.c835 sclp.facilities = scbuf->sclp_active_facility_mask; in sclp_state_change_cb()
/linux-5.19.10/arch/s390/kernel/
Dearly_printk.c30 if (!sclp.has_linemode && !sclp.has_vt220) in setup_early_printk()
Dsmp.c690 pcpu_set_smt(sclp.mtid_prev); in smp_save_dump_cpus()
692 max_cpu_addr = SCLP_MAX_CORES << sclp.mtid_prev; in smp_save_dump_cpus()
767 if (sclp.has_core_type && core->type != boot_core_type) in smp_add_core()
840 if (sclp.has_core_type) { in smp_detect_cpus()
853 mtid = boot_core_type ? sclp.mtid : sclp.mtid_cp; in smp_detect_cpus()
860 if (sclp.has_core_type && in smp_detect_cpus()
989 sclp_max = max(sclp.mtid, sclp.mtid_cp) + 1; in smp_fill_possible_mask()
991 sclp_max = (sclp.max_cores * sclp_max) ?: nr_cpu_ids; in smp_fill_possible_mask()
Dcrash_dump.c143 if (!oldmem_data.start && src < sclp.hsa_size) { in copy_oldmem_kernel()
145 len = min(count, sclp.hsa_size - src); in copy_oldmem_kernel()
185 if (!oldmem_data.start && src < sclp.hsa_size) { in copy_oldmem_user()
187 len = min(count, sclp.hsa_size - src); in copy_oldmem_user()
280 unsigned long hsa_end = sclp.hsa_size; in remap_oldmem_pfn_range_zfcpdump()
648 if (is_ipl_type_dump() && !sclp.hsa_size) in elfcorehdr_alloc()
Dsetup.c287 if (sclp.has_vt220 && IS_ENABLED(CONFIG_SCLP_VT220_CONSOLE)) in conmode_default()
289 else if (sclp.has_linemode && IS_ENABLED(CONFIG_SCLP_CONSOLE)) in conmode_default()
672 low = max_t(unsigned long, crash_size, sclp.hsa_size); in reserve_crashkernel()
913 if (!sclp.has_diag318) in setup_control_program_code()
Dmachine_kexec.c258 if (sclp.has_iplcc) in __do_machine_kexec()
Dprocessor.c249 if (sclp.has_sief2) in setup_hwcaps()
Dipl.c310 return sprintf(page, "%i\n", !!sclp.has_sipl); in ipl_has_secure_show()
/linux-5.19.10/arch/s390/hypfs/
Dhypfs_sprp.c141 if (!sclp.has_sprp) in hypfs_sprp_init()
148 if (!sclp.has_sprp) in hypfs_sprp_exit()
/linux-5.19.10/arch/s390/kvm/
Dkvm-s390.c440 if (!sclp.has_sief2 || !MACHINE_HAS_ESOP || !sclp.has_64bscao || in kvm_s390_cpu_feat_init()
444 if (sclp.has_64bscao) in kvm_s390_cpu_feat_init()
446 if (sclp.has_siif) in kvm_s390_cpu_feat_init()
448 if (sclp.has_gpere) in kvm_s390_cpu_feat_init()
450 if (sclp.has_gsls) in kvm_s390_cpu_feat_init()
452 if (sclp.has_ib) in kvm_s390_cpu_feat_init()
454 if (sclp.has_cei) in kvm_s390_cpu_feat_init()
456 if (sclp.has_ibs) in kvm_s390_cpu_feat_init()
458 if (sclp.has_kss) in kvm_s390_cpu_feat_init()
586 else if (sclp.has_esca && sclp.has_64bscao) in kvm_vm_ioctl_check_extension()
[all …]
Dkvm-s390.h238 if (gd && sclp.has_gisaf) in kvm_s390_get_gisa_desc()
492 return sclp.has_sigpif; in kvm_s390_use_sca_entries()
Dvsie.c366 __u64 min_ibc = (sclp.ibc >> 16) & 0x0fffU; in prepare_ibc()
Dinterrupt.c1239 if (!sclp.has_sigpif) in kvm_s390_ext_call_pending()
1549 if (sclp.has_sigpif && !kvm_s390_pv_cpu_get_handle(vcpu)) in __inject_extcall()
/linux-5.19.10/arch/s390/include/asm/
Dsclp.h103 extern struct sclp_info sclp;
/linux-5.19.10/arch/s390/mm/
Dinit.c222 return max_t(unsigned long, MIN_MEMORY_BLOCK_SIZE, sclp.rzm); in memory_block_size_bytes()
/linux-5.19.10/arch/s390/pci/
Dpci_irq.c471 irq_delivery = sclp.has_dirq ? DIRECTED : FLOATING; in zpci_irq_init()
/linux-5.19.10/Documentation/virt/kvm/s390/
Ds390-pv.rst90 like the SCCB for sclp, is moved via the SIDA. When an instruction is
/linux-5.19.10/Documentation/virt/kvm/
Dapi.rst3210 - sclp external interrupt; sclp parameter in parm
/linux-5.19.10/Documentation/admin-guide/
Dkernel-parameters.txt1299 earlyprintk=sclp
1335 The sclp output can only be used on s390.