Searched full:stage (Results 1 – 5 of 5) sorted by relevance
/kvm-unit-tests/lib/ |
H A D | alloc.h | 10 * implementations may change with the stage, e.g. pre/post paging.
|
/kvm-unit-tests/ |
H A D | .gitlab-ci.yml | 537 stage: build 550 stage: build 563 stage: build
|
/kvm-unit-tests/x86/ |
H A D | vmx.c | 82 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 D | vmx_tests.c | 206 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 D | svm_tests.c | 551 // 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
|