Home
last modified time | relevance | path

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

/linux-2.6.39/arch/powerpc/kernel/ !
Dkgdb.c33 static struct hard_trap_info struct
37 } hard_trap_info[] = { variable
94 struct hard_trap_info *ht; in computeSignal()
96 for (ht = hard_trap_info; ht->tt && ht->signo; ht++) in computeSignal()
/linux-2.6.39/arch/mips/kernel/ !
Dkgdb.c36 static struct hard_trap_info { struct
39 } hard_trap_info[] = { argument
223 struct hard_trap_info *ht; in compute_signal()
225 for (ht = hard_trap_info; ht->tt && ht->signo; ht++) in compute_signal()