Home
last modified time | relevance | path

Searched refs:smp_cpu_start (Results 1 – 4 of 4) sorted by relevance

/kvm-unit-tests/s390x/
H A Dsmp.c105 smp_cpu_start(1, PSW_WITH_CUR_MASK(test_func)); in test_start()
265 smp_cpu_start(1, PSW_WITH_CUR_MASK(stpx_and_set_flag)); in test_set_prefix()
333 smp_cpu_start(1, PSW_WITH_CUR_MASK(call_received)); in test_calls()
395 smp_cpu_start(1, PSW_WITH_CUR_MASK(call_in_wait_setup)); in test_calls_in_wait()
411 smp_cpu_start(1, PSW(extract_psw_mask() | PSW_MASK_EXT | PSW_MASK_WAIT, call_in_wait_received)); in test_calls_in_wait()
426 smp_cpu_start(1, PSW_WITH_CUR_MASK(call_in_wait_cleanup)); in test_calls_in_wait()
467 smp_cpu_start(1, PSW_WITH_CUR_MASK(test_func_initial)); in test_reset_initial()
509 smp_cpu_start(1, PSW_WITH_CUR_MASK(test_func)); in test_reset()
515 smp_cpu_start(1, PSW_WITH_CUR_MASK(test_local_ints)); in test_reset()
H A Dadtl-status.c212 smp_cpu_start(cpu_idx, PSW_WITH_CUR_MASK(restart_write_vector)); in cpu_write_magic_to_vector_regs()
324 smp_cpu_start(cpu_idx, PSW_WITH_CUR_MASK(restart_write_gs_regs)); in cpu_write_to_gs_regs()
/kvm-unit-tests/lib/s390x/
H A Dsmp.h39 int smp_cpu_start(uint16_t idx, struct psw psw);
H A Dsmp.c224 int smp_cpu_start(uint16_t idx, struct psw psw) in smp_cpu_start() function