Lines Matching full:1

68 	set_flag(1);  in test_func()
78 uint32_t status = -1; in test_store_adtl_status()
91 smp_cpu_restart(1); in test_store_adtl_status()
93 cc = smp_sigp(1, SIGP_STORE_ADDITIONAL_STATUS, in test_store_adtl_status()
96 report(cc == 1, "CC = 1"); in test_store_adtl_status()
114 smp_cpu_stop(1); in test_store_adtl_status()
116 cc = smp_sigp(1, SIGP_STORE_ADDITIONAL_STATUS, in test_store_adtl_status()
118 report(cc == 1, "CC = 1"); in test_store_adtl_status()
142 smp_cpu_stop(1); in test_store_adtl_status_unavail()
146 cc = smp_sigp(1, SIGP_STORE_ADDITIONAL_STATUS, in test_store_adtl_status_unavail()
149 report(cc == 1, "CC = 1"); in test_store_adtl_status_unavail()
171 /* i+1 to avoid zero content */ in restart_write_vector()
172 memset(vec_reg, i + 1, VEC_REGISTER_SIZE); in restart_write_vector()
187 /* inform CPU 0 we are done by setting testflag to 1 */ in restart_write_vector()
188 " mvhi %[testflag], 1\n" in restart_write_vector()
238 uint32_t status = -1; in __store_adtl_status_vector_lc()
248 cpu_write_magic_to_vector_regs(1); in __store_adtl_status_vector_lc()
249 smp_cpu_stop(1); in __store_adtl_status_vector_lc()
253 cc = smp_sigp(1, SIGP_STORE_ADDITIONAL_STATUS, in __store_adtl_status_vector_lc()
270 smp_cpu_destroy(1); in __store_adtl_status_vector_lc()
271 smp_cpu_setup(1, PSW_WITH_CUR_MASK(test_func)); in __store_adtl_status_vector_lc()
308 set_flag(1); in restart_write_gs_regs()
336 cpu_write_to_gs_regs(1); in __store_adtl_status_gs()
337 smp_cpu_stop(1); in __store_adtl_status_gs()
341 cc = smp_sigp(1, SIGP_STORE_ADDITIONAL_STATUS, in __store_adtl_status_gs()
374 if (smp_query_num_cpus() == 1) { in main()
380 smp_cpu_setup(1, PSW_WITH_CUR_MASK(test_func)); in main()
381 smp_cpu_stop(1); in main()
387 smp_cpu_destroy(1); in main()