Lines Matching refs:new_psw
20 size_t new_psw_off, uint64_t *new_psw) in test_step_int_1() argument
29 new_psw[0] = (*vcpu)->run->psw_mask; in test_step_int_1()
30 new_psw[1] = (uint64_t)int_handler; in test_step_int_1()
31 memcpy(lowcore + new_psw_off, new_psw, 16); in test_step_int_1()
45 uint64_t new_psw[2]; in test_step_int() local
48 vm = test_step_int_1(&vcpu, guest_code, new_psw_off, new_psw); in test_step_int()
50 TEST_ASSERT_EQ(vcpu->run->psw_mask, new_psw[0]); in test_step_int()
51 TEST_ASSERT_EQ(vcpu->run->psw_addr, new_psw[1]); in test_step_int()
82 uint64_t new_psw[2]; in test_step_pgm_diag() local
86 __LC_PGM_NEW_PSW, new_psw); in test_step_pgm_diag()
93 TEST_ASSERT_EQ(vcpu->run->psw_mask, new_psw[0]); in test_step_pgm_diag()
94 TEST_ASSERT_EQ(vcpu->run->psw_addr, new_psw[1]); in test_step_pgm_diag()