Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/include/asm/
H A Ddebugreg.h117 static __always_inline unsigned long local_db_save(void) in local_db_save() function
/openbmc/linux/arch/x86/kernel/
H A Dnmi.c524 this_cpu_write(nmi_dr7, local_db_save()); in DEFINE_IDTENTRY_RAW()
H A Dtraps.c1000 unsigned long dr7 = local_db_save(); in exc_debug_kernel()
/openbmc/linux/arch/x86/kernel/cpu/mce/
H A Dcore.c2149 dr7 = local_db_save(); in DEFINE_IDTENTRY_MCE()
2159 dr7 = local_db_save(); in DEFINE_IDTENTRY_MCE_USER()
2169 dr7 = local_db_save(); in DEFINE_IDTENTRY_RAW()