Searched refs:this (Results 1 – 3 of 3) sorted by relevance
44 struct kvm_io_device *this, gpa_t addr, in coalesced_mmio_write() argument47 struct kvm_coalesced_mmio_dev *dev = to_mmio(this); in coalesced_mmio_write()81 static void coalesced_mmio_destructor(struct kvm_io_device *this) in coalesced_mmio_destructor() argument83 struct kvm_coalesced_mmio_dev *dev = to_mmio(this); in coalesced_mmio_destructor()
22 # Only strongly ordered architectures can select this, as it doesn't30 # Weakly ordered architectures can only select this, advertising37 # that need to dirty memory outside of a vCPU context should select this.
804 ioeventfd_write(struct kvm_vcpu *vcpu, struct kvm_io_device *this, gpa_t addr, in ioeventfd_write() argument807 struct _ioeventfd *p = to_ioeventfd(this); in ioeventfd_write()821 ioeventfd_destructor(struct kvm_io_device *this) in ioeventfd_destructor() argument823 struct _ioeventfd *p = to_ioeventfd(this); in ioeventfd_destructor()
Completed in 10 milliseconds