Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86pc/io/
H A Dcbe.c64 int cbe_psm_timer_mode = TIMER_ONESHOT; variable
102 if (cbe_psm_timer_mode != TIMER_ONESHOT && me == 0 && !cross_call) { in cbe_fire()
140 if (cbe_psm_timer_mode == TIMER_ONESHOT) in cbe_reprogram()
261 if ((cbe_psm_timer_mode != TIMER_ONESHOT) && (me == 0)) in cbe_enable()
270 if (cbe_psm_timer_mode == TIMER_ONESHOT) in cbe_enable()
280 if ((cbe_psm_timer_mode != TIMER_ONESHOT) && (me == 0)) in cbe_disable()
285 if (cbe_psm_timer_mode == TIMER_ONESHOT) in cbe_disable()
321 cbe_timer_resolution = (*clkinitf)(TIMER_ONESHOT, &cbe_psm_timer_mode); in cbe_init_pre()
/illumos-gate/usr/src/uts/i86pc/os/
H A Dmp_startup.c1969 extern int cbe_psm_timer_mode; in mp_cpu_stop()
1985 if ((cbe_psm_timer_mode == TIMER_PERIODIC) && (cp->cpu_id == 0)) in mp_cpu_stop()