Home
last modified time | relevance | path

Searched refs:subcodes (Results 1 – 1 of 1) sorted by relevance

/kvm-unit-tests/s390x/
H A Ddiag308.c79 int subcodes[] = { 0x101, 0xffff, 0x10001, -1 }; in test_unsupported_subcode() local
82 for (idx = 0; idx < ARRAY_SIZE(subcodes); idx++) { in test_unsupported_subcode()
83 report_prefix_pushf("0x%04x", subcodes[idx]); in test_unsupported_subcode()
85 asm volatile ("diag %0,%1,0x308" :: "d"(0), "d"(subcodes[idx])); in test_unsupported_subcode()