Home
last modified time | relevance | path

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

/openbmc/linux/arch/s390/boot/
H A Dipl_data.c22 psw_t svc_new_psw; /* 0x01c0 */ member
80 .svc_new_psw = { .mask = PSW_MASK_DISABLED, .addr = __LC_SVC_NEW_PSW, },
/openbmc/qemu/pc-bios/s390-ccw/
H A Ds390-arch.h90 PSW svc_new_psw; /* 0x1c0 */ member
/openbmc/linux/arch/s390/include/asm/
H A Dlowcore.h89 psw_t svc_new_psw; /* 0x01c0 */ member
/openbmc/qemu/target/s390x/tcg/
H A Dexcp_helper.c301 mask = be64_to_cpu(lowcore->svc_new_psw.mask); in do_svc_interrupt()
302 addr = be64_to_cpu(lowcore->svc_new_psw.addr); in do_svc_interrupt()
/openbmc/linux/arch/s390/kernel/
H A Dsetup.c419 lc->svc_new_psw.mask = PSW_KERNEL_BITS | PSW_MASK_MCHECK; in setup_lowcore()
420 lc->svc_new_psw.addr = (unsigned long) system_call; in setup_lowcore()
H A Dasm-offsets.c109 OFFSET(__LC_SVC_NEW_PSW, lowcore, svc_new_psw); in main()
/openbmc/qemu/target/s390x/
H A Ds390x-internal.h63 PSW svc_new_psw; /* 0x1c0 */ member