Searched refs:guest_cp (Results 1 – 3 of 3) sorted by relevance
145 private->cp.guest_cp = kcalloc(CCWCHAIN_LEN_MAX, sizeof(struct ccw1), in vfio_ccw_alloc_private()147 if (!private->cp.guest_cp) in vfio_ccw_alloc_private()180 kfree(private->cp.guest_cp); in vfio_ccw_alloc_private()200 kfree(private->cp.guest_cp); in vfio_ccw_free_private()
41 struct ccw1 *guest_cp; member
415 struct ccw1 *ccw = cp->guest_cp; in ccwchain_calc_length()474 len = copy_from_iova(vdev, cp->guest_cp, cda, in ccwchain_handle_ccw()481 convert_ccw0_to_ccw1(cp->guest_cp, CCWCHAIN_LEN_MAX); in ccwchain_handle_ccw()495 memcpy(chain->ch_ccw, cp->guest_cp, len * sizeof(struct ccw1)); in ccwchain_handle_ccw()