Home
last modified time | relevance | path

Searched defs:vatpit (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/intel/io/vmm/io/
H A Dvatpit.c58 #define VATPIT_LOCK(vatpit) mutex_enter(&((vatpit)->lock)) argument
59 #define VATPIT_UNLOCK(vatpit) mutex_exit(&((vatpit)->lock)) argument
60 #define VATPIT_LOCKED(vatpit) MUTEX_HELD(&((vatpit)->lock)) argument
84 struct vatpit *vatpit; member
110 struct vatpit { struct
117 static void pit_timer_start_cntr0(struct vatpit *vatpit); argument
120 vatpit_delta_ticks(struct vatpit *vatpit, struct channel *c) in vatpit_delta_ticks()
128 vatpit_get_out(struct vatpit *vatpit, int channel) in vatpit_get_out()
153 struct vatpit *vatpit; in vatpit_callout_handler() local
190 vatpit_callout_reset(struct vatpit *vatpit) in vatpit_callout_reset()
[all …]
/illumos-gate/usr/src/uts/intel/io/vmm/
H A Dvmm.c200 struct vatpit *vatpit; /* (i) virtual atpit */ member