Lines Matching refs:cc
79 int cc; in test_store_adtl_status() local
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()
105 cc = sigp(INVALID_CPU_ADDRESS, SIGP_STORE_ADDITIONAL_STATUS, in test_store_adtl_status()
107 report(cc == 3, "CC = 3"); 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()
132 int cc; in test_store_adtl_status_unavail() local
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()
239 int cc; in __store_adtl_status_vector_lc() local
253 cc = smp_sigp(1, SIGP_STORE_ADDITIONAL_STATUS, in __store_adtl_status_vector_lc()
255 report(!cc, "CC = 0"); in __store_adtl_status_vector_lc()
332 int cc; in __store_adtl_status_gs() local
341 cc = smp_sigp(1, SIGP_STORE_ADDITIONAL_STATUS, in __store_adtl_status_gs()
343 report(!cc, "CC = 0"); in __store_adtl_status_gs()