Home
last modified time | relevance | path

Searched refs:PSWLegacy (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/pc-bios/s390-ccw/
H A Ds390-arch.h21 typedef struct PSWLegacy { struct
24 } __attribute__ ((aligned(8))) PSWLegacy; argument
25 _Static_assert(sizeof(struct PSWLegacy) == 8, "PSWLegacy size incorrect");
39 PSWLegacy ipl_psw; /* 0x000 */
H A Ddasd-ipl.c200 PSWLegacy *pswl = (PSWLegacy *) 0x00; in dasd_ipl()