KVM
|
#include <linux/kvm_host.h>
#include <asm/kvm_emulate.h>
#include <trace/events/kvm.h>
#include "trace.h"
Go to the source code of this file.
Functions | |
void | kvm_mmio_write_buf (void *buf, unsigned int len, unsigned long data) |
unsigned long | kvm_mmio_read_buf (const void *buf, unsigned int len) |
int | kvm_handle_mmio_return (struct kvm_vcpu *vcpu) |
int | io_mem_abort (struct kvm_vcpu *vcpu, phys_addr_t fault_ipa) |
int io_mem_abort | ( | struct kvm_vcpu * | vcpu, |
phys_addr_t | fault_ipa | ||
) |
Definition at line 123 of file mmio.c.
int kvm_handle_mmio_return | ( | struct kvm_vcpu * | vcpu | ) |
kvm_handle_mmio_return – Handle MMIO loads after user space emulation or in-kernel IO emulation
@vcpu: The VCPU pointer
Definition at line 81 of file mmio.c.
unsigned long kvm_mmio_read_buf | ( | const void * | buf, |
unsigned int | len | ||
) |