Searched refs:test_one_sccb (Results 1 – 1 of 1) sorted by relevance
/kvm-unit-tests/s390x/ |
H A D | sclp.c | 67 static bool test_one_sccb(uint32_t cmd, uint8_t *addr, uint16_t buf_len, uint64_t exp_pgm, uint16_t… in test_one_sccb() function 105 return test_one_sccb(cmd, addr, 0, exp_pgm, exp_rc); in test_one_ro() 124 return test_one_sccb(cmd, addr, buf_len, exp_pgm, exp_rc); in test_one_simple() 313 if (!test_one_sccb(cmd, offset + pagebuf, len, PGM_NONE, res)) in test_boundary() 335 if (!test_one_sccb(cmd, pagebuf, PAGE_SIZE, PGM_NONE, res)) in test_toolong()
|