Searched refs:__LC_PGM_NEW_PSW (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/tools/testing/selftests/kvm/s390x/ |
H A D | debug_test.c | 9 #define __LC_PGM_NEW_PSW 0x1d0 macro 63 test_step_int(test_step_pgm_guest_code, __LC_PGM_NEW_PSW); in test_step_pgm() 86 __LC_PGM_NEW_PSW, new_psw); in test_step_pgm_diag() 109 test_step_int(test_step_pgm_iske_guest_code, __LC_PGM_NEW_PSW); in test_step_pgm_iske() 123 test_step_int(test_step_pgm_lctl_guest_code, __LC_PGM_NEW_PSW); in test_step_pgm_lctl()
|
/openbmc/linux/arch/s390/boot/ |
H A D | ipl_data.c | 81 .program_new_psw = { .mask = PSW_MASK_DISABLED, .addr = __LC_PGM_NEW_PSW, },
|
H A D | head.S | 248 mvc __LC_PGM_NEW_PSW(16),0(%r13) 313 stg %r9,__LC_PGM_NEW_PSW+8
|
/openbmc/linux/arch/s390/kvm/ |
H A D | intercept.c | 271 rc = read_guest_lc(vcpu, __LC_PGM_NEW_PSW, &psw, sizeof(psw_t)); in handle_prog() 476 rc = read_guest_lc(vcpu, __LC_PGM_NEW_PSW, &newpsw, sizeof(psw_t)); in handle_operexc()
|
H A D | interrupt.c | 964 rc |= read_guest_lc(vcpu, __LC_PGM_NEW_PSW, in __deliver_prog()
|
/openbmc/linux/arch/s390/kernel/ |
H A D | asm-offsets.c | 110 OFFSET(__LC_PGM_NEW_PSW, lowcore, program_new_psw); in main()
|