Searched refs:program_new_psw (Results 1 – 12 of 12) sorted by relevance
/openbmc/linux/arch/s390/boot/ |
H A D | physmem_info.c | 84 "+Q" (S390_lowcore.program_new_psw), in __diag260() 88 [psw_pgm] "a" (&S390_lowcore.program_new_psw) in __diag260() 132 "=Q" (S390_lowcore.program_new_psw.addr), in tprot() 135 [psw_pgm] "a" (&S390_lowcore.program_new_psw), in tprot()
|
H A D | ipl_data.c | 23 psw_t program_new_psw; /* 0x01d0 */ member 81 .program_new_psw = { .mask = PSW_MASK_DISABLED, .addr = __LC_PGM_NEW_PSW, },
|
H A D | ipl_parm.c | 52 "+Q" (S390_lowcore.program_new_psw), in __diag308() 56 [psw_pgm] "a" (&S390_lowcore.program_new_psw) in __diag308()
|
/openbmc/linux/arch/s390/kernel/ |
H A D | setup.c | 421 lc->program_new_psw.mask = PSW_KERNEL_BITS | PSW_MASK_MCHECK; in setup_lowcore() 422 lc->program_new_psw.addr = (unsigned long) pgm_check_handler; in setup_lowcore() 476 abs_lc->program_new_psw = lc->program_new_psw; in setup_lowcore()
|
H A D | early.c | 187 S390_lowcore.program_new_psw = psw; in setup_lowcore_early()
|
H A D | asm-offsets.c | 110 OFFSET(__LC_PGM_NEW_PSW, lowcore, program_new_psw); in main()
|
/openbmc/qemu/tests/tcg/s390x/ |
H A D | per.S | 12 program_new_psw: label
|
/openbmc/qemu/pc-bios/s390-ccw/ |
H A D | s390-arch.h | 91 PSW program_new_psw; /* 0x1d0 */ member
|
/openbmc/linux/arch/s390/include/asm/ |
H A D | lowcore.h | 90 psw_t program_new_psw; /* 0x01d0 */ member
|
/openbmc/qemu/target/s390x/tcg/ |
H A D | excp_helper.c | 281 mask = be64_to_cpu(lowcore->program_new_psw.mask); in do_program_interrupt() 282 addr = be64_to_cpu(lowcore->program_new_psw.addr); in do_program_interrupt()
|
/openbmc/qemu/target/s390x/ |
H A D | s390x-internal.h | 64 PSW program_new_psw; /* 0x1d0 */ member
|
/openbmc/qemu/target/s390x/kvm/ |
H A D | kvm.c | 1687 offsetof(LowCore, program_new_psw)); in handle_oper_loop() 1689 offsetof(LowCore, program_new_psw) + 8); in handle_oper_loop() 1707 offsetof(LowCore, program_new_psw)); in handle_oper_loop() 1729 offsetof(LowCore, program_new_psw)); in handle_intercept()
|