Searched refs:vatpit (Results 1 - 5 of 5) sorted by relevance

/freebsd-10-stable/sys/amd64/vmm/io/
H A Dvatpit.c45 #include "vatpit.h"
49 #define VATPIT_LOCK(vatpit) mtx_lock_spin(&((vatpit)->mtx))
50 #define VATPIT_UNLOCK(vatpit) mtx_unlock_spin(&((vatpit)->mtx))
51 #define VATPIT_LOCKED(vatpit) mtx_owned(&((vatpit)->mtx))
73 struct vatpit *vatpit; member in struct:vatpit_callout_arg
94 struct vatpit { struct
106 vatpit_get_out(struct vatpit *vatpit, int channel) argument
131 struct vatpit *vatpit; local
164 pit_timer_start_cntr0(struct vatpit *vatpit) argument
191 pit_update_counter(struct vatpit *vatpit, struct channel *c, bool latch) argument
228 pit_readback1(struct vatpit *vatpit, int channel, uint8_t cmd) argument
259 pit_readback(struct vatpit *vatpit, uint8_t cmd) argument
279 vatpit_update_mode(struct vatpit *vatpit, uint8_t val) argument
322 struct vatpit *vatpit; local
405 struct vatpit *vatpit; local
425 struct vatpit *vatpit; local
449 vatpit_cleanup(struct vatpit *vatpit) argument
[all...]
H A Dvatpit.h37 struct vatpit *vatpit_init(struct vm *vm);
38 void vatpit_cleanup(struct vatpit *vatpit);
/freebsd-10-stable/sys/modules/vmm/
H A DMakefile34 vatpit.c \
/freebsd-10-stable/sys/amd64/vmm/
H A Dvmm.c73 #include "vatpit.h"
151 struct vatpit *vatpit; /* (i) virtual atpit */ member in struct:vm
412 vm->vatpit = vatpit_init(vm);
473 vatpit_cleanup(vm->vatpit);
2436 struct vatpit *
2439 return (vm->vatpit);
/freebsd-10-stable/sys/amd64/include/
H A Dvmm.h321 struct vatpit *vm_atpit(struct vm *vm);

Completed in 138 milliseconds