Searched refs:debug_table (Results 1 – 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/arch/xtensa/kernel/ |
D | asm-offsets.c | 129 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()
|
D | traps.c | 165 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/ |
D | sysctl.c | 146 static struct ctl_table debug_table[] = { variable 188 .child = debug_table
|
/kernel/linux/linux-5.10/arch/xtensa/include/asm/ |
D | traps.h | 101 struct debug_table { struct
|
/kernel/linux/linux-5.10/kernel/ |
D | sysctl.c | 3413 static struct ctl_table debug_table[] = { variable 3460 .child = debug_table,
|