Searched refs:copy_esw_to_guest (Results 1 – 3 of 3) sorted by relevance
207 void copy_esw_to_guest(ESW *dest, const ESW *src);
361 copy_esw_to_guest(&esw, &irb.esw); in vfio_ccw_io_notifier_handler()
1344 void copy_esw_to_guest(ESW *dest, const ESW *src) in copy_esw_to_guest() function1666 copy_esw_to_guest(&dest->esw, &src->esw); in copy_irb_to_guest()