Home
last modified time | relevance | path

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

/qemu/include/hw/s390x/
H A Dcss.h207 void copy_esw_to_guest(ESW *dest, const ESW *src);
/qemu/hw/vfio/
H A Dccw.c369 copy_esw_to_guest(&esw, &irb.esw); in vfio_ccw_io_notifier_handler()
/qemu/hw/s390x/
H A Dcss.c1373 void copy_esw_to_guest(ESW *dest, const ESW *src) in copy_esw_to_guest() function
1695 copy_esw_to_guest(&dest->esw, &src->esw); in copy_irb_to_guest()