Searched refs:debug_table (Results  1 – 5 of 5) sorted by relevance
| /Linux-v5.4/arch/xtensa/kernel/ | 
| D | asm-offsets.c | 126 	       offsetof(struct debug_table, debug_exception));  in main()127 	DEFINE(DT_DEBUG_SAVE, offsetof(struct debug_table, debug_save));  in main()
 129 	DEFINE(DT_DBREAKC_SAVE, offsetof(struct debug_table, dbreakc_save));  in main()
 130 	DEFINE(DT_ICOUNT_SAVE, offsetof(struct debug_table, icount_save));  in main()
 132 	       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()
 
 | 
| /Linux-v5.4/net/sunrpc/ | 
| D | sysctl.c | 140 static struct ctl_table debug_table[] = {  variable182 		.child		= debug_table
 
 | 
| /Linux-v5.4/arch/xtensa/include/asm/ | 
| D | traps.h | 101 struct debug_table {  struct
 | 
| /Linux-v5.4/kernel/ | 
| D | sysctl.c | 256 static struct ctl_table debug_table[];  variable293 		.child		= debug_table,
 1955 static struct ctl_table debug_table[] = {  variable
 
 |