Home
last modified time | relevance | path

Searched refs:debug_table (Results 1 – 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/arch/xtensa/kernel/
Dasm-offsets.c129 offsetof(struct debug_table, debug_exception)); in main()
130 DEFINE(DT_DEBUG_SAVE, offsetof(struct debug_table, debug_save)); in main()
132 DEFINE(DT_DBREAKC_SAVE, offsetof(struct debug_table, dbreakc_save)); in main()
133 DEFINE(DT_ICOUNT_SAVE, offsetof(struct debug_table, icount_save)); in main()
135 offsetof(struct debug_table, icount_level_save)); in main()
Dtraps.c165 DEFINE_PER_CPU(struct debug_table, debug_table);
392 unsigned long debugsave = (unsigned long)this_cpu_ptr(&debug_table); in trap_init_debug()
394 this_cpu_ptr(&debug_table)->debug_exception = debug_exception; in trap_init_debug()
/kernel/linux/linux-5.10/net/sunrpc/
Dsysctl.c146 static struct ctl_table debug_table[] = { variable
188 .child = debug_table
/kernel/linux/linux-5.10/arch/xtensa/include/asm/
Dtraps.h101 struct debug_table { struct
/kernel/linux/linux-5.10/kernel/
Dsysctl.c3413 static struct ctl_table debug_table[] = { variable
3460 .child = debug_table,