Home
last modified time | relevance | path

Searched refs:hard_trap_info (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/arch/mips/kernel/
Dkgdb.c37 static struct hard_trap_info { struct
40 } hard_trap_info[] = { argument
231 struct hard_trap_info *ht; in compute_signal()
233 for (ht = hard_trap_info; ht->tt && ht->signo; ht++) in compute_signal()
/linux-4.1.27/arch/powerpc/kernel/
Dkgdb.c34 static struct hard_trap_info struct
38 } hard_trap_info[] = { argument
95 struct hard_trap_info *ht; in computeSignal()
97 for (ht = hard_trap_info; ht->tt && ht->signo; ht++) in computeSignal()