Searched refs:debug_table (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.6/arch/xtensa/kernel/ |
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()
|
D | traps.c | 169 DEFINE_PER_CPU(struct debug_table, debug_table); 465 unsigned long debugsave = (unsigned long)this_cpu_ptr(&debug_table); in trap_init_debug() 467 this_cpu_ptr(&debug_table)->debug_exception = debug_exception; in trap_init_debug()
|
/Linux-v6.6/net/sunrpc/ |
D | sysctl.c | 128 static struct ctl_table debug_table[] = { variable 170 sunrpc_table_header = register_sysctl("sunrpc", debug_table); in rpc_register_sysctl()
|
/Linux-v6.6/arch/xtensa/include/asm/ |
D | traps.h | 128 struct debug_table { struct
|