Home
last modified time | relevance | path

Searched refs:new_psw (Results 1 – 1 of 1) sorted by relevance

/tools/testing/selftests/kvm/s390/
A Ddebug_test.c20 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
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()
[all …]

Completed in 4 milliseconds