Home
last modified time | relevance | path

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

/linux-3.4.99/arch/x86/kvm/
Dmmu.h53 int handle_mmio_page_fault_common(struct kvm_vcpu *vcpu, u64 addr, bool direct);
Dmmu.c2932 int handle_mmio_page_fault_common(struct kvm_vcpu *vcpu, u64 addr, bool direct) in handle_mmio_page_fault_common() function
2966 EXPORT_SYMBOL_GPL(handle_mmio_page_fault_common);
2973 ret = handle_mmio_page_fault_common(vcpu, addr, direct); in handle_mmio_page_fault()
Dvmx.c4830 ret = handle_mmio_page_fault_common(vcpu, gpa, true); in handle_ept_misconfig()