cpu_dr7 9 arch/x86/include/asm/debugreg.h DECLARE_PER_CPU(unsigned long, cpu_dr7); cpu_dr7 90 arch/x86/include/asm/debugreg.h return __this_cpu_read(cpu_dr7) & DR_GLOBAL_ENABLE_MASK; cpu_dr7 37 arch/x86/kernel/hw_breakpoint.c DEFINE_PER_CPU(unsigned long, cpu_dr7); cpu_dr7 38 arch/x86/kernel/hw_breakpoint.c EXPORT_PER_CPU_SYMBOL(cpu_dr7); cpu_dr7 115 arch/x86/kernel/hw_breakpoint.c dr7 = this_cpu_ptr(&cpu_dr7); cpu_dr7 152 arch/x86/kernel/hw_breakpoint.c dr7 = this_cpu_ptr(&cpu_dr7); cpu_dr7 418 arch/x86/kernel/hw_breakpoint.c set_debugreg(__this_cpu_read(cpu_dr7), 7); cpu_dr7 2912 arch/x86/kvm/vmx/nested.c set_debugreg(__this_cpu_read(cpu_dr7), 7);