Searched refs:kvm_read_guest_virt_helper (Results 1 – 1 of 1) sorted by relevance
/linux/arch/x86/kvm/ |
H A D | x86.c | 7509 static int kvm_read_guest_virt_helper(gva_t addr, void *val, unsigned int bytes, in kvm_read_guest_virt_helper() function 7551 /* Inline kvm_read_guest_virt_helper for speed. */ in kvm_fetch_guest_virt() 7581 return kvm_read_guest_virt_helper(addr, val, bytes, vcpu, access, in kvm_read_guest_virt() 7598 return kvm_read_guest_virt_helper(addr, val, bytes, vcpu, access, exception); in emulator_read_std()
|