/kvm-unit-tests/s390x/snippets/c/ |
H A D | cstart.S | 26 * If main() returns, we stop the CPU with the code below. We also 28 * from snippets) to the CPU stop code below, so that snippets can
|
/kvm-unit-tests/s390x/ |
H A D | smp.c | 30 { SIGP_STOP, "stop with invalid CPU address" }, 38 { SIGP_STOP_AND_STORE_STATUS, "stop and store status with invalid CPU address" }, 152 report_prefix_push("stop"); in test_stop() 158 report_prefix_push("stop stopped CPU"); in test_stop() 171 report_prefix_push("stop store status"); in test_stop_store_status() 406 * But since a waiting CPU is considered operating, simply stop the CPU, set in test_calls_in_wait() 442 /* stop the target CPU (CPU1) to speed up the not running case */ in test_sense_running()
|
H A D | css.c | 233 schm(NULL, 0); /* Stop any previous measurement */ in test_schm_fmt0() 253 /* Stop the measurement */ in test_schm_fmt0() 309 schm(NULL, 0); /* Stop any previous measurement */ in test_schm_fmt1() 327 /* Stop the measurement */ in test_schm_fmt1()
|
H A D | firq.c | 46 /* Stop CPU #2. It must succeed because we have at least 3 CPUs */ in test_wait_state_delivery()
|
/kvm-unit-tests/lib/riscv/ |
H A D | timer.c | 59 * we used ULONG_MAX, then we wouldn't stop the timer at all, in timer_stop() 70 assert_msg(false, "No timer to stop!"); in timer_stop()
|
/kvm-unit-tests/lib/powerpc/ |
H A D | rtas.c | 160 ret = rtas_token("stop-self", &token); in rtas_stop_self() 162 puts("RTAS stop-self not available\n"); in rtas_stop_self() 167 printf("RTAS stop-self returned %d\n", ret); in rtas_stop_self()
|
H A D | smp.c | 37 printf("failed to stop cpu %d\n", cpu_id); in stop_self() 327 printf("Timeout waiting to stop CPU:%d\n", cpu_id); in wait_thread() 336 * Wait for running threads (vcpus) on cpu_node to stop
|
H A D | processor.c | 105 * P9/10 Could use 'stop' to sleep here which would be in sleep_tb() 106 * interesting. stop with ESL=0 should be simple enough, ESL=1 in sleep_tb()
|
/kvm-unit-tests/lib/x86/ |
H A D | io.c | 54 /* LCR: 8 bits, no parity, one stop bit */ in serial_init()
|
H A D | apic.c | 288 /* Stop the timer/counter. */ in apic_cleanup_timer()
|
/kvm-unit-tests/lib/s390x/ |
H A D | smp.c | 172 * Stop the cpu, so we don't have a race between a running cpu in smp_cpu_restart_nolock() 302 * Disregarding state, stop all cpus that once were online except for
|
H A D | sclp.c | 232 /* stop once we receive an exception or have protected memory */ in sclp_memory_setup()
|
H A D | interrupt.c | 303 /* Something went very wrong, stop everything now without printing anything */ in handle_pgm_int()
|
/kvm-unit-tests/powerpc/ |
H A D | smp.c | 57 report_abort("Failed to stop all secondaries"); in test_start_cpus()
|
/kvm-unit-tests/arm/ |
H A D | pmu.c | 155 * to start and stop counting. isb instructions were inserted to make sure 226 * to start and stop counting. isb instructions are inserted to make sure 307 * to start and stop counting. isb instructions are inserted to make sure 1110 * instructions and using reset and stop controls). If supplied a positive,
|
/kvm-unit-tests/riscv/ |
H A D | sbi.c | 90 assert_msg(0, "cpu%d (hartid = %lx) failed to stop with sbiret.error %ld", in stop_cpu() 853 /* Reset the stop flags so that we can reuse them after suspension tests */ in check_hsm() 1320 /* Wait up to 1s for all harts to stop */ in susp_basic_prep()
|
/kvm-unit-tests/x86/ |
H A D | pmu.c | 917 * costs for playing with the PMU MSRs on start and stop. in set_ref_cycle_expectations()
|
H A D | vmx.c | 345 /* scan backwards and stop when found */ in find_vmcs_max_index()
|
H A D | realmode.c | 85 /* LCR: 8 bits, no parity, one stop bit */ in serial_init()
|
H A D | vmx_tests.c | 9016 * loop and stop single-stepping. in vmx_preemption_timer_tf_test_db_handler()
|
/kvm-unit-tests/lib/linux/ |
H A D | pci_regs.h | 251 #define PCI_PM_PPB_B2_B3 0x40 /* Stop clock when in D3hot (??) */
|
/kvm-unit-tests/lib/libfdt/ |
H A D | libfdt.h | 1121 * that are not NUL-terminated. That's because the function will stop after
|
/kvm-unit-tests/scripts/ |
H A D | checkpatch.pl | 3962 # check indentation starts on a tab stop
|