Home
last modified time | relevance | path

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

/qemu/hw/s390x/
H A Dcss.c1453 SCHIB schib_copy; in css_do_msch() local
1468 copy_schib_from_guest(&schib_copy, orig_schib); in css_do_msch()
1470 schib->pmcw.intparm = schib_copy.pmcw.intparm; in css_do_msch()
1475 schib->pmcw.flags |= schib_copy.pmcw.flags & in css_do_msch()
1479 schib->pmcw.lpm = schib_copy.pmcw.lpm; in css_do_msch()
1480 schib->pmcw.mbi = schib_copy.pmcw.mbi; in css_do_msch()
1481 schib->pmcw.pom = schib_copy.pmcw.pom; in css_do_msch()
1483 schib->pmcw.chars |= schib_copy.pmcw.chars & in css_do_msch()
1485 schib->mba = schib_copy.mba; in css_do_msch()