Searched refs:tsc_pcpu (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/dev/hwpmc/ |
H A D | hwpmc_tsc.c | 67 static struct tsc_cpu **tsc_pcpu; variable 100 phw = &tsc_pcpu[cpu]->tc_hw; in tsc_config_pmc() 121 phw = &tsc_pcpu[cpu]->tc_hw; in tsc_describe() 146 *ppm = tsc_pcpu[cpu]->tc_hw.phw_pmc; in tsc_get_config() 171 KASSERT(tsc_pcpu[cpu] != NULL, ("[tsc,%d] null pcpu", __LINE__)); in tsc_pcpu_fini() 173 free(tsc_pcpu[cpu], M_PMC); in tsc_pcpu_fini() 174 tsc_pcpu[cpu] = NULL; in tsc_pcpu_fini() 194 KASSERT(tsc_pcpu, ("[tsc,%d] null pcpu", __LINE__)); in tsc_pcpu_init() 195 KASSERT(tsc_pcpu[cpu] == NULL, ("[tsc,%d] non-null per-cpu", in tsc_pcpu_init() 204 tsc_pcpu[cpu] = tsc_pc; in tsc_pcpu_init() [all …]
|