Home
last modified time | relevance | path

Searched refs:KVM_GET_DIRTY_LOG (Results 1 – 5 of 5) sorted by relevance

/Linux-v6.6/tools/testing/selftests/kvm/include/
Dkvm_util_base.h353 vm_ioctl(vm, KVM_GET_DIRTY_LOG, &args); in kvm_vm_get_dirty_log()
/Linux-v6.6/tools/include/uapi/linux/
Dkvm.h1462 #define KVM_GET_DIRTY_LOG _IOW(KVMIO, 0x42, struct kvm_dirty_log) macro
/Linux-v6.6/include/uapi/linux/
Dkvm.h1469 #define KVM_GET_DIRTY_LOG _IOW(KVMIO, 0x42, struct kvm_dirty_log) macro
/Linux-v6.6/virt/kvm/
Dkvm_main.c4824 case KVM_GET_DIRTY_LOG: { in kvm_vm_ioctl()
5041 case KVM_GET_DIRTY_LOG: { in kvm_vm_compat_ioctl()
/Linux-v6.6/Documentation/virt/kvm/
Dapi.rst322 4.8 KVM_GET_DIRTY_LOG (vm ioctl)
333 /* for KVM_GET_DIRTY_LOG */
1347 writes to memory within the slot. See KVM_GET_DIRTY_LOG ioctl to know how to
7345 With KVM_DIRTY_LOG_MANUAL_PROTECT_ENABLE is set, KVM_GET_DIRTY_LOG will not
7355 large amount of time can pass between a call to KVM_GET_DIRTY_LOG and
8194 KVM_GET_DIRTY_LOG interface in that, when reading the dirty ring from
8197 flushing is done by the KVM_GET_DIRTY_LOG ioctl). To achieve that, one
8225 KVM_GET_DIRTY_LOG ioctl. KVM_CLEAR_DIRTY_LOG isn't needed as long as all