KVM
Public Attributes | List of all members
read_write_emulator_ops Struct Reference

Public Attributes

int(* read_write_prepare )(struct kvm_vcpu *vcpu, void *val, int bytes)
 
int(* read_write_emulate )(struct kvm_vcpu *vcpu, gpa_t gpa, void *val, int bytes)
 
int(* read_write_mmio )(struct kvm_vcpu *vcpu, gpa_t gpa, int bytes, void *val)
 
int(* read_write_exit_mmio )(struct kvm_vcpu *vcpu, gpa_t gpa, void *val, int bytes)
 
bool write
 

Detailed Description

Definition at line 7753 of file x86.c.

Member Data Documentation

◆ read_write_emulate

int(* read_write_emulator_ops::read_write_emulate) (struct kvm_vcpu *vcpu, gpa_t gpa, void *val, int bytes)

Definition at line 7756 of file x86.c.

◆ read_write_exit_mmio

int(* read_write_emulator_ops::read_write_exit_mmio) (struct kvm_vcpu *vcpu, gpa_t gpa, void *val, int bytes)

Definition at line 7760 of file x86.c.

◆ read_write_mmio

int(* read_write_emulator_ops::read_write_mmio) (struct kvm_vcpu *vcpu, gpa_t gpa, int bytes, void *val)

Definition at line 7758 of file x86.c.

◆ read_write_prepare

int(* read_write_emulator_ops::read_write_prepare) (struct kvm_vcpu *vcpu, void *val, int bytes)

Definition at line 7754 of file x86.c.

◆ write

bool read_write_emulator_ops::write

Definition at line 7762 of file x86.c.


The documentation for this struct was generated from the following file: