Lines Matching full:sthyi
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()
169 report_skip("STHYI is not available"); in main()