Searched refs:test_one_ro (Results 1 – 1 of 1) sorted by relevance
/kvm-unit-tests/s390x/ |
H A D | sclp.c | 103 static bool test_one_ro(uint32_t cmd, uint8_t *addr, uint64_t exp_pgm, uint16_t exp_rc) in test_one_ro() function 185 if (!test_one_ro(valid_code, MKPTR(offset), PGM_BIT_SPEC, 0)) in test_sccb_prefix() 242 if (!test_one_ro(valid_code, (void *)a[i], pgm, 0)) in test_sccb_high() 376 if (!test_one_ro(valid_code, MKPTR(i + maxram), PGM_BIT_ADDR, 0)) in test_addressing() 383 if (!test_one_ro(valid_code, MKPTR(i + maxram), PGM_BIT_ADDR, 0)) in test_addressing() 390 if (!test_one_ro(valid_code, MKPTR(i + maxram), PGM_BIT_ADDR, 0)) in test_addressing()
|