Home
last modified time | relevance | path

Searched full:ready (Results 1 – 14 of 14) sorted by relevance

/kvm-unit-tests/s390x/snippets/asm/
H A Dpv-icpt-112.S20 /* Let's tell the hypervisor we're ready to start */
34 /* Let's tell the hypervisor we're ready to start shared testing */
60 /* Let's tell the hypervisor we're ready to start shared testing */
/kvm-unit-tests/x86/
H A Dasyncpf.c49 /* Used for 'page ready' events delivered via interrupt notification */
147 report_pass("Serviced %d async page faults events (!PRESENT #PF + READY IRQ)", in main()
H A Dvmx_tests.c5194 * Put the guest in non-paged 32-bit protected mode, ready to enter in vmx_mtf_pdpte_test()
/kvm-unit-tests/arm/
H A Dselftest.c23 static cpumask_t ready, valid; variable
421 cpumask_set_cpu(smp_processor_id(), &ready); in cpu_report()
451 while (!cpumask_full(&ready)) in main()
H A Dgic.c39 static cpumask_t ready; variable
49 cpumask_set_cpu(smp_processor_id(), &ready); in wait_on_ready()
50 while (!cpumask_full(&ready)) in wait_on_ready()
293 cpumask_set_cpu(smp_processor_id(), &ready); in irq_recv()
649 * LPIs ready to hit
/kvm-unit-tests/lib/s390x/
H A Dcss_lib.c242 mdelay(10); /* the hardware was not ready, give it some time */ in css_enable()
331 mdelay(10); /* the hardware was not ready, give it some time */ in css_enable_mb()
346 mdelay(10); /* the hardware was not ready, give it some time */ in css_disable_mb()
/kvm-unit-tests/lib/arm/
H A Dio.c128 if (readb(uart0_base + 5) & 0x01) /* RX data ready? */ in __getchar()
H A Dsetup.c7 * Finally, argc and argv are also ready to be passed to main().
/kvm-unit-tests/s390x/
H A Dskrf.c148 /* Tell cpu 0 that we're ready */ in ecall_setup()
H A Dsmp.c305 /* Indicate that we're ready to receive the call */ in call_received()
H A Dsclp.c80 report_info("SCLP not ready (command %#x, address %p, cc %d)", cmd, addr, res); in test_one_sccb()
/kvm-unit-tests/lib/powerpc/
H A Dsetup.c7 * Finally, argc and argv are also ready to be passed to main().
/kvm-unit-tests/scripts/
H A Darch-run.bash328 # Wait for the incoming socket being removed, ready for next destination
H A Dcheckpatch.pl7833 print "$vname has no obvious style problems and is ready for submission.\n";