Lines Matching refs:last_words
1195 debug->last_words = kcalloc(cluster_dfx_regs_num * clusters_num + in hpre_show_last_regs_init()
1197 if (!debug->last_words) in hpre_show_last_regs_init()
1201 debug->last_words[i] = readl_relaxed(qm->io_base + in hpre_show_last_regs_init()
1208 debug->last_words[idx] = readl_relaxed( in hpre_show_last_regs_init()
1220 if (qm->fun_type == QM_HW_VF || !debug->last_words) in hpre_show_last_regs_uninit()
1223 kfree(debug->last_words); in hpre_show_last_regs_uninit()
1224 debug->last_words = NULL; in hpre_show_last_regs_uninit()
1238 if (qm->fun_type == QM_HW_VF || !debug->last_words) in hpre_show_last_dfx_regs()
1244 if (debug->last_words[i] != val) in hpre_show_last_dfx_regs()
1246 hpre_com_dfx_regs[i].name, debug->last_words[i], val); in hpre_show_last_dfx_regs()
1256 if (debug->last_words[idx] != val) in hpre_show_last_dfx_regs()
1258 i, hpre_cluster_dfx_regs[j].name, debug->last_words[idx], val); in hpre_show_last_dfx_regs()