Home
last modified time | relevance | path

Searched refs:get_debugreg (Results 1 – 6 of 6) sorted by relevance

/linux/arch/x86/include/asm/
H A Ddebugreg.h26 #define get_debugreg(var, register) \ macro
135 get_debugreg(dr7, 7); in local_db_save()
/linux/arch/x86/include/asm/xen/
H A Dhypercall.h300 return _hypercall1(unsigned long, get_debugreg, reg); in HYPERVISOR_get_debugreg()
/linux/arch/x86/kernel/
H A Dtraps.c1150 get_debugreg(dr6, 6); in debug_read_reset_dr6()
/linux/arch/x86/xen/
H A Denlighten_pv.c1365 pv_ops.cpu.get_debugreg = xen_get_debugreg; in xen_start_kernel()
/linux/arch/x86/kvm/svm/
H A Dsvm.c1924 get_debugreg(vcpu->arch.db[0], 0); in svm_sync_dirty_debug_regs()
1925 get_debugreg(vcpu->arch.db[1], 1); in svm_sync_dirty_debug_regs()
1926 get_debugreg(vcpu->arch.db[2], 2); in svm_sync_dirty_debug_regs()
1927 get_debugreg(vcpu->arch.db[3], 3); in svm_sync_dirty_debug_regs()
/linux/arch/x86/kvm/vmx/
H A Dvmx.c5784 get_debugreg(vcpu->arch.db[0], 0); in vmx_sync_dirty_debug_regs()
5785 get_debugreg(vcpu->arch.db[1], 1); in vmx_sync_dirty_debug_regs()
5786 get_debugreg(vcpu->arch.db[2], 2); in vmx_sync_dirty_debug_regs()
5787 get_debugreg(vcpu->arch.db[3], 3); in vmx_sync_dirty_debug_regs()
5788 get_debugreg(vcpu->arch.dr6, 6); in vmx_sync_dirty_debug_regs()