Searched refs:test_one_simple (Results 1 – 1 of 1) sorted by relevance
/kvm-unit-tests/s390x/ |
H A D | sclp.c | 119 static bool test_one_simple(uint32_t cmd, uint8_t *addr, uint16_t sccb_len, in test_one_simple() function 135 if (!test_one_simple(valid_code, pagebuf, len, 8, PGM_BIT_SPEC, 0)) in test_sccb_too_short() 149 if (!test_one_simple(valid_code, offset + pagebuf, 8, 8, PGM_BIT_SPEC, 0)) in test_sccb_unaligned() 195 if (!test_one_simple(valid_code, MKPTR(new_prefix + offset), 8, 8, PGM_BIT_SPEC, 0)) in test_sccb_prefix() 261 if (!test_one_simple(cmd, pagebuf, PAGE_SIZE, PAGE_SIZE, PGM_NONE, res)) in test_inval() 270 if (!test_one_simple(cmd, pagebuf, PAGE_SIZE, PAGE_SIZE, PGM_NONE, res)) in test_inval() 287 if (!test_one_simple(valid_code, pagebuf, len, len, PGM_NONE, res)) in test_short() 292 if (!test_one_simple(SCLP_READ_CPU_INFO, pagebuf, len, len, PGM_NONE, res)) in test_short()
|