Searched refs:psw_addr (Results 1 – 6 of 6) sorted by relevance
296 orig_psw = vcpu->run->psw_addr; in test_migration_mode()322 vcpu->run->psw_addr = orig_psw; in test_migration_mode()343 vcpu->run->psw_addr = orig_psw; in test_migration_mode()368 vcpu->run->psw_addr = orig_psw; in test_migration_mode()519 orig_psw = vcpu->run->psw_addr; in test_get_skip_holes()535 vcpu->run->psw_addr = orig_psw; in test_get_skip_holes()
51 TEST_ASSERT_EQ(vcpu->run->psw_addr, new_psw[1]); in test_step_int()94 TEST_ASSERT_EQ(vcpu->run->psw_addr, new_psw[1]); in test_step_pgm_diag()
159 TEST_ASSERT(vcpu->run->psw_addr == 0, "psw_addr == 0 (kvm_run)"); in assert_initial()
805 psw[1] = t.run->psw_addr; in test_termination()
189 run->psw_addr = (uintptr_t)guest_code; in vm_arch_vcpu_add()217 indent, "", vcpu->run->psw_mask, vcpu->run->psw_addr); in vcpu_arch_dump()
301 __u64 psw_addr; /* psw lower half */ member