Searched +full:interrupt +full:- +full:parent (Results 1 – 2 of 2) sorted by relevance
/kvm-unit-tests/s390x/ |
H A D | topology.c | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 13 #include <asm/asm-offsets.h> 14 #include <asm/interrupt.h> 30 * a single container unless overwritten by the QEMU -smp parameter. 139 report(cc == 1, "Should report change after horizontal -> vertical"); in check_polarization_change() 145 report(cc == 0, "Should not report change after vertical -> vertical"); in check_polarization_change() 151 report(cc == 1, "Should report change after vertical -> horizontal"); in check_polarization_change() 157 report(cc == 0, "Should not report change after horizontal -> horizontal"); in check_polarization_change() 183 n *= info->mag[i] ?: 1; in stsi_check_maxcpus() 203 report(IS_ALIGNED(info->length, 8), "Length %d multiple of 8", info->length); in stsi_check_header() [all …]
|
/kvm-unit-tests/x86/ |
H A D | vmx_tests.c | 51 int pos = -1; in ffs() 156 if (((rdtsc() - tsc_val) >> preempt_scale) in preemption_timer_main() 183 report(((rdtsc() - tsc_val) >> preempt_scale) >= preempt_val, in preemption_timer_exit_handler() 184 "busy-wait for preemption timer"); in preemption_timer_exit_handler() 191 report(((rdtsc() - tsc_val) >> preempt_scale) >= preempt_val in preemption_timer_exit_handler() 228 report_fail("busy-wait for preemption timer"); in preemption_timer_exit_handler() 659 report(vmx_get_test_stage() == 0, "I/O bitmap - I/O pass"); in iobmp_main() 664 report(vmx_get_test_stage() == 3, "I/O bitmap - trap in"); in iobmp_main() 667 report(vmx_get_test_stage() == 4, "I/O bitmap - trap out"); in iobmp_main() 670 report(vmx_get_test_stage() == 5, "I/O bitmap - I/O width, long"); in iobmp_main() [all …]
|