Home
last modified time | relevance | path

Searched refs:flush_log_dirty (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/arch/x86/include/asm/
Dkvm_host.h894 void (*flush_log_dirty)(struct kvm *kvm); member
/linux-4.4.14/arch/x86/kvm/
Dx86.c3660 if (kvm_x86_ops->flush_log_dirty) in kvm_vm_ioctl_get_dirty_log()
3661 kvm_x86_ops->flush_log_dirty(kvm); in kvm_vm_ioctl_get_dirty_log()
Dvmx.c6298 kvm_x86_ops->flush_log_dirty = NULL; in hardware_setup()
10886 .flush_log_dirty = vmx_flush_log_dirty,