Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/kvm/
Dmmu.h71 int handle_mmio_page_fault_common(struct kvm_vcpu *vcpu, u64 addr, bool direct);
Dmmu.c3340 int handle_mmio_page_fault_common(struct kvm_vcpu *vcpu, u64 addr, bool direct) in handle_mmio_page_fault_common() function
3370 EXPORT_SYMBOL_GPL(handle_mmio_page_fault_common);
3377 ret = handle_mmio_page_fault_common(vcpu, addr, direct); in handle_mmio_page_fault()
Dvmx.c5868 ret = handle_mmio_page_fault_common(vcpu, gpa, true); in handle_ept_misconfig()