Searched refs:qm_last_words (Results 1 – 2 of 2) sorted by relevance
878 if (qm->fun_type == QM_HW_VF || !debug->qm_last_words) in qm_last_regs_uninit()881 kfree(debug->qm_last_words); in qm_last_regs_uninit()882 debug->qm_last_words = NULL; in qm_last_regs_uninit()894 debug->qm_last_words = kcalloc(dfx_regs_num, sizeof(unsigned int), GFP_KERNEL); in qm_last_regs_init()895 if (!debug->qm_last_words) in qm_last_regs_init()899 debug->qm_last_words[i] = readl_relaxed(qm->io_base + in qm_last_regs_init()1008 if (qm->fun_type == QM_HW_VF || !debug->qm_last_words) in hisi_qm_show_last_dfx_regs()1013 if (debug->qm_last_words[i] != val) in hisi_qm_show_last_dfx_regs()1015 qm_dfx_regs[i].name, debug->qm_last_words[i], val); in hisi_qm_show_last_dfx_regs()
196 unsigned int *qm_last_words; member