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

12

/linux-master/drivers/s390/char/
H A Dsclp_early.c14 #include <asm/sclp.h>
19 #include "sclp.h"
23 struct sclp_info sclp; variable in typeref:struct:sclp_info
24 EXPORT_SYMBOL(sclp); variable
36 sclp.facilities = sccb->facilities;
37 sclp.has_sprp = !!(sccb->fac84 & 0x02);
38 sclp.has_core_type = !!(sccb->fac84 & 0x01);
39 sclp.has_gsls = !!(sccb->fac85 & 0x80);
40 sclp.has_64bscao = !!(sccb->fac116 & 0x80);
41 sclp
[all...]
H A Dsclp.h15 #include <asm/sclp.h>
223 #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)
249 sclp_cmdw_t command; /* sclp command to execute */
290 /* externals from sclp.c */
H A Dzcore.c24 #include <asm/sclp.h>
33 #include "sclp.h"
177 snprintf(str, sizeof(str), "%lx\n", sclp.hsa_size);
208 if (!sclp.hsa_size) {
235 if (ipib_info.ipib < sclp.hsa_size)
258 if (os_info_addr < sclp.hsa_size)
266 if (entry->addr < sclp.hsa_size)
H A Dsclp_cmd.c27 #include <asm/sclp.h>
32 #include "sclp.h"
64 /* Perform sclp request. */
185 if (!sclp.rzm)
187 return PFN_PHYS(start_pfn) >> ilog2(sclp.rzm);
192 return (unsigned long long) (rn - 1) * sclp.rzm;
232 storage_key_init_range(start, start + sclp.rzm);
292 if (start > istart + sclp.rzm - 1)
313 if (start > istart + sclp.rzm - 1)
417 size = (unsigned long long) num * sclp
[all...]
H A Dsclp_ap.c3 * s390 crypto adapter related sclp functions.
12 #include <asm/sclp.h>
13 #include "sclp.h"
H A Dsclp_ctl.c18 #include <asm/sclp.h>
20 #include "sclp.h"
126 .name = "sclp",
H A DMakefile20 obj-y += ctrlchar.o keyboard.o defkeymap.o sclp.o sclp_rw.o sclp_quiesce.o \
H A Dsclp_ocf.c22 #include <asm/sclp.h>
24 #include "sclp.h"
H A Dsclp_pci.c18 #include <asm/sclp.h>
20 #include "sclp.h"
/linux-master/arch/s390/kernel/
H A Dearly_printk.c9 #include <asm/sclp.h>
27 /* Accept only "earlyprintk" and "earlyprintk=sclp" */
28 if (buf && !str_has_prefix(buf, "sclp"))
30 if (!sclp.has_linemode && !sclp.has_vt220)
H A Dmachine_kexec.c32 #include <asm/sclp.h>
233 if (sclp.has_iplcc)
H A Dsmp.c52 #include <asm/sclp.h>
661 pcpu_set_smt(sclp.mtid_prev);
663 max_cpu_addr = SCLP_MAX_CORES << sclp.mtid_prev;
732 if (sclp.has_core_type && core->type != boot_core_type)
805 if (sclp.has_core_type) {
818 mtid = boot_core_type ? sclp.mtid : sclp.mtid_cp;
825 if (sclp.has_core_type &&
959 sclp_max = max(sclp.mtid, sclp
[all...]
H A Dprocessor.c26 #include <asm/sclp.h>
236 if (sclp.has_sief2)
H A Dcrash_dump.c23 #include <asm/sclp.h>
124 if (!oldmem_data.start && src < sclp.hsa_size) {
126 len = min(count, sclp.hsa_size - src);
213 unsigned long hsa_end = sclp.hsa_size;
581 if (is_ipl_type_dump() && !sclp.hsa_size)
H A Dsetup.c71 #include <asm/sclp.h>
227 if (!strcmp(str, "hwc") || !strcmp(str, "sclp"))
288 if (sclp.has_vt220 && IS_ENABLED(CONFIG_SCLP_VT220_CONSOLE))
290 else if (sclp.has_linemode && IS_ENABLED(CONFIG_SCLP_CONSOLE))
642 low = max_t(unsigned long, crash_size, sclp.hsa_size);
833 if (!sclp.has_diag318)
/linux-master/arch/s390/kvm/
H A Dpci.h82 sclp.has_zpci_lsi && sclp.has_aeni && sclp.has_aisi &&
83 sclp.has_aisii);
H A Dkvm-s390.c43 #include <asm/sclp.h>
428 if (!sclp.has_sief2 || !MACHINE_HAS_ESOP || !sclp.has_64bscao ||
432 if (sclp.has_64bscao)
434 if (sclp.has_siif)
436 if (sclp.has_gpere)
438 if (sclp.has_gsls)
440 if (sclp.has_ib)
442 if (sclp.has_cei)
444 if (sclp
[all...]
H A Dkvm-s390.h21 #include <asm/sclp.h>
257 if (gd && sclp.has_gisaf)
507 return sclp.has_sigpif;
/linux-master/arch/s390/hypfs/
H A Dhypfs_sprp.c17 #include <asm/sclp.h>
141 if (!sclp.has_sprp)
148 if (!sclp.has_sprp)
/linux-master/arch/s390/boot/
H A Dals.c9 #include <asm/sclp.h>
H A Dvmlinux.lds.S6 #include <asm/sclp.h>
H A Dipl_report.c5 #include <asm/sclp.h>
/linux-master/arch/s390/include/asm/
H A Dsclp.h110 extern struct sclp_info sclp;
/linux-master/drivers/pci/hotplug/
H A Ds390_pci_hpc.c19 #include <asm/sclp.h>
/linux-master/arch/s390/mm/
H A Dinit.c45 #include <asm/sclp.h>
184 return max_t(unsigned long, MIN_MEMORY_BLOCK_SIZE, sclp.rzm);

Completed in 201 milliseconds

12