Home
last modified time | relevance | path

Searched full:stage (Results 1 – 5 of 5) sorted by relevance

/kvm-unit-tests/lib/
H A Dalloc.h10 * implementations may change with the stage, e.g. pre/post paging.
/kvm-unit-tests/
H A D.gitlab-ci.yml537 stage: build
550 stage: build
563 stage: build
/kvm-unit-tests/x86/
H A Dvmx.c82 static volatile u32 stage; variable
543 stage = s; in vmx_set_test_stage()
552 s = stage; in vmx_get_test_stage()
560 stage++; in vmx_inc_test_stage()
H A Dvmx_tests.c206 report_fail("Invalid stage."); in preemption_timer_exit_handler()
243 report_fail("preemption timer with 0 value (vmcall stage 5)"); in preemption_timer_exit_handler()
247 report_fail("unexpected stage, %d", in preemption_timer_exit_handler()
585 report_fail("unexpected stage, %d", in cr_shadowing_exit_handler()
624 report_fail("unexpected stage, %d", in cr_shadowing_exit_handler()
655 // stage 0, test IO pass in iobmp_main()
761 report_fail("unexpected stage, %d", in iobmp_exit_handler()
782 report_fail("unexpected stage, %d", in iobmp_exit_handler()
1310 report_fail("unexpected stage, %d.", in pml_exit_handler()
1407 report_fail("ERROR - unexpected stage, %d.", in ept_exit_handler_common()
[all …]
H A Dsvm_tests.c551 // stage 0, test IO pass in test_ioio()
616 report_fail("stage %d", get_test_stage(test)); in test_ioio()
952 * Report failures from SVM guest code, and on failure, set the stage to -1 and