/openbmc/linux/arch/s390/kernel/ |
H A D | sysinfo.c | 55 int stsi(void *sysinfo, int fc, int sel1, int sel2) in stsi() function 64 EXPORT_SYMBOL(stsi); 86 if (stsi(info, 1, 1, 1)) in stsi_1_1_1() 149 if (stsi(info, 15, 1, topology_max_mnest)) in stsi_15_1_x() 169 if (stsi(info, 1, 2, 2)) in stsi_1_2_2() 209 if (stsi(info, 2, 2, 2)) in stsi_2_2_2() 263 if (stsi(info, 3, 2, 2)) in stsi_3_2_2() 288 level = stsi(NULL, 0, 0, 0); in sysinfo_show() 427 if (stsi(info, 1, 2, 2) == 0) { in s390_adjust_jiffies() 486 if (stsi(file->private_data, fc, s1, s2)) { \ [all …]
|
H A D | lgr.c | 71 if (stsi(si, 1, 1, 1)) in lgr_stsi_1_1_1() 88 if (stsi(si, 2, 2, 2)) in lgr_stsi_2_2_2() 102 if (stsi(si, 3, 2, 2)) in lgr_stsi_3_2_2() 122 level = stsi(NULL, 0, 0, 0); in lgr_info_get()
|
H A D | early.c | 99 if (stsi(NULL, 0, 0, 0) <= 2) { in detect_machine_type() 104 if (stsi(vmms, 3, 2, 2) || !vmms->count) in detect_machine_type() 138 if (stsi(mach, 1, 1, 1)) in setup_arch_string() 148 if (stsi(vm, 3, 2, 2) == 0 && vm->count) { in setup_arch_string() 169 if (stsi(&sysinfo_page, 15, 1, max_mnest) == 0) in setup_topology()
|
H A D | sthyi.c | 190 if (stsi(sysinfo, 1, 1, 1)) in fill_stsi_mac() 204 if (stsi(sysinfo, 2, 2, 2)) in fill_stsi_par()
|
H A D | topology.c | 292 stsi(info, 15, 1, topology_mnest_limit()); in store_topology()
|
H A D | setup.c | 821 if (stsi(vmms, 3, 2, 2) == 0 && vmms->count) in setup_randomness()
|
/openbmc/qemu/target/s390x/kvm/ |
H A D | meson.build | 5 'stsi-topology.c'
|
/openbmc/linux/arch/s390/include/asm/ |
H A D | sysinfo.h | 187 int stsi(void *sysinfo, int fc, int sel1, int sel2);
|
/openbmc/linux/drivers/s390/char/ |
H A D | sclp_ftp.c | 259 if (!stsi(info222, 2, 2, 2)) { /* get SYSIB 2.2.2 */ in sclp_ftp_startup()
|
/openbmc/qemu/target/s390x/tcg/ |
H A D | misc_helper.c | 270 uint32_t HELPER(stsi)(CPUS390XState *env, uint64_t a0, uint64_t r0, uint64_t r1) in HELPER() argument
|
H A D | insn-data.h.inc | 1408 F(0xb27d, STSI, S, Z, 0, a2, 0, 0, stsi, 0, IF_PRIV)
|
/openbmc/linux/arch/s390/kvm/ |
H A D | priv.c | 859 if (stsi(mem, 3, 2, 2)) in handle_stsi_3_2_2() 939 if (stsi((void *) mem, fc, sel1, sel2)) in handle_stsi()
|
/openbmc/qemu/target/s390x/ |
H A D | helper.h | 343 DEF_HELPER_4(stsi, i32, env, i64, i64, i64)
|
/openbmc/linux/arch/s390/tools/ |
H A D | opcodes.txt | 272 b27d stsi S_RD
|
/openbmc/linux/drivers/s390/net/ |
H A D | qeth_core_main.c | 3377 level = stsi(NULL, 0, 0, 0); in qeth_get_trap_id() 3378 if ((level >= 2) && (stsi(info222, 2, 2, 2) == 0)) in qeth_get_trap_id() 3380 if ((level >= 3) && (stsi(info322, 3, 2, 2) == 0)) { in qeth_get_trap_id()
|
/openbmc/qemu/ |
H A D | MAINTAINERS | 1805 F: target/s390x/kvm/stsi-topology.c
|