Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/include/asm/
Dkvm_host.h835 void (*flush_log_dirty)(struct kvm *kvm); member
/linux-4.1.27/arch/x86/kvm/
Dx86.c3820 if (kvm_x86_ops->flush_log_dirty) in kvm_vm_ioctl_get_dirty_log()
3821 kvm_x86_ops->flush_log_dirty(kvm); in kvm_vm_ioctl_get_dirty_log()
Dvmx.c6210 kvm_x86_ops->flush_log_dirty = NULL; in hardware_setup()
10280 .flush_log_dirty = vmx_flush_log_dirty,