Searched full:second (Results 1 – 22 of 22) sorted by relevance
/kvm-unit-tests/powerpc/ |
H A D | run | 64 # 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 D | rtas.c | 14 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 D | alloc.h | 12 * The second is a set of implementations for the alloc function
|
H A D | alloc_page.c | 212 * - 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 D | migration.c | 93 * 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 D | epsw.c | 65 report_prefix_push("second operand 0"); in test_epsw()
|
H A D | skrf.c | 156 report_skip("Need second cpu for exception external new test."); in test_exception_ext_new()
|
H A D | uv-host.c | 162 /* 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 D | intercept.c | 92 * Cannot test inaccessibility of the second page the same way. in test_spx()
|
H A D | mvpg.c | 143 report(clear_pgm_int() == expected, "Second operand outside memory"); in test_exceptions()
|
H A D | pv-icptcode.c | 165 /* Destroy the second vm, since we don't need it for further tests */ in test_validity_handle_not_in_config()
|
H A D | css.c | 542 * According to architecture MSCH does ignore bit 5 of the second word
|
/kvm-unit-tests/x86/ |
H A D | s3.c | 49 /* Setup RTC alarm to wake up on the next second. */ in main()
|
H A D | eventinj.c | 330 while(test_count != 2); /* wait for second irq */ in main()
|
H A D | emulator.c | 479 // invalidate second page in test_sse_exceptions()
|
H A D | access.c | 1015 printf("%s: write on the second mapping fail.\n", __FUNCTION__); in check_large_pte_dirty_for_nowp()
|
H A D | vmx_tests.c | 3870 * 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 D | pl031.c | 161 /* Fire IRQ in 1 second */ in check_rtc_irq()
|
H A D | timer.c | 305 /* Wait one second for the GIC to update the interrupt state. */ in test_timer_tval()
|
/kvm-unit-tests/lib/linux/ |
H A D | efi.h | 186 u8 second; member
|
/kvm-unit-tests/riscv/ |
H A D | sbi-sse.c | 615 if (!sbiret_report_error(&ret, SBI_SUCCESS, "second injection")) in sse_test_inject_simple()
|
/kvm-unit-tests/scripts/ |
H A D | checkpatch.pl | 3540 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/;
|