Home
last modified time | relevance | path

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

/freebsd/sys/amd64/vmm/io/
H A Dvatpit.c52 #define VATPIT_LOCK(vatpit) mtx_lock_spin(&((vatpit)->mtx)) argument
53 #define VATPIT_UNLOCK(vatpit) mtx_unlock_spin(&((vatpit)->mtx)) argument
54 #define VATPIT_LOCKED(vatpit) mtx_owned(&((vatpit)->mtx)) argument
76 struct vatpit *vatpit; member
96 struct vatpit { struct
105 static void pit_timer_start_cntr0(struct vatpit *vatpit); argument
108 vatpit_delta_ticks(struct vatpit *vatpit, struct channel *c) in vatpit_delta_ticks()
123 vatpit_get_out(struct vatpit *vatpit, int channel) in vatpit_get_out()
148 struct vatpit *vatpit; in vatpit_callout_handler() local
181 pit_timer_start_cntr0(struct vatpit *vatpit) in pit_timer_start_cntr0()
[all …]
/freebsd/sys/amd64/vmm/
H A Dvmm.c168 struct vatpit *vatpit; /* (i) virtual atpit */ member