Searched refs:copy_from_guest_absolute (Results 1 – 2 of 2) sorted by relevance
52 if (copy_from_guest_absolute(vcpu, &tmp, address, 1) || in handle_set_prefix()53 (copy_from_guest_absolute(vcpu, &tmp, address + PAGE_SIZE, 1))) { in handle_set_prefix()
261 static inline int copy_from_guest_absolute(struct kvm_vcpu *vcpu, void *to, in copy_from_guest_absolute() function