Searched refs:cluster_regs (Results 1 – 1 of 1) sorted by relevance
2489 struct reg_field *cluster_regs; in vop2_cluster_init() local2492 cluster_regs = kmemdup(vop2_cluster_regs, sizeof(vop2_cluster_regs), in vop2_cluster_init()2494 if (!cluster_regs) in vop2_cluster_init()2498 if (cluster_regs[i].reg != 0xffffffff) in vop2_cluster_init()2499 cluster_regs[i].reg += win->offset; in vop2_cluster_init()2502 cluster_regs, in vop2_cluster_init()2505 kfree(cluster_regs); in vop2_cluster_init()