Searched refs:log_stop (Results 1 – 12 of 12) sorted by relevance
/openbmc/linux/drivers/vfio/pci/pds/ |
H A D | vfio_dev.c | 136 .log_stop = pds_vfio_dma_logging_stop,
|
/openbmc/linux/include/linux/ |
H A D | vfio.h | 222 int (*log_stop)(struct vfio_device *device); member
|
/openbmc/qemu/hw/xen/ |
H A D | xen-pvh-common.c | 26 .log_stop = NULL,
|
/openbmc/qemu/accel/hvf/ |
H A D | hvf-accel-ops.c | 308 .log_stop = hvf_log_stop,
|
/openbmc/linux/drivers/vfio/ |
H A D | vfio_main.c | 1066 device->log_ops->log_stop(device); in vfio_ioctl_device_feature_logging_start() 1089 return device->log_ops->log_stop(device); in vfio_ioctl_device_feature_logging_stop()
|
/openbmc/qemu/hw/i386/xen/ |
H A D | xen-hvm.c | 478 .log_stop = xen_log_stop,
|
/openbmc/qemu/include/exec/ |
H A D | memory.h | 920 void (*log_stop)(MemoryListener *listener, MemoryRegionSection *section, member
|
/openbmc/qemu/system/ |
H A D | memory.c | 1151 MEMORY_LISTENER_UPDATE_REGION(frnew, as, Reverse, log_stop, in address_space_update_topology_pass() 3256 if (fr->dirty_log_mask && listener->log_stop) { in listener_del_address_space() 3257 listener->log_stop(listener, §ion, fr->dirty_log_mask, 0); in listener_del_address_space()
|
/openbmc/linux/drivers/vfio/pci/mlx5/ |
H A D | main.c | 1278 .log_stop = mlx5vf_stop_page_tracker,
|
/openbmc/qemu/hw/virtio/ |
H A D | vhost.c | 1581 .log_stop = vhost_log_stop, in vhost_dev_init()
|
/openbmc/linux/drivers/vfio/pci/ |
H A D | vfio_pci_core.c | 2229 vdev->vdev.log_ops->log_stop && in vfio_pci_core_register_device()
|
/openbmc/qemu/accel/kvm/ |
H A D | kvm-all.c | 1921 kml->listener.log_stop = kvm_log_stop; in kvm_memory_listener_register()
|