Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/powerpc/lib/
H A Dkgdb.c46 static struct hard_trap_info struct
50 } hard_trap_info[] = { variable
70 struct hard_trap_info *ht; in computeSignal()
72 for (ht = hard_trap_info; ht->tt && ht->signo; ht++) in computeSignal()
/openbmc/linux/arch/mips/kernel/
H A Dkgdb.c37 static struct hard_trap_info { struct
40 } hard_trap_info[] = { argument
212 struct hard_trap_info *ht; in compute_signal()
214 for (ht = hard_trap_info; ht->tt && ht->signo; ht++) in compute_signal()
/openbmc/linux/arch/powerpc/kernel/
H A Dkgdb.c33 static struct hard_trap_info struct
37 } hard_trap_info[] = { argument
94 struct hard_trap_info *ht; in computeSignal()
96 for (ht = hard_trap_info; ht->tt && ht->signo; ht++) in computeSignal()