Home
last modified time | relevance | path

Searched full:second (Results 1 – 22 of 22) sorted by relevance

/kvm-unit-tests/powerpc/
H A Drun64 # The second fixup is also a FIXME, because once we add chr-testdev
65 # support for powerpc, we won't need the second fixup.
H A Drtas.c14 int hour, int minute, int second) in mktime() argument
32 epoch = epoch * 60 + second; in mktime()
55 report(now[5] >= 0 && now[5] <= 59, "second"); in check_get_time_of_day()
/kvm-unit-tests/lib/
H A Dalloc.h12 * The second is a set of implementations for the alloc function
H A Dalloc_page.c212 * - the first parameter is strictly smaller than the second
222 pfn_t first, second, i; in coalesce() local
232 second = pfn2 - a->base; in coalesce()
234 if ((a->page_states[first] != order) || (a->page_states[second] != order)) in coalesce()
/kvm-unit-tests/s390x/
H A Dmigration.c93 * For this very reason, this also runs on a second CPU, so all the in test_func()
171 /* Second CPU does the actual tests */ in main()
H A Depsw.c65 report_prefix_push("second operand 0"); in test_epsw()
H A Dskrf.c156 report_skip("Need second cpu for exception external new test."); in test_exception_ext_new()
H A Duv-host.c162 /* Put UVCB on second page which we will protect later */ in test_access()
169 * which would lead to a second exception and a test abort. in test_access()
190 * the header will be on the second, invalid page. in test_access()
H A Dintercept.c92 * Cannot test inaccessibility of the second page the same way. in test_spx()
H A Dmvpg.c143 report(clear_pgm_int() == expected, "Second operand outside memory"); in test_exceptions()
H A Dpv-icptcode.c165 /* Destroy the second vm, since we don't need it for further tests */ in test_validity_handle_not_in_config()
H A Dcss.c542 * According to architecture MSCH does ignore bit 5 of the second word
/kvm-unit-tests/x86/
H A Ds3.c49 /* Setup RTC alarm to wake up on the next second. */ in main()
H A Deventinj.c330 while(test_count != 2); /* wait for second irq */ in main()
H A Demulator.c479 // invalidate second page in test_sse_exceptions()
H A Daccess.c1015 printf("%s: write on the second mapping fail.\n", __FUNCTION__); in check_large_pte_dirty_for_nowp()
H A Dvmx_tests.c3870 * Second test in test_apic_virtual_ctls()
8796 * should have a shadow. The second STI (which is two bytes in vmx_intr_window_test()
9880 /* Second SIPI signal should be ignored since AP is not in WAIT_SIPI state */ in vmx_sipi_test_guest()
9882 report_pass("BSP(L2): Send second SIPI to cpu[%d]", id_map[1]); in vmx_sipi_test_guest()
9884 /* Delay a while to check whether second SIPI would cause VMExit */ in vmx_sipi_test_guest()
/kvm-unit-tests/arm/
H A Dpl031.c161 /* Fire IRQ in 1 second */ in check_rtc_irq()
H A Dtimer.c305 /* Wait one second for the GIC to update the interrupt state. */ in test_timer_tval()
/kvm-unit-tests/lib/linux/
H A Defi.h186 u8 second; member
/kvm-unit-tests/riscv/
H A Dsbi-sse.c615 if (!sbiret_report_error(&ret, SBI_SUCCESS, "second injection")) in sse_test_inject_simple()
/kvm-unit-tests/scripts/
H A Dcheckpatch.pl3540 my $second = $2;
3544 pos($rawline) += length($first) + length($second) + 1;
3548 next if (lc($first) ne lc($second));
3568 $fixed[$fixlinenr] =~ s/\b$first $second\b/$first/;