Home
last modified time | relevance | path

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

/linux/arch/x86/kvm/
H A Dx86.h448 int kvm_write_guest_virt_system(struct kvm_vcpu *vcpu,
H A Dx86.c7980 int kvm_write_guest_virt_system(struct kvm_vcpu *vcpu, gva_t addr, void *val, in kvm_write_guest_virt_system() function
7989 EXPORT_SYMBOL_FOR_KVM_INTERNAL(kvm_write_guest_virt_system);
/linux/arch/x86/kvm/vmx/
H A Dnested.c5728 r = kvm_write_guest_virt_system(vcpu, gva, &value, len, &e); in handle_vmread()
5970 r = kvm_write_guest_virt_system(vcpu, gva, (void *)&current_vmptr, in handle_vmptrst()