Lines Matching defs:gpr_map
542 val = icode->gpr_map[gpr];
543 else if (get_user(val, (__user u32 *)&icode->gpr_map[gpr]))
559 if (put_user(val, (__user u32 *)&icode->gpr_map[gpr]))
1282 u32 *gpr_map;
1289 icode->gpr_map = kcalloc(512 + 256 + 256 + 2 * 1024,
1291 if (!icode->gpr_map)
1298 gpr_map = icode->gpr_map;
1300 icode->tram_data_map = icode->gpr_map + 512;
1313 gpr_map[bit_shifter16] = 0x00008000;
1407 gpr_map[gpr + 2] = 0x00000000;
1605 gpr_map[gpr++] = ptr - ptr_skip;
1636 gpr_map[gpr++] = 0;
1637 gpr_map[gpr++] = 0x1008;
1638 gpr_map[gpr++] = 0xffff0000;
1690 gpr_map[gpr++] = 0x00000000;
1706 gpr_map[gpr++] = 0x00000000;
1750 kfree(icode->gpr_map);
1800 u32 *gpr_map;
1807 icode->gpr_map = kcalloc(256 + 160 + 160 + 2 * 512,
1809 if (!icode->gpr_map)
1822 gpr_map = icode->gpr_map;
1824 icode->tram_data_map = icode->gpr_map + 256;
1874 gpr_map[gpr + 0] = 0xfffff000;
1875 gpr_map[gpr + 1] = 0xffff0000;
1876 gpr_map[gpr + 2] = 0x70000000;
1877 gpr_map[gpr + 3] = 0x00000007;
1878 gpr_map[gpr + 4] = 0x001f << 11;
1879 gpr_map[gpr + 5] = 0x001c << 11;
1880 gpr_map[gpr + 6] = (0x22 - 0x01) - 1; /* skip at 01 to 22 */
1881 gpr_map[gpr + 7] = (0x22 - 0x06) - 1; /* skip at 06 to 22 */
1882 gpr_map[gpr + 8] = 0x2000000 + (2<<11);
1883 gpr_map[gpr + 9] = 0x4000000 + (2<<11);
1884 gpr_map[gpr + 10] = 1<<11;
1885 gpr_map[gpr + 11] = (0x24 - 0x0a) - 1; /* skip at 0a to 24 */
1886 gpr_map[gpr + 12] = 0;
2208 gpr_map[gpr++] = ptr - ptr_skip;
2340 kfree(icode->gpr_map);