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.c61 #define VATPIT_LOCK(vatpit) mutex_enter(&((vatpit)->lock)) argument
62 #define VATPIT_UNLOCK(vatpit) mutex_exit(&((vatpit)->lock)) argument
63 #define VATPIT_LOCKED(vatpit) MUTEX_HELD(&((vatpit)->lock)) argument
87 struct vatpit *vatpit; member
113 struct vatpit { struct
120 static void pit_timer_start_cntr0(struct vatpit *vatpit); argument
123 vatpit_delta_ticks(struct vatpit *vatpit, struct channel *c) in vatpit_delta_ticks()
131 vatpit_get_out(struct vatpit *vatpit, int channel) in vatpit_get_out()
156 struct vatpit *vatpit; in vatpit_callout_handler() local
193 vatpit_callout_reset(struct vatpit *vatpit) in vatpit_callout_reset()
[all …]
/illumos-gate/usr/src/uts/intel/io/vmm/
H A Dvmm.c203 struct vatpit *vatpit; /* (i) virtual atpit */ member