Searched refs:new_psw (Results 1 – 2 of 2) sorted by relevance
| /linux/tools/testing/selftests/kvm/s390/ |
| H A D | debug_test.c | 20 size_t new_psw_off, u64 *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] = (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() 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 u64 new_psw[2]; in test_step_pgm_diag() local 86 __LC_PGM_NEW_PSW, new_psw); in test_step_pgm_diag() [all …]
|
| /linux/arch/s390/include/asm/ |
| H A D | processor.h | 224 #define start_thread(regs, new_psw, new_stackp) do { \ argument 226 regs->psw.addr = new_psw; \ 231 #define start_thread31(regs, new_psw, new_stackp) do { \ argument 233 regs->psw.addr = new_psw; \
|