Lines Matching refs:lowcore
113 struct lowcore *lc = cpu->lowcore; in test_restart()
174 lowcore.prefix_sa = 0; in test_stop_store_status()
175 lowcore.grs_sa[15] = 0; in test_stop_store_status()
179 report(lowcore.prefix_sa == (uint32_t)(uintptr_t)cpu->lowcore, "prefix"); in test_stop_store_status()
180 report(lowcore.grs_sa[15], "stack"); in test_stop_store_status()
184 lowcore.prefix_sa = 0; in test_stop_store_status()
185 lowcore.grs_sa[15] = 0; in test_stop_store_status()
189 report(lowcore.prefix_sa == (uint32_t)(uintptr_t)cpu->lowcore, "prefix"); in test_stop_store_status()
190 report(lowcore.grs_sa[15], "stack"); in test_stop_store_status()
251 struct lowcore *new_lc = alloc_pages_flags(1, AREA_DMA31); in test_set_prefix()
260 memcpy(new_lc, cpu1->lowcore, sizeof(struct lowcore)); in test_set_prefix()
281 report(cpu1_prefix == (uint64_t)cpu1->lowcore, "prefix unchanged"); in test_set_prefix()
308 while (lowcore.ext_int_code != current_sigp_call_case->ext_int_expected_type) in call_received()
351 lowcore.ext_old_psw.mask &= ~PSW_MASK_WAIT; in call_in_wait_ext_int_fixup()
365 report(lowcore.ext_int_code == current_sigp_call_case->ext_int_expected_type, "received"); in call_in_wait_received()