Lines Matching refs:last_words
919 debug->last_words = kcalloc(core_dfx_regs_num * zip_core_num + com_dfx_regs_num, in hisi_zip_show_last_regs_init()
921 if (!debug->last_words) in hisi_zip_show_last_regs_init()
926 debug->last_words[i] = readl_relaxed(io_base); in hisi_zip_show_last_regs_init()
933 debug->last_words[idx] = readl_relaxed( in hisi_zip_show_last_regs_init()
945 if (qm->fun_type == QM_HW_VF || !debug->last_words) in hisi_zip_show_last_regs_uninit()
948 kfree(debug->last_words); in hisi_zip_show_last_regs_uninit()
949 debug->last_words = NULL; in hisi_zip_show_last_regs_uninit()
963 if (qm->fun_type == QM_HW_VF || !debug->last_words) in hisi_zip_show_last_dfx_regs()
968 if (debug->last_words[i] != val) in hisi_zip_show_last_dfx_regs()
970 hzip_com_dfx_regs[i].name, debug->last_words[i], val); in hisi_zip_show_last_dfx_regs()
989 if (debug->last_words[idx] != val) in hisi_zip_show_last_dfx_regs()
992 debug->last_words[idx], val); in hisi_zip_show_last_dfx_regs()