Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/intel/io/vmm/io/
H A Dvatpit.c84 struct vatpit *vatpit; member
153 struct vatpit *vatpit; in vatpit_callout_handler() local
157 vatpit = arg->vatpit; in vatpit_callout_handler()
364 struct vatpit *vatpit = arg; in vatpit_handler() local
456 struct vatpit *vatpit = arg; in vatpit_nmisc_handler() local
474 struct vatpit *vatpit; in vatpit_init() local
486 arg->vatpit = vatpit; in vatpit_init()
517 vatpit_pause(struct vatpit *vatpit) in vatpit_pause() argument
527 vatpit_resume(struct vatpit *vatpit) in vatpit_resume() argument
546 struct vatpit *vatpit = datap; in vatpit_data_read() local
[all …]
H A Dvatpit.h40 struct vatpit *vatpit_init(struct vm *vm);
41 void vatpit_cleanup(struct vatpit *vatpit);
48 void vatpit_localize_resources(struct vatpit *);
49 void vatpit_pause(struct vatpit *);
50 void vatpit_resume(struct vatpit *);
/illumos-gate/usr/src/uts/intel/io/vmm/
H A DMakefile.vmm60 vatpit.o \
H A Dvmm.c200 struct vatpit *vatpit; /* (i) virtual atpit */ member
538 vm->vatpit = vatpit_init(vm); in vm_init()
688 vatpit_cleanup(vm->vatpit); in vm_cleanup()
775 vatpit_pause(vm->vatpit); in vm_pause_instance()
790 vatpit_resume(vm->vatpit); in vm_resume_instance()
2295 vatpit_localize_resources(vm->vatpit); in vm_localize_resources()
3680 struct vatpit *
3683 return (vm->vatpit); in vm_atpit()
4019 return (vm->vatpit); in vmm_data_from_class()
H A Dvmm_ioport.c76 struct vatpit *pit = vm_atpit(vm); in vm_inout_init()
/illumos-gate/usr/src/uts/intel/io/vmm/sys/
H A Dvmm_kernel.h299 struct vatpit *vm_atpit(struct vm *vm);