Searched refs:guestsrc (Results 1 – 1 of 1) sorted by relevance
262 unsigned long guestsrc, in __copy_from_guest_slow() argument270 rc = get_guest_u8(vcpu, guestsrc++, data++); in __copy_from_guest_slow()278 unsigned long guestsrc, in __copy_from_guest_fast() argument285 if (guestsrc + n < guestsrc) in __copy_from_guest_fast()289 if ((guestsrc & PMD_MASK) == ((guestsrc+n) & PMD_MASK)) { in __copy_from_guest_fast()290 uptr = (void __user *) gmap_fault(guestsrc, vcpu->arch.gmap); in __copy_from_guest_fast()304 uptr = (void __user *)gmap_fault(guestsrc, vcpu->arch.gmap); in __copy_from_guest_fast()309 size = PMD_SIZE - (guestsrc & ~PMD_MASK); in __copy_from_guest_fast()319 guestsrc += size; in __copy_from_guest_fast()323 uptr = (void __user *)gmap_fault(guestsrc, vcpu->arch.gmap); in __copy_from_guest_fast()[all …]