Home
last modified time | relevance | path

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

/linux-5.19.10/arch/x86/include/asm/
Ddebugreg.h95 static __always_inline unsigned long local_db_save(void) in local_db_save() function
/linux-5.19.10/arch/x86/kernel/
Dnmi.c506 this_cpu_write(nmi_dr7, local_db_save()); in DEFINE_IDTENTRY_RAW()
Dtraps.c1028 unsigned long dr7 = local_db_save(); in exc_debug_kernel()
/linux-5.19.10/arch/x86/kernel/cpu/mce/
Dcore.c2110 dr7 = local_db_save(); in DEFINE_IDTENTRY_MCE()
2120 dr7 = local_db_save(); in DEFINE_IDTENTRY_MCE_USER()
2130 dr7 = local_db_save(); in DEFINE_IDTENTRY_RAW()