Home
last modified time | relevance | path

Searched refs:smp_cpu_stop (Results 1 – 8 of 8) sorted by relevance

/kvm-unit-tests/s390x/
H A Dadtl-status.c114 smp_cpu_stop(1); in test_store_adtl_status()
142 smp_cpu_stop(1); in test_store_adtl_status_unavail()
208 smp_cpu_stop(cpu_idx); in cpu_write_magic_to_vector_regs()
249 smp_cpu_stop(1); in __store_adtl_status_vector_lc()
320 smp_cpu_stop(cpu_idx); in cpu_write_to_gs_regs()
337 smp_cpu_stop(1); in __store_adtl_status_gs()
381 smp_cpu_stop(1); in main()
H A Dsmp.c122 smp_cpu_stop(1); in test_restart()
220 smp_cpu_stop(1); in test_store_status()
226 smp_cpu_stop(1); in test_store_status()
277 smp_cpu_stop(1); in test_set_prefix()
343 smp_cpu_stop(1); in test_calls()
410 smp_cpu_stop(1); in test_calls_in_wait()
417 smp_cpu_stop(1); in test_calls_in_wait()
430 smp_cpu_stop(1); in test_calls_in_wait()
443 smp_cpu_stop(1); in test_sense_running()
532 smp_cpu_stop(1); in main()
H A Dfirq.c47 ret = smp_cpu_stop(2); in test_wait_state_delivery()
H A Dskrf.c167 smp_cpu_stop(1); in test_exception_ext_new()
H A Dpv-icptcode.c123 smp_cpu_stop(1); in test_validity_already_running()
124 smp_cpu_stop(2); in test_validity_already_running()
H A Duv-host.c605 smp_cpu_stop(1); in test_init()
/kvm-unit-tests/lib/s390x/
H A Dsmp.h40 int smp_cpu_stop(uint16_t idx);
H A Dsmp.c115 int smp_cpu_stop(uint16_t idx) in smp_cpu_stop() function