Searched full:stsi (Results 1 – 9 of 9) sorted by relevance
/kvm-unit-tests/s390x/ |
H A D | stsi.c | 17 #include <stsi.h> 31 stsi(pagebuf, 0, BIT(63 - i), 0); in test_specs() 39 stsi(pagebuf, 1, 0, BIT(63 - i)); in test_specs() 46 cc = stsi(pagebuf, 3, 2 | BIT(63 - i), 2); in test_specs() 53 cc = stsi(pagebuf, 3, 2, 2 | BIT(63 - i)); in test_specs() 60 stsi(pagebuf + 42, 1, 1, 1); in test_specs() 72 stsi(pagebuf, 0, 0, 0); in test_priv() 79 report(stsi(pagebuf, 7, 0, 0) == 3, "invalid fc"); in test_fc() 80 report(stsi(pagebuf, 1, 0, 1) == 3, "invalid selector 1"); in test_fc() 81 report(stsi(pagebuf, 1, 1, 0) == 3, "invalid selector 2"); in test_fc() [all …]
|
H A D | topology.c | 20 #include <s390x/stsi.h> 173 * @info: Pointer to the stsi information 190 * @info: Pointer to the stsi information 191 * @sel2: stsi selector 2 value 241 * @info: pointer to the STSI info structure 255 ret = stsi(info, 15, 1, sel2); in stsi_get_sysib() 401 * @info: pointer to the STSI info structure 404 * Check if the validity of the STSI instruction and then 477 * Calls the checking for the STSI instruction in sel2 reverse level order 496 /* STSI selector 2 can takes values between 2 and 6 */ in test_stsi() [all …]
|
H A D | exittime.c | 177 stsi(pagebuf, fc, 2, 2); in test_stsi()
|
H A D | Makefile | 19 tests += $(TEST_DIR)/stsi.elf
|
H A D | unittests.cfg | 80 [stsi] 81 file = stsi.elf
|
/kvm-unit-tests/lib/s390x/ |
H A D | hardware.c | 18 #include "stsi.h" 36 if (!stsi(buf, 1, 1, 1)) { in do_detect_host() 45 if (!stsi(buf, 3, 2, 2)) { in do_detect_host()
|
H A D | sclp-console.c | 295 * we also use stsi data to distinguish z/VM. in sclp_print()
|
/kvm-unit-tests/lib/s390x/asm/ |
H A D | arch_def.h | 450 static inline int stsi(void *addr, int fc, int sel1, int sel2) in stsi() function 457 "stsi 0(%3)\n" in stsi() 472 asm volatile("stsi 0\n" in stsi_get_fc()
|
/kvm-unit-tests/ |
H A D | .gitlab-ci.yml | 299 stsi 527 stsi
|