Home
last modified time | relevance | path

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

/arch/x86/include/asm/
Ddebugreg.h117 static __always_inline unsigned long local_db_save(void) in local_db_save() function
/arch/x86/kernel/
Dnmi.c503 this_cpu_write(nmi_dr7, local_db_save()); in DEFINE_IDTENTRY_RAW()
Dtraps.c892 unsigned long dr7 = local_db_save(); in exc_debug_kernel()
/arch/x86/kernel/cpu/mce/
Dcore.c2061 dr7 = local_db_save(); in DEFINE_IDTENTRY_MCE()
2071 dr7 = local_db_save(); in DEFINE_IDTENTRY_MCE_USER()
2081 dr7 = local_db_save(); in DEFINE_IDTENTRY_RAW()