Home
last modified time | relevance | path

Searched refs:lowcore (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/pc-bios/s390-ccw/
H A Dmain.c28 LowCore *lowcore; /* Yes, this *is* a pointer to address 0 */ variable
42 lowcore->subchannel_id = net_schid.sch_id; in write_subsystem_identification()
43 lowcore->subchannel_nr = net_schid.sch_no; in write_subsystem_identification()
45 lowcore->subchannel_id = blk_schid.sch_id; in write_subsystem_identification()
46 lowcore->subchannel_nr = blk_schid.sch_no; in write_subsystem_identification()
48 lowcore->io_int_parm = 0; in write_subsystem_identification()
54 lowcore->ptr_iplb = ptr2u32(&iplb); in write_iplb_location()
H A Ddasd-ipl.c23 memcpy(&prefix_page, lowcore, 4096); in enable_prefixing()
31 memcpy((void *)&lowcore->subchannel_id, prefix_page + 0xB8, 12); in disable_prefixing()
H A Ds390-arch.h96 extern LowCore *lowcore;
/openbmc/qemu/tests/tcg/s390x/
H A DMakefile.softmmu-target35 unaligned-lowcore