Searched refs:stsi (Results 1 - 10 of 10) sorted by relevance

/linux-master/arch/s390/kernel/
H A Dlgr.c23 * LGR info: Contains stfle and stsi data
30 /* Level 1: CEC info (stsi 1.1.1) */
36 /* Level 2: LPAR info (stsi 2.2.2) */
39 /* Level 3: VM info (stsi 3.2.2) */
65 * Fill LGR info with 1.1.1 stsi data
71 if (stsi(si, 1, 1, 1))
82 * Fill LGR info with 2.2.2 stsi data
88 if (stsi(si, 2, 2, 2))
95 * Fill LGR info with 3.2.2 stsi data
102 if (stsi(s
[all...]
H A Dearly.c101 if (stsi(NULL, 0, 0, 0) <= 2) {
106 if (stsi(vmms, 3, 2, 2) || !vmms->count)
140 if (stsi(mach, 1, 1, 1))
150 if (stsi(vm, 3, 2, 2) == 0 && vm->count) {
171 if (stsi(&sysinfo_page, 15, 1, max_mnest) == 0)
H A Dsysinfo.c35 " stsi 0(%[sysinfo])\n"
50 * stsi - store system information
55 int stsi(void *sysinfo, int fc, int sel1, int sel2) function
64 EXPORT_SYMBOL(stsi); variable
87 if (stsi(info, 1, 1, 1))
159 if (stsi(info, 15, 1, topology_max_mnest))
179 if (stsi(info, 1, 2, 2))
219 if (stsi(info, 2, 2, 2))
273 if (stsi(info, 3, 2, 2))
298 level = stsi(NUL
[all...]
H A Dsthyi.c190 if (stsi(sysinfo, 1, 1, 1))
204 if (stsi(sysinfo, 2, 2, 2))
H A Dtopology.c292 stsi(info, 15, 1, topology_mnest_limit());
H A Dsetup.c814 if (stsi(vmms, 3, 2, 2) == 0 && vmms->count)
/linux-master/arch/s390/include/asm/
H A Dsysinfo.h3 * definition for store system information stsi
191 int stsi(void *sysinfo, int fc, int sel1, int sel2);
/linux-master/drivers/s390/char/
H A Dsclp_ftp.c259 if (!stsi(info222, 2, 2, 2)) { /* get SYSIB 2.2.2 */
/linux-master/arch/s390/kvm/
H A Dpriv.c833 if (stsi(mem, 3, 2, 2))
913 if (stsi((void *) mem, fc, sel1, sel2))
/linux-master/drivers/s390/net/
H A Dqeth_core_main.c3371 level = stsi(NULL, 0, 0, 0);
3372 if ((level >= 2) && (stsi(info222, 2, 2, 2) == 0))
3374 if ((level >= 3) && (stsi(info322, 3, 2, 2) == 0)) {

Completed in 281 milliseconds