Searched full:ready (Results 1 – 14 of 14) sorted by relevance
/kvm-unit-tests/s390x/snippets/asm/ |
H A D | pv-icpt-112.S | 20 /* 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 D | asyncpf.c | 49 /* 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 D | vmx_tests.c | 5194 * Put the guest in non-paged 32-bit protected mode, ready to enter in vmx_mtf_pdpte_test()
|
/kvm-unit-tests/arm/ |
H A D | selftest.c | 23 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 D | gic.c | 39 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 D | css_lib.c | 242 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 D | io.c | 128 if (readb(uart0_base + 5) & 0x01) /* RX data ready? */ in __getchar()
|
H A D | setup.c | 7 * Finally, argc and argv are also ready to be passed to main().
|
/kvm-unit-tests/s390x/ |
H A D | skrf.c | 148 /* Tell cpu 0 that we're ready */ in ecall_setup()
|
H A D | smp.c | 305 /* Indicate that we're ready to receive the call */ in call_received()
|
H A D | sclp.c | 80 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 D | setup.c | 7 * Finally, argc and argv are also ready to be passed to main().
|
/kvm-unit-tests/scripts/ |
H A D | arch-run.bash | 328 # Wait for the incoming socket being removed, ready for next destination
|
H A D | checkpatch.pl | 7833 print "$vname has no obvious style problems and is ready for submission.\n";
|