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

/arch/s390/kernel/
H A Dlgr.c21 * LGR info: Contains stfle and stsi data
28 /* Level 1: CEC info (stsi 1.1.1) */
34 /* Level 2: LPAR info (stsi 2.2.2) */
37 /* Level 3: VM info (stsi 3.2.2) */
63 * Fill LGR info with 1.1.1 stsi data
69 if (stsi(si, 1, 1, 1))
80 * Fill LGR info with 2.2.2 stsi data
86 if (stsi(si, 2, 2, 2))
94 * Fill LGR info with 3.2.2 stsi data
101 if (stsi(s
[all...]
H A Dsysinfo.c28 * stsi - store system information
33 int stsi(void *sysinfo, int fc, int sel1, int sel2) function
40 " stsi 0(%3)\n"
52 EXPORT_SYMBOL(stsi); variable
58 if (stsi(info, 1, 1, 1))
120 if (stsi(info, 15, 1, topology_max_mnest))
140 if (stsi(info, 1, 2, 2))
176 if (stsi(info, 2, 2, 2))
203 if (stsi(info, 3, 2, 2))
226 level = stsi(NUL
[all...]
H A Dearly.c227 if (stsi(NULL, 0, 0, 0) <= 2) {
232 if (stsi(vmms, 3, 2, 2) || !vmms->count)
251 if (stsi(&sysinfo_page, 15, 1, max_mnest) == 0)
H A Dtopology.c248 stsi(info, 15, 1, 3);
250 stsi(info, 15, 1, 2);
H A Dsetup.c826 if (vmms && stsi(vmms, 3, 2, 2) == 0 && vmms->count)
/arch/s390/include/asm/
H A Dsysinfo.h2 * definition for store system information stsi
156 int stsi(void *sysinfo, int fc, int sel1, int sel2);
/arch/s390/kvm/
H A Dpriv.c457 if (stsi(mem, 3, 2, 2))
485 VCPU_EVENT(vcpu, 4, "stsi: fc: %x sel1: %x sel2: %x", fc, sel1, sel2);
516 if (stsi((void *) mem, fc, sel1, sel2))

Completed in 104 milliseconds