Searched refs:find_tb_table (Results 1 - 1 of 1) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc64/xmon/
H A Dxmon.c214 The find_tb_table() func will fill in this struct. Note that the struct
246 static int find_tb_table(unsigned long codeaddr, struct tbtable *tab);
953 if (find_tb_table(bp->address, &tab) && tab.name[0]) {
1030 find_tb_table(regs.nip, &tab)) {
1047 if (stack[2] && find_tb_table(stack[2], &tab)) {
1094 if (find_tb_table(fp->nip, &tab) && tab.name[0]) {
1101 if (find_tb_table(fp->link, &tab) && tab.name[0]) {
2071 find_tb_table(unsigned long codeaddr, struct tbtable *tab) function

Completed in 37 milliseconds