Home
last modified time | relevance | path

Searched refs:soft_pcpu (Results 1 – 1 of 1) sorted by relevance

/trueos/sys/dev/hwpmc/
HDhwpmc_soft.c93 static struct soft_cpu **soft_pcpu; variable
146 phw = &soft_pcpu[cpu]->soft_hw[ri]; in soft_config_pmc()
170 phw = &soft_pcpu[cpu]->soft_hw[ri]; in soft_describe()
200 *ppm = soft_pcpu[cpu]->soft_hw[ri].phw_pmc; in soft_get_config()
212 KASSERT(soft_pcpu[cpu] != NULL, ("[soft,%d] null pcpu", __LINE__)); in soft_pcpu_fini()
214 free(soft_pcpu[cpu], M_PMC); in soft_pcpu_fini()
215 soft_pcpu[cpu] = NULL; in soft_pcpu_fini()
239 KASSERT(soft_pcpu, ("[soft,%d] null pcpu", __LINE__)); in soft_pcpu_init()
240 KASSERT(soft_pcpu[cpu] == NULL, ("[soft,%d] non-null per-cpu", in soft_pcpu_init()
248 soft_pcpu[cpu] = soft_pc; in soft_pcpu_init()
[all …]