Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/include/asm/
Dkvm_host.h1085 void (*flush_log_dirty)(struct kvm *kvm); member
/Linux-v4.19/arch/x86/kvm/
Dx86.c4272 if (kvm_x86_ops->flush_log_dirty) in kvm_vm_ioctl_get_dirty_log()
4273 kvm_x86_ops->flush_log_dirty(kvm); in kvm_vm_ioctl_get_dirty_log()
Dvmx.c7974 kvm_x86_ops->flush_log_dirty = NULL; in hardware_setup()
14219 .flush_log_dirty = vmx_flush_log_dirty,