Home
last modified time | relevance | path

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

/qemu/hw/s390x/
H A Dcss.c1424 SCHIB schib_copy; in css_do_msch() local
1439 copy_schib_from_guest(&schib_copy, orig_schib); in css_do_msch()
1441 schib->pmcw.intparm = schib_copy.pmcw.intparm; in css_do_msch()
1446 schib->pmcw.flags |= schib_copy.pmcw.flags & in css_do_msch()
1450 schib->pmcw.lpm = schib_copy.pmcw.lpm; in css_do_msch()
1451 schib->pmcw.mbi = schib_copy.pmcw.mbi; in css_do_msch()
1452 schib->pmcw.pom = schib_copy.pmcw.pom; in css_do_msch()
1454 schib->pmcw.chars |= schib_copy.pmcw.chars & in css_do_msch()
1456 schib->mba = schib_copy.mba; in css_do_msch()