Searched refs:new_psw (Results 1 – 1 of 1) sorted by relevance
20 size_t new_psw_off, u64 *new_psw) in test_step_int_1() argument29 new_psw[0] = (*vcpu)->run->psw_mask; in test_step_int_1()30 new_psw[1] = (u64)int_handler; in test_step_int_1()31 memcpy(lowcore + new_psw_off, new_psw, 16); in test_step_int_1()45 u64 new_psw[2]; in test_step_int() local48 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 u64 new_psw[2]; in test_step_pgm_diag() local86 __LC_PGM_NEW_PSW, new_psw); in test_step_pgm_diag()[all …]