Lines Matching +full:interrupt +full:- +full:names
1 /* SPDX-License-Identifier: GPL-2.0-only */
14 #include <asm/asm-offsets.h>
15 #include <asm/interrupt.h>
31 stsi(pagebuf, 0, BIT(63 - i), 0); in test_specs()
39 stsi(pagebuf, 1, 0, BIT(63 - i)); in test_specs()
46 cc = stsi(pagebuf, 3, 2 | BIT(63 - i), 2); in test_specs()
53 cc = stsi(pagebuf, 3, 2, 2 | BIT(63 - i)); in test_specs()
88 /* EBCDIC for "kvm-unit" */ in test_3_2_2()
96 const char vm_name_ext[] = "kvm-unit-test"; in test_3_2_2()
111 if (memcmp(&data->vm[0].cpi, cpi_kvm, sizeof(cpi_kvm))) { in test_3_2_2()
116 report(!memcmp(data->vm[0].uuid, uuid, sizeof(uuid)), "uuid"); in test_3_2_2()
117 report(data->vm[0].conf_cpus == smp_query_num_cpus(), "cpu count configured"); in test_3_2_2()
118 report(data->vm[0].total_cpus == in test_3_2_2()
119 data->vm[0].reserved_cpus + data->vm[0].conf_cpus, in test_3_2_2()
121 report(data->vm[0].standby_cpus == 0, "cpu count standby"); in test_3_2_2()
122 report(!memcmp(data->vm[0].name, vm_name, sizeof(data->vm[0].name)), in test_3_2_2()
123 "VM name == kvm-unit-test"); in test_3_2_2()
125 if (data->vm[0].ext_name_encoding != 2) { in test_3_2_2()
126 report_skip("Extended VM names are not UTF-8."); in test_3_2_2()
129 report(!memcmp(data->ext_names[0], vm_name_ext, sizeof(vm_name_ext)), in test_3_2_2()
130 "ext VM name == kvm-unit-test"); in test_3_2_2()