Home
last modified time | relevance | path

Searched refs:kvm_write_guest_virt_system (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/arch/x86/kvm/
H A Dx86.h253 int kvm_write_guest_virt_system(struct kvm_vcpu *vcpu,
H A Dx86.c6283 int kvm_write_guest_virt_system(struct kvm_vcpu *vcpu, gva_t addr, void *val, in kvm_write_guest_virt_system() function
6286 /* kvm_write_guest_virt_system can pull in tons of pages. */ in kvm_write_guest_virt_system()
6292 EXPORT_SYMBOL_GPL(kvm_write_guest_virt_system); variable
/kernel/linux/linux-6.6/arch/x86/kvm/
H A Dx86.h301 int kvm_write_guest_virt_system(struct kvm_vcpu *vcpu,
H A Dx86.c7483 int kvm_write_guest_virt_system(struct kvm_vcpu *vcpu, gva_t addr, void *val, in kvm_write_guest_virt_system() function
7486 /* kvm_write_guest_virt_system can pull in tons of pages. */ in kvm_write_guest_virt_system()
7492 EXPORT_SYMBOL_GPL(kvm_write_guest_virt_system); variable
/kernel/linux/linux-5.10/arch/x86/kvm/vmx/
H A Dnested.c5153 r = kvm_write_guest_virt_system(vcpu, gva, &value, len, &e); in handle_vmread()
5387 r = kvm_write_guest_virt_system(vcpu, gva, (void *)&current_vmptr, in handle_vmptrst()
/kernel/linux/linux-6.6/arch/x86/kvm/vmx/
H A Dnested.c5417 r = kvm_write_guest_virt_system(vcpu, gva, &value, len, &e); in handle_vmread()
5659 r = kvm_write_guest_virt_system(vcpu, gva, (void *)&current_vmptr, in handle_vmptrst()

Completed in 45 milliseconds