Searched refs:valid_code (Results 1 – 1 of 1) sorted by relevance
/kvm-unit-tests/s390x/ |
H A D | sclp.c | 33 static uint32_t valid_code; /* valid command code for READ SCP INFO */ variable 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() 185 if (!test_one_ro(valid_code, MKPTR(offset), PGM_BIT_SPEC, 0)) in test_sccb_prefix() 195 if (!test_one_simple(valid_code, MKPTR(new_prefix + offset), 8, 8, PGM_BIT_SPEC, 0)) in test_sccb_prefix() 242 if (!test_one_ro(valid_code, (void *)a[i], pgm, 0)) in test_sccb_high() 267 cmd = (valid_code & ~0xff) | i; in test_inval() 268 if (cmd == valid_code) in test_inval() 287 if (!test_one_simple(valid_code, pagebuf, len, len, PGM_NONE, res)) in test_short() 352 servc(valid_code, __pa(h)); in test_priv() [all …]
|