HomeSort by: relevance | last modified time | path
    Searched defs:runmask (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/tprof/
tprof.c 316 tprof_countermask_t runmask = (uintptr_t)arg2; local in function:tprof_start_cpu
318 tb->tb_ops->tbo_start(runmask);
331 tprof_start(tprof_countermask_t runmask)
348 runmask &= ~tb->tb_softc.sc_ctr_running_mask;
349 runmask &= tb->tb_softc.sc_ctr_configured_mask;
350 if (runmask == 0) {
392 runmask &= tb->tb_softc.sc_ctr_configured_mask;
393 xc = xc_broadcast(0, tprof_start_cpu, tb, (void *)(uintptr_t)runmask);
396 tb->tb_softc.sc_ctr_running_mask |= runmask;
tprof.c 316 tprof_countermask_t runmask = (uintptr_t)arg2; local in function:tprof_start_cpu
318 tb->tb_ops->tbo_start(runmask);
331 tprof_start(tprof_countermask_t runmask)
348 runmask &= ~tb->tb_softc.sc_ctr_running_mask;
349 runmask &= tb->tb_softc.sc_ctr_configured_mask;
350 if (runmask == 0) {
392 runmask &= tb->tb_softc.sc_ctr_configured_mask;
393 xc = xc_broadcast(0, tprof_start_cpu, tb, (void *)(uintptr_t)runmask);
396 tb->tb_softc.sc_ctr_running_mask |= runmask;
tprof.c 316 tprof_countermask_t runmask = (uintptr_t)arg2; local in function:tprof_start_cpu
318 tb->tb_ops->tbo_start(runmask);
331 tprof_start(tprof_countermask_t runmask)
348 runmask &= ~tb->tb_softc.sc_ctr_running_mask;
349 runmask &= tb->tb_softc.sc_ctr_configured_mask;
350 if (runmask == 0) {
392 runmask &= tb->tb_softc.sc_ctr_configured_mask;
393 xc = xc_broadcast(0, tprof_start_cpu, tb, (void *)(uintptr_t)runmask);
396 tb->tb_softc.sc_ctr_running_mask |= runmask;

Completed in 37 milliseconds