Lines Matching defs:gpr_map
546 val = icode->gpr_map[gpr];
547 else if (get_user(val, (__user u32 *)&icode->gpr_map[gpr]))
563 if (put_user(val, (__user u32 *)&icode->gpr_map[gpr]))
1300 u32 *gpr_map;
1307 icode->gpr_map = kcalloc(512 + 256 + 256 + 2 * 1024,
1309 if (!icode->gpr_map)
1316 gpr_map = icode->gpr_map;
1318 icode->tram_data_map = icode->gpr_map + 512;
1331 gpr_map[bit_shifter16] = 0x00008000;
1425 gpr_map[gpr + 2] = 0x00000000;
1623 gpr_map[gpr++] = ptr - ptr_skip;
1654 gpr_map[gpr++] = 0;
1655 gpr_map[gpr++] = 0x1008;
1656 gpr_map[gpr++] = 0xffff0000;
1708 gpr_map[gpr++] = 0x00000000;
1724 gpr_map[gpr++] = 0x00000000;
1768 kfree(icode->gpr_map);
1818 u32 *gpr_map;
1825 icode->gpr_map = kcalloc(256 + 160 + 160 + 2 * 512,
1827 if (!icode->gpr_map)
1840 gpr_map = icode->gpr_map;
1842 icode->tram_data_map = icode->gpr_map + 256;
1892 gpr_map[gpr + 0] = 0xfffff000;
1893 gpr_map[gpr + 1] = 0xffff0000;
1894 gpr_map[gpr + 2] = 0x70000000;
1895 gpr_map[gpr + 3] = 0x00000007;
1896 gpr_map[gpr + 4] = 0x001f << 11;
1897 gpr_map[gpr + 5] = 0x001c << 11;
1898 gpr_map[gpr + 6] = (0x22 - 0x01) - 1; /* skip at 01 to 22 */
1899 gpr_map[gpr + 7] = (0x22 - 0x06) - 1; /* skip at 06 to 22 */
1900 gpr_map[gpr + 8] = 0x2000000 + (2<<11);
1901 gpr_map[gpr + 9] = 0x4000000 + (2<<11);
1902 gpr_map[gpr + 10] = 1<<11;
1903 gpr_map[gpr + 11] = (0x24 - 0x0a) - 1; /* skip at 0a to 24 */
1904 gpr_map[gpr + 12] = 0;
2226 gpr_map[gpr++] = ptr - ptr_skip;
2358 kfree(icode->gpr_map);