Searched refs:cluster_regs (Results 1 – 1 of 1) sorted by relevance
2552 struct reg_field *cluster_regs; in vop2_cluster_init() local2555 cluster_regs = kmemdup(vop2_cluster_regs, sizeof(vop2_cluster_regs), in vop2_cluster_init()2557 if (!cluster_regs) in vop2_cluster_init()2561 if (cluster_regs[i].reg != 0xffffffff) in vop2_cluster_init()2562 cluster_regs[i].reg += win->offset; in vop2_cluster_init()2565 cluster_regs, in vop2_cluster_init()2568 kfree(cluster_regs); in vop2_cluster_init()