Lines Matching full:soft
104 ("[soft,%d] illegal CPU value %d", __LINE__, cpu)); in soft_allocate_pmc()
106 ("[soft,%d] illegal row-index %d", __LINE__, ri)); in soft_allocate_pmc()
141 ("[soft,%d] illegal CPU value %d", __LINE__, cpu)); in soft_config_pmc()
143 ("[soft,%d] illegal row-index %d", __LINE__, ri)); in soft_config_pmc()
148 ("[soft,%d] pm=%p phw->pm=%p hwpmc not unconfigured", __LINE__, in soft_config_pmc()
163 ("[soft,%d] illegal CPU %d", __LINE__, cpu)); in soft_describe()
165 ("[soft,%d] illegal row-index %d", __LINE__, ri)); in soft_describe()
190 ("[soft,%d] illegal CPU %d", __LINE__, cpu)); in soft_get_config()
192 ("[soft,%d] illegal row-index %d", __LINE__, ri)); in soft_get_config()
205 ("[soft,%d] illegal cpu %d", __LINE__, cpu)); in soft_pcpu_fini()
206 KASSERT(soft_pcpu[cpu] != NULL, ("[soft,%d] null pcpu", __LINE__)); in soft_pcpu_fini()
214 ("[soft,%d] ri=%d", __LINE__, ri)); in soft_pcpu_fini()
232 ("[soft,%d] illegal cpu %d", __LINE__, cpu)); in soft_pcpu_init()
233 KASSERT(soft_pcpu, ("[soft,%d] null pcpu", __LINE__)); in soft_pcpu_init()
234 KASSERT(soft_pcpu[cpu] == NULL, ("[soft,%d] non-null per-cpu", in soft_pcpu_init()
240 KASSERT(pc != NULL, ("[soft,%d] cpu %d null per-cpu", __LINE__, cpu)); in soft_pcpu_init()
261 ("[soft,%d] illegal CPU value %d", __LINE__, cpu)); in soft_read_pmc()
263 ("[soft,%d] illegal row-index %d", __LINE__, ri)); in soft_read_pmc()
265 PMCDBG1(MDP,REA,1,"soft-read id=%d", ri); in soft_read_pmc()
276 ("[soft,%d] illegal cpu value %d", __LINE__, cpu)); in soft_write_pmc()
278 ("[soft,%d] illegal row-index %d", __LINE__, ri)); in soft_write_pmc()
280 PMCDBG3(MDP,WRI,1, "soft-write cpu=%d ri=%d v=%jx", cpu, ri, v); in soft_write_pmc()
297 ("[soft,%d] illegal CPU value %d", __LINE__, cpu)); in soft_release_pmc()
299 ("[soft,%d] illegal row-index %d", __LINE__, ri)); in soft_release_pmc()
304 ("[soft,%d] PHW pmc %p non-NULL", __LINE__, phw->phw_pmc)); in soft_release_pmc()
311 ("[soft,%d] unregistered event %d", __LINE__, ev)); in soft_release_pmc()
325 ("[soft,%d] illegal CPU value %d", __LINE__, cpu)); in soft_start_pmc()
327 ("[soft,%d] illegal row-index %d", __LINE__, ri)); in soft_start_pmc()
344 ("[soft,%d] illegal CPU value %d", __LINE__, cpu)); in soft_stop_pmc()
346 ("[soft,%d] illegal row-index %d", __LINE__, ri)); in soft_stop_pmc()
366 ("[soft,%d] CPU %d out of range", __LINE__, ks->pm_cpu)); in pmc_soft_intr()
425 /* Add SOFT PMCs. */ in pmc_soft_initialize()
458 PMCDBG0(MDP, INI, 1, "soft-finalize"); in pmc_soft_finalize()
461 KASSERT(soft_pcpu[i] == NULL, ("[soft,%d] non-null pcpu cpu %d", in pmc_soft_finalize()