Lines Matching refs:reg_map
1242 } reg_map[] = { in calc_pt_regs_off() local
1271 for (i = 0; i < ARRAY_SIZE(reg_map); i++) { in calc_pt_regs_off()
1272 for (j = 0; j < ARRAY_SIZE(reg_map[i].names); j++) { in calc_pt_regs_off()
1273 if (strcmp(reg_name, reg_map[i].names[j]) == 0) in calc_pt_regs_off()
1274 return reg_map[i].pt_regs_off; in calc_pt_regs_off()
1433 } reg_map[] = { in calc_pt_regs_off() local
1468 for (i = 0; i < ARRAY_SIZE(reg_map); i++) { in calc_pt_regs_off()
1469 if (strcmp(reg_name, reg_map[i].name) == 0) in calc_pt_regs_off()
1470 return reg_map[i].pt_regs_off; in calc_pt_regs_off()
1519 } reg_map[] = { in calc_pt_regs_off() local
1539 for (i = 0; i < ARRAY_SIZE(reg_map); i++) { in calc_pt_regs_off()
1540 if (strcmp(reg_name, reg_map[i].name) == 0) in calc_pt_regs_off()
1541 return reg_map[i].pt_regs_off; in calc_pt_regs_off()