Home
last modified time | relevance | path

Searched refs:log_stop (Results 1 – 12 of 12) sorted by relevance

/openbmc/linux/drivers/vfio/pci/pds/
H A Dvfio_dev.c136 .log_stop = pds_vfio_dma_logging_stop,
/openbmc/linux/include/linux/
H A Dvfio.h222 int (*log_stop)(struct vfio_device *device); member
/openbmc/qemu/hw/xen/
H A Dxen-pvh-common.c26 .log_stop = NULL,
/openbmc/qemu/accel/hvf/
H A Dhvf-accel-ops.c308 .log_stop = hvf_log_stop,
/openbmc/linux/drivers/vfio/
H A Dvfio_main.c1066 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 Dxen-hvm.c478 .log_stop = xen_log_stop,
/openbmc/qemu/include/exec/
H A Dmemory.h920 void (*log_stop)(MemoryListener *listener, MemoryRegionSection *section, member
/openbmc/qemu/system/
H A Dmemory.c1151 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, &section, fr->dirty_log_mask, 0); in listener_del_address_space()
/openbmc/linux/drivers/vfio/pci/mlx5/
H A Dmain.c1278 .log_stop = mlx5vf_stop_page_tracker,
/openbmc/qemu/hw/virtio/
H A Dvhost.c1581 .log_stop = vhost_log_stop, in vhost_dev_init()
/openbmc/linux/drivers/vfio/pci/
H A Dvfio_pci_core.c2229 vdev->vdev.log_ops->log_stop && in vfio_pci_core_register_device()
/openbmc/qemu/accel/kvm/
H A Dkvm-all.c1921 kml->listener.log_stop = kvm_log_stop; in kvm_memory_listener_register()