Home
last modified time | relevance | path

Searched refs:vatpit (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/amd64/vmm/io/
H A Dvatpit.c77 struct vatpit *vatpit; member
124 vatpit_get_out(struct vatpit *vatpit, int channel) in vatpit_get_out() argument
149 struct vatpit *vatpit; in vatpit_callout_handler() local
153 vatpit = arg->vatpit; in vatpit_callout_handler()
182 pit_timer_start_cntr0(struct vatpit *vatpit) in pit_timer_start_cntr0() argument
280 pit_readback(struct vatpit *vatpit, uint8_t cmd) in pit_readback() argument
342 struct vatpit *vatpit; in vatpit_handler() local
425 struct vatpit *vatpit; in vatpit_nmisc_handler() local
445 struct vatpit *vatpit; in vatpit_init() local
459 arg->vatpit = vatpit; in vatpit_init()
[all …]
H A Dvatpit.h41 struct vatpit *vatpit_init(struct vm *vm);
42 void vatpit_cleanup(struct vatpit *vatpit);
49 int vatpit_snapshot(struct vatpit *vatpit, struct vm_snapshot_meta *meta);
/f-stack/freebsd/amd64/vmm/
H A Dvmm.c161 struct vatpit *vatpit; /* (i) virtual atpit */ member
449 vm->vatpit = vatpit_init(vm); in vm_init()
554 vatpit_cleanup(vm->vatpit); in vm_cleanup()
2601 struct vatpit *
2604 return (vm->vatpit); in vm_atpit()
/f-stack/freebsd/amd64/include/
H A Dvmm.h381 struct vatpit *vm_atpit(struct vm *vm);