Home
last modified time | relevance | path

Searched refs:kvm_read_guest_virt_helper (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/arch/x86/kvm/
H A Dx86.c6140 static int kvm_read_guest_virt_helper(gva_t addr, void *val, unsigned int bytes, in kvm_read_guest_virt_helper() function
6181 /* Inline kvm_read_guest_virt_helper for speed. */ in kvm_fetch_guest_virt()
6211 return kvm_read_guest_virt_helper(addr, val, bytes, vcpu, access, in kvm_read_guest_virt()
6226 return kvm_read_guest_virt_helper(addr, val, bytes, vcpu, access, exception); in emulator_read_std()
/kernel/linux/linux-6.6/arch/x86/kvm/
H A Dx86.c7345 static int kvm_read_guest_virt_helper(gva_t addr, void *val, unsigned int bytes, in kvm_read_guest_virt_helper() function
7387 /* Inline kvm_read_guest_virt_helper for speed. */ in kvm_fetch_guest_virt()
7417 return kvm_read_guest_virt_helper(addr, val, bytes, vcpu, access, in kvm_read_guest_virt()
7434 return kvm_read_guest_virt_helper(addr, val, bytes, vcpu, access, exception); in emulator_read_std()

Completed in 28 milliseconds