Home
last modified time | relevance | path

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

/Linux-v5.10/arch/x86/include/asm/
Dkvm_host.h1124 void (*sync_dirty_debug_regs)(struct kvm_vcpu *vcpu); member
/Linux-v5.10/arch/x86/kvm/svm/
Dsvm.c4227 .sync_dirty_debug_regs = svm_sync_dirty_debug_regs,
/Linux-v5.10/arch/x86/kvm/vmx/
Dvmx.c7626 .sync_dirty_debug_regs = vmx_sync_dirty_debug_regs,
/Linux-v5.10/arch/x86/kvm/
Dx86.c8963 kvm_x86_ops.sync_dirty_debug_regs(vcpu); in vcpu_enter_guest()