Home
last modified time | relevance | path

Searched refs:guestsrc (Results 1 – 1 of 1) sorted by relevance

/arch/s390/kvm/
Dgaccess.h193 unsigned long guestsrc, in __copy_from_guest_slow() argument
201 rc = get_guest_u8(vcpu, guestsrc++, data++); in __copy_from_guest_slow()
209 unsigned long guestsrc, unsigned long n) in copy_from_guest() argument
215 if ((guestsrc < 2 * PAGE_SIZE) && (guestsrc + n > 2 * PAGE_SIZE)) in copy_from_guest()
218 if ((guestsrc < prefix) && (guestsrc + n > prefix)) in copy_from_guest()
221 if ((guestsrc < prefix + 2 * PAGE_SIZE) in copy_from_guest()
222 && (guestsrc + n > prefix + 2 * PAGE_SIZE)) in copy_from_guest()
225 if (guestsrc < 2 * PAGE_SIZE) in copy_from_guest()
226 guestsrc += prefix; in copy_from_guest()
227 else if ((guestsrc >= prefix) && (guestsrc < prefix + 2 * PAGE_SIZE)) in copy_from_guest()
[all …]