Lines Matching refs:gaddr
636 .gaddr = addr,
647 uvcb.gaddr, *rc, *rrc);
723 * @gaddr: Starting absolute guest address for which the storage state
731 * (gaddr). The gaddr pointer will be updated with the last address
741 * -EINVAL if gaddr is not aligned to 1MB
747 u64 *gaddr, u64 buff_user_len, u16 *rc, u16 *rrc)
753 .gaddr = *gaddr,
764 if (!IS_ALIGNED(*gaddr, HPAGE_SIZE))
804 uvcb.gaddr += HPAGE_SIZE;
820 *gaddr = uvcb.gaddr;
827 uvcb.gaddr, ret, uvcb.header.rc, uvcb.header.rrc);