Searched refs:qm_last_words (Results 1 – 2 of 2) sorted by relevance
865 if (qm->fun_type == QM_HW_VF || !debug->qm_last_words) in qm_last_regs_uninit()868 kfree(debug->qm_last_words); in qm_last_regs_uninit()869 debug->qm_last_words = NULL; in qm_last_regs_uninit()881 debug->qm_last_words = kcalloc(dfx_regs_num, sizeof(unsigned int), GFP_KERNEL); in qm_last_regs_init()882 if (!debug->qm_last_words) in qm_last_regs_init()886 debug->qm_last_words[i] = readl_relaxed(qm->io_base + in qm_last_regs_init()993 if (qm->fun_type == QM_HW_VF || !debug->qm_last_words) in hisi_qm_show_last_dfx_regs()998 if (debug->qm_last_words[i] != val) in hisi_qm_show_last_dfx_regs()1000 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