Home
last modified time | relevance | path

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

/Linux-v4.19/arch/xtensa/kernel/
Dasm-offsets.c126 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()
Dtraps.c163 DEFINE_PER_CPU(struct debug_table, debug_table);
390 unsigned long debugsave = (unsigned long)this_cpu_ptr(&debug_table); in trap_init_debug()
392 this_cpu_ptr(&debug_table)->debug_exception = debug_exception; in trap_init_debug()
/Linux-v4.19/net/sunrpc/
Dsysctl.c139 static struct ctl_table debug_table[] = { variable
181 .child = debug_table
/Linux-v4.19/arch/xtensa/include/asm/
Dtraps.h103 struct debug_table { struct
/Linux-v4.19/kernel/
Dsysctl.c252 static struct ctl_table debug_table[]; variable
288 .child = debug_table,
1876 static struct ctl_table debug_table[] = { variable