Home
last modified time | relevance | path

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

/arch/x86/include/asm/
Dkvm_host.h1238 void (*flush_log_dirty)(struct kvm *kvm); member
/arch/x86/kvm/vmx/
Dvmx.c7893 .flush_log_dirty = vmx_flush_log_dirty,
8036 vmx_x86_ops.flush_log_dirty = NULL; in hardware_setup()
/arch/x86/kvm/
Dx86.c5344 if (kvm_x86_ops.flush_log_dirty) in kvm_arch_sync_dirty_log()
5345 kvm_x86_ops.flush_log_dirty(kvm); in kvm_arch_sync_dirty_log()