|
| 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 |
| |
Definition at line 7753 of file x86.c.
◆ read_write_emulate
| int(* read_write_emulator_ops::read_write_emulate) (struct kvm_vcpu *vcpu, gpa_t gpa, void *val, int bytes) |
◆ read_write_exit_mmio
| int(* read_write_emulator_ops::read_write_exit_mmio) (struct kvm_vcpu *vcpu, gpa_t gpa, void *val, int bytes) |
◆ read_write_mmio
| int(* read_write_emulator_ops::read_write_mmio) (struct kvm_vcpu *vcpu, gpa_t gpa, int bytes, void *val) |
◆ read_write_prepare
| int(* read_write_emulator_ops::read_write_prepare) (struct kvm_vcpu *vcpu, void *val, int bytes) |
◆ write
| bool read_write_emulator_ops::write |
The documentation for this struct was generated from the following file: