Searched full:sthyi (Results 1 – 5 of 5) sorted by relevance
/kvm-unit-tests/s390x/ |
H A D | sthyi.c | 3 * Tests exceptions and data validity for the emulated sthyi 17 #include "sthyi.h" 22 static inline int sthyi(uint64_t vaddr, uint64_t fcode, uint64_t *rc, in sthyi() function 46 sthyi(42042, 0, NULL, 0, 2); in test_exception_addr() 55 sthyi((uint64_t)pagebuf, 0, NULL, 1, 2); in test_exception_reg_odd() 60 sthyi((uint64_t)pagebuf, 0, NULL, 0, 3); in test_exception_reg_odd() 69 sthyi((uint64_t)pagebuf, 0, NULL, 0, 0); in test_exception_reg_equal() 77 int cc = sthyi((uint64_t)pagebuf, 42, &urc, 0, 2); in test_function_code() 149 cc = sthyi((uint64_t)pagebuf, 0, &rc, 0, 2); in test_fcode0() 165 report_prefix_push("sthyi"); in main() [all …]
|
H A D | sthyi.h | 3 * STHYI related flags and structure definitions.
|
H A D | Makefile | 7 tests += $(TEST_DIR)/sthyi.elf
|
H A D | unittests.cfg | 45 [sthyi] 46 file = sthyi.elf
|
/kvm-unit-tests/ |
H A D | .gitlab-ci.yml | 526 sthyi
|