Searched refs:guest_cp (Results 1 – 3 of 3) sorted by relevance
168 private->cp.guest_cp = kcalloc(CCWCHAIN_LEN_MAX, sizeof(struct ccw1), in vfio_ccw_sch_probe()170 if (!private->cp.guest_cp) in vfio_ccw_sch_probe()232 kfree(private->cp.guest_cp); in vfio_ccw_sch_probe()254 kfree(private->cp.guest_cp); in vfio_ccw_sch_remove()
373 struct ccw1 *ccw = cp->guest_cp; in ccwchain_calc_length()430 len = copy_from_iova(cp->mdev, cp->guest_cp, cda, in ccwchain_handle_ccw()437 convert_ccw0_to_ccw1(cp->guest_cp, CCWCHAIN_LEN_MAX); in ccwchain_handle_ccw()451 memcpy(chain->ch_ccw, cp->guest_cp, len * sizeof(struct ccw1)); in ccwchain_handle_ccw()
42 struct ccw1 *guest_cp; member