Home
last modified time | relevance | path

Searched refs:sync_dirty_debug_regs (Results 1 – 4 of 4) sorted by relevance

/arch/x86/include/asm/
Dkvm_host.h1056 void (*sync_dirty_debug_regs)(struct kvm_vcpu *vcpu); member
/arch/x86/kvm/
Dsvm.c7230 .sync_dirty_debug_regs = svm_sync_dirty_debug_regs,
Dx86.c8198 kvm_x86_ops->sync_dirty_debug_regs(vcpu); in vcpu_enter_guest()
/arch/x86/kvm/vmx/
Dvmx.c7801 .sync_dirty_debug_regs = vmx_sync_dirty_debug_regs,