Home
last modified time | relevance | path

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

/linux-6.12.1/arch/x86/include/asm/
Ddebugreg.h120 static __always_inline unsigned long local_db_save(void) in local_db_save() function
/linux-6.12.1/arch/x86/kernel/cpu/mce/
Dcore.c2181 dr7 = local_db_save(); in DEFINE_IDTENTRY_MCE()
2191 dr7 = local_db_save(); in DEFINE_IDTENTRY_MCE_USER()
2212 dr7 = local_db_save(); in DEFINE_FREDENTRY_MCE()
2226 dr7 = local_db_save(); in DEFINE_IDTENTRY_RAW()
/linux-6.12.1/arch/x86/kernel/
Dnmi.c532 this_cpu_write(nmi_dr7, local_db_save()); in DEFINE_IDTENTRY_RAW()
Dtraps.c1006 unsigned long dr7 = local_db_save(); in exc_debug_kernel()