Home
last modified time | relevance | path

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

/linux-3.4.99/arch/x86/include/asm/
Ddebugreg.h169 extern void hw_breakpoint_restore(void);
/linux-3.4.99/arch/x86/kernel/
Dhw_breakpoint.c398 void hw_breakpoint_restore(void) in hw_breakpoint_restore() function
407 EXPORT_SYMBOL_GPL(hw_breakpoint_restore);
Dkgdb.c240 hw_breakpoint_restore(); in kgdb_correct_hw_break()
/linux-3.4.99/arch/x86/kvm/
Dx86.c5301 hw_breakpoint_restore(); in vcpu_enter_guest()