Searched refs:debug_table (Results 1 – 5 of 5) sorted by relevance
/linux-6.3-rc2/arch/xtensa/kernel/ |
A D | asm-offsets.c | 132 offsetof(struct debug_table, debug_exception)); in main() 133 DEFINE(DT_DEBUG_SAVE, offsetof(struct debug_table, debug_save)); in main() 135 DEFINE(DT_DBREAKC_SAVE, offsetof(struct debug_table, dbreakc_save)); in main() 136 DEFINE(DT_ICOUNT_SAVE, offsetof(struct debug_table, icount_save)); in main() 138 offsetof(struct debug_table, icount_level_save)); in main()
|
A D | traps.c | 163 DEFINE_PER_CPU(struct debug_table, debug_table); 430 unsigned long debugsave = (unsigned long)this_cpu_ptr(&debug_table); in trap_init_debug() 432 this_cpu_ptr(&debug_table)->debug_exception = debug_exception; in trap_init_debug()
|
/linux-6.3-rc2/net/sunrpc/ |
A D | sysctl.c | 146 static struct ctl_table debug_table[] = { variable 188 .child = debug_table
|
/linux-6.3-rc2/arch/xtensa/include/asm/ |
A D | traps.h | 121 struct debug_table { struct
|
/linux-6.3-rc2/kernel/ |
A D | sysctl.c | 2456 static struct ctl_table debug_table[] = { variable 2475 DECLARE_SYSCTL_BASE(debug, debug_table);
|
Completed in 9 milliseconds