Lines Matching defs:gpr_map
516 val = icode->gpr_map[gpr];
517 else if (get_user(val, (__user u32 *)&icode->gpr_map[gpr]))
533 if (put_user(val, (__user u32 *)&icode->gpr_map[gpr]))
1222 u32 *gpr_map;
1229 icode->gpr_map = kcalloc(512 + 256 + 256 + 2 * 1024,
1231 if (!icode->gpr_map)
1238 gpr_map = icode->gpr_map;
1240 icode->tram_data_map = icode->gpr_map + 512;
1256 gpr_map[gpr++] = 0x00007fff;
1257 gpr_map[gpr++] = 0x00008000;
1258 gpr_map[gpr++] = 0x0000ffff;
1594 gpr_map[gpr++] = 0;
1595 gpr_map[gpr++] = 0x1008;
1596 gpr_map[gpr++] = 0xffff0000;
1654 gpr_map[gpr++] = 0x00000000;
1697 kfree(icode->gpr_map);
1763 u32 *gpr_map;
1770 icode->gpr_map = kcalloc(256 + 160 + 160 + 2 * 512,
1772 if (!icode->gpr_map)
1785 gpr_map = icode->gpr_map;
1787 icode->tram_data_map = icode->gpr_map + 256;
1842 gpr_map[gpr + 0] = 0xfffff000;
1843 gpr_map[gpr + 1] = 0xffff0000;
1844 gpr_map[gpr + 2] = 0x70000000;
1845 gpr_map[gpr + 3] = 0x00000007;
1846 gpr_map[gpr + 4] = 0x001f << 11;
1847 gpr_map[gpr + 5] = 0x001c << 11;
1848 gpr_map[gpr + 6] = (0x22 - 0x01) - 1; /* skip at 01 to 22 */
1849 gpr_map[gpr + 7] = (0x22 - 0x06) - 1; /* skip at 06 to 22 */
1850 gpr_map[gpr + 8] = 0x2000000 + (2<<11);
1851 gpr_map[gpr + 9] = 0x4000000 + (2<<11);
1852 gpr_map[gpr + 10] = 1<<11;
1853 gpr_map[gpr + 11] = (0x24 - 0x0a) - 1; /* skip at 0a to 24 */
1854 gpr_map[gpr + 12] = 0;
2326 kfree(icode->gpr_map);