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