Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/kvm/vmx/
H A Dmain.c66 .sync_dirty_debug_regs = vmx_sync_dirty_debug_regs,
/linux-6.15/arch/x86/include/asm/
H A Dkvm-x86-ops.h50 KVM_X86_OP(sync_dirty_debug_regs)
H A Dkvm_host.h1708 void (*sync_dirty_debug_regs)(struct kvm_vcpu *vcpu); member
/linux-6.15/arch/x86/kvm/svm/
H A Dsvm.c5187 .sync_dirty_debug_regs = svm_sync_dirty_debug_regs,
/linux-6.15/arch/x86/kvm/
H A Dx86.c11033 kvm_x86_call(sync_dirty_debug_regs)(vcpu); in vcpu_enter_guest() local